// Generated by the protocol buffer compiler. DO NOT EDIT! // source: cookie.proto package com.google.appinventor.server.cookieauth; public final class CookieAuth { private CookieAuth() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface cookieOrBuilder extends // @@protoc_insertion_point(interface_extends:cookieauth.cookie) com.google.protobuf.MessageOrBuilder { /** * <code>required string uuid = 1;</code> */ boolean hasUuid(); /** * <code>required string uuid = 1;</code> */ java.lang.String getUuid(); /** * <code>required string uuid = 1;</code> */ com.google.protobuf.ByteString getUuidBytes(); /** * <code>required uint64 ts = 2;</code> */ boolean hasTs(); /** * <code>required uint64 ts = 2;</code> */ long getTs(); /** * <code>optional bool isAdmin = 3;</code> */ boolean hasIsAdmin(); /** * <code>optional bool isAdmin = 3;</code> */ boolean getIsAdmin(); /** * <code>optional bool isReadOnly = 4;</code> */ boolean hasIsReadOnly(); /** * <code>optional bool isReadOnly = 4;</code> */ boolean getIsReadOnly(); /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ boolean hasOneProjectId(); /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ long getOneProjectId(); } /** * Protobuf type {@code cookieauth.cookie} */ public static final class cookie extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cookieauth.cookie) cookieOrBuilder { // Use cookie.newBuilder() to construct. private cookie(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private cookie(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final cookie defaultInstance; public static cookie getDefaultInstance() { return defaultInstance; } public cookie getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private cookie( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; uuid_ = bs; break; } case 16: { bitField0_ |= 0x00000002; ts_ = input.readUInt64(); break; } case 24: { bitField0_ |= 0x00000004; isAdmin_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; isReadOnly_ = input.readBool(); break; } case 48: { bitField0_ |= 0x00000010; oneProjectId_ = input.readUInt64(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.appinventor.server.cookieauth.CookieAuth.internal_static_cookieauth_cookie_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.appinventor.server.cookieauth.CookieAuth.internal_static_cookieauth_cookie_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.appinventor.server.cookieauth.CookieAuth.cookie.class, com.google.appinventor.server.cookieauth.CookieAuth.cookie.Builder.class); } public static com.google.protobuf.Parser<cookie> PARSER = new com.google.protobuf.AbstractParser<cookie>() { public cookie parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new cookie(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<cookie> getParserForType() { return PARSER; } private int bitField0_; public static final int UUID_FIELD_NUMBER = 1; private java.lang.Object uuid_; /** * <code>required string uuid = 1;</code> */ public boolean hasUuid() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string uuid = 1;</code> */ public java.lang.String getUuid() { java.lang.Object ref = uuid_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { uuid_ = s; } return s; } } /** * <code>required string uuid = 1;</code> */ public com.google.protobuf.ByteString getUuidBytes() { java.lang.Object ref = uuid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); uuid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TS_FIELD_NUMBER = 2; private long ts_; /** * <code>required uint64 ts = 2;</code> */ public boolean hasTs() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>required uint64 ts = 2;</code> */ public long getTs() { return ts_; } public static final int ISADMIN_FIELD_NUMBER = 3; private boolean isAdmin_; /** * <code>optional bool isAdmin = 3;</code> */ public boolean hasIsAdmin() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional bool isAdmin = 3;</code> */ public boolean getIsAdmin() { return isAdmin_; } public static final int ISREADONLY_FIELD_NUMBER = 4; private boolean isReadOnly_; /** * <code>optional bool isReadOnly = 4;</code> */ public boolean hasIsReadOnly() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bool isReadOnly = 4;</code> */ public boolean getIsReadOnly() { return isReadOnly_; } public static final int ONEPROJECTID_FIELD_NUMBER = 6; private long oneProjectId_; /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public boolean hasOneProjectId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public long getOneProjectId() { return oneProjectId_; } private void initFields() { uuid_ = ""; ts_ = 0L; isAdmin_ = false; isReadOnly_ = false; oneProjectId_ = 0L; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasUuid()) { memoizedIsInitialized = 0; return false; } if (!hasTs()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getUuidBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt64(2, ts_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, isAdmin_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBool(4, isReadOnly_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt64(6, oneProjectId_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getUuidBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, ts_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, isAdmin_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, isReadOnly_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(6, oneProjectId_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.google.appinventor.server.cookieauth.CookieAuth.cookie parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.google.appinventor.server.cookieauth.CookieAuth.cookie prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code cookieauth.cookie} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:cookieauth.cookie) com.google.appinventor.server.cookieauth.CookieAuth.cookieOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.appinventor.server.cookieauth.CookieAuth.internal_static_cookieauth_cookie_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.appinventor.server.cookieauth.CookieAuth.internal_static_cookieauth_cookie_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.appinventor.server.cookieauth.CookieAuth.cookie.class, com.google.appinventor.server.cookieauth.CookieAuth.cookie.Builder.class); } // Construct using com.google.appinventor.server.cookieauth.CookieAuth.cookie.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); uuid_ = ""; bitField0_ = (bitField0_ & ~0x00000001); ts_ = 0L; bitField0_ = (bitField0_ & ~0x00000002); isAdmin_ = false; bitField0_ = (bitField0_ & ~0x00000004); isReadOnly_ = false; bitField0_ = (bitField0_ & ~0x00000008); oneProjectId_ = 0L; bitField0_ = (bitField0_ & ~0x00000010); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.appinventor.server.cookieauth.CookieAuth.internal_static_cookieauth_cookie_descriptor; } public com.google.appinventor.server.cookieauth.CookieAuth.cookie getDefaultInstanceForType() { return com.google.appinventor.server.cookieauth.CookieAuth.cookie.getDefaultInstance(); } public com.google.appinventor.server.cookieauth.CookieAuth.cookie build() { com.google.appinventor.server.cookieauth.CookieAuth.cookie result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.google.appinventor.server.cookieauth.CookieAuth.cookie buildPartial() { com.google.appinventor.server.cookieauth.CookieAuth.cookie result = new com.google.appinventor.server.cookieauth.CookieAuth.cookie(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.uuid_ = uuid_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.ts_ = ts_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.isAdmin_ = isAdmin_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.isReadOnly_ = isReadOnly_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.oneProjectId_ = oneProjectId_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.appinventor.server.cookieauth.CookieAuth.cookie) { return mergeFrom((com.google.appinventor.server.cookieauth.CookieAuth.cookie)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.appinventor.server.cookieauth.CookieAuth.cookie other) { if (other == com.google.appinventor.server.cookieauth.CookieAuth.cookie.getDefaultInstance()) return this; if (other.hasUuid()) { bitField0_ |= 0x00000001; uuid_ = other.uuid_; onChanged(); } if (other.hasTs()) { setTs(other.getTs()); } if (other.hasIsAdmin()) { setIsAdmin(other.getIsAdmin()); } if (other.hasIsReadOnly()) { setIsReadOnly(other.getIsReadOnly()); } if (other.hasOneProjectId()) { setOneProjectId(other.getOneProjectId()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasUuid()) { return false; } if (!hasTs()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.appinventor.server.cookieauth.CookieAuth.cookie parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.google.appinventor.server.cookieauth.CookieAuth.cookie) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object uuid_ = ""; /** * <code>required string uuid = 1;</code> */ public boolean hasUuid() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string uuid = 1;</code> */ public java.lang.String getUuid() { java.lang.Object ref = uuid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { uuid_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>required string uuid = 1;</code> */ public com.google.protobuf.ByteString getUuidBytes() { java.lang.Object ref = uuid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); uuid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>required string uuid = 1;</code> */ public Builder setUuid( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; uuid_ = value; onChanged(); return this; } /** * <code>required string uuid = 1;</code> */ public Builder clearUuid() { bitField0_ = (bitField0_ & ~0x00000001); uuid_ = getDefaultInstance().getUuid(); onChanged(); return this; } /** * <code>required string uuid = 1;</code> */ public Builder setUuidBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; uuid_ = value; onChanged(); return this; } private long ts_ ; /** * <code>required uint64 ts = 2;</code> */ public boolean hasTs() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>required uint64 ts = 2;</code> */ public long getTs() { return ts_; } /** * <code>required uint64 ts = 2;</code> */ public Builder setTs(long value) { bitField0_ |= 0x00000002; ts_ = value; onChanged(); return this; } /** * <code>required uint64 ts = 2;</code> */ public Builder clearTs() { bitField0_ = (bitField0_ & ~0x00000002); ts_ = 0L; onChanged(); return this; } private boolean isAdmin_ ; /** * <code>optional bool isAdmin = 3;</code> */ public boolean hasIsAdmin() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional bool isAdmin = 3;</code> */ public boolean getIsAdmin() { return isAdmin_; } /** * <code>optional bool isAdmin = 3;</code> */ public Builder setIsAdmin(boolean value) { bitField0_ |= 0x00000004; isAdmin_ = value; onChanged(); return this; } /** * <code>optional bool isAdmin = 3;</code> */ public Builder clearIsAdmin() { bitField0_ = (bitField0_ & ~0x00000004); isAdmin_ = false; onChanged(); return this; } private boolean isReadOnly_ ; /** * <code>optional bool isReadOnly = 4;</code> */ public boolean hasIsReadOnly() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bool isReadOnly = 4;</code> */ public boolean getIsReadOnly() { return isReadOnly_; } /** * <code>optional bool isReadOnly = 4;</code> */ public Builder setIsReadOnly(boolean value) { bitField0_ |= 0x00000008; isReadOnly_ = value; onChanged(); return this; } /** * <code>optional bool isReadOnly = 4;</code> */ public Builder clearIsReadOnly() { bitField0_ = (bitField0_ & ~0x00000008); isReadOnly_ = false; onChanged(); return this; } private long oneProjectId_ ; /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public boolean hasOneProjectId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public long getOneProjectId() { return oneProjectId_; } /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public Builder setOneProjectId(long value) { bitField0_ |= 0x00000010; oneProjectId_ = value; onChanged(); return this; } /** * <code>optional uint64 oneProjectId = 6;</code> * * <pre> * locale is deprecated. Kept here so we * do not recycle the id number too soon * optional string locale = 5; * </pre> */ public Builder clearOneProjectId() { bitField0_ = (bitField0_ & ~0x00000010); oneProjectId_ = 0L; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:cookieauth.cookie) } static { defaultInstance = new cookie(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:cookieauth.cookie) } private static final com.google.protobuf.Descriptors.Descriptor internal_static_cookieauth_cookie_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_cookieauth_cookie_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\014cookie.proto\022\ncookieauth\"]\n\006cookie\022\014\n\004" + "uuid\030\001 \002(\t\022\n\n\002ts\030\002 \002(\004\022\017\n\007isAdmin\030\003 \001(\010\022" + "\022\n\nisReadOnly\030\004 \001(\010\022\024\n\014oneProjectId\030\006 \001(" + "\004B6\n(com.google.appinventor.server.cooki" + "eauthB\nCookieAuth" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); internal_static_cookieauth_cookie_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_cookieauth_cookie_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_cookieauth_cookie_descriptor, new java.lang.String[] { "Uuid", "Ts", "IsAdmin", "IsReadOnly", "OneProjectId", }); } // @@protoc_insertion_point(outer_class_scope) }