diff --git a/gen/optable/cleanroom/v1/cleanroom.pb.go b/gen/optable/external/v1/cleanroom.pb.go similarity index 53% rename from gen/optable/cleanroom/v1/cleanroom.pb.go rename to gen/optable/external/v1/cleanroom.pb.go index b9c8078..0845d74 100644 --- a/gen/optable/cleanroom/v1/cleanroom.pb.go +++ b/gen/optable/external/v1/cleanroom.pb.go @@ -2,7 +2,7 @@ // versions: // protoc-gen-go v1.34.2 // protoc (unknown) -// source: optable/cleanroom/v1/cleanroom.proto +// source: optable/external/v1/cleanroom.proto package v1 @@ -77,11 +77,11 @@ func (x Cleanroom_State) String() string { } func (Cleanroom_State) Descriptor() protoreflect.EnumDescriptor { - return file_optable_cleanroom_v1_cleanroom_proto_enumTypes[0].Descriptor() + return file_optable_external_v1_cleanroom_proto_enumTypes[0].Descriptor() } func (Cleanroom_State) Type() protoreflect.EnumType { - return &file_optable_cleanroom_v1_cleanroom_proto_enumTypes[0] + return &file_optable_external_v1_cleanroom_proto_enumTypes[0] } func (x Cleanroom_State) Number() protoreflect.EnumNumber { @@ -90,7 +90,7 @@ func (x Cleanroom_State) Number() protoreflect.EnumNumber { // Deprecated: Use Cleanroom_State.Descriptor instead. func (Cleanroom_State) EnumDescriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0} } // The possible types of a cleanroom. @@ -128,11 +128,11 @@ func (x Cleanroom_Type) String() string { } func (Cleanroom_Type) Descriptor() protoreflect.EnumDescriptor { - return file_optable_cleanroom_v1_cleanroom_proto_enumTypes[1].Descriptor() + return file_optable_external_v1_cleanroom_proto_enumTypes[1].Descriptor() } func (Cleanroom_Type) Type() protoreflect.EnumType { - return &file_optable_cleanroom_v1_cleanroom_proto_enumTypes[1] + return &file_optable_external_v1_cleanroom_proto_enumTypes[1] } func (x Cleanroom_Type) Number() protoreflect.EnumNumber { @@ -141,7 +141,7 @@ func (x Cleanroom_Type) Number() protoreflect.EnumNumber { // Deprecated: Use Cleanroom_Type.Descriptor instead. func (Cleanroom_Type) EnumDescriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1} } //buf:lint:ignore ENUM_VALUE_PREFIX @@ -213,11 +213,11 @@ func (x Cleanroom_Participant_State) String() string { } func (Cleanroom_Participant_State) Descriptor() protoreflect.EnumDescriptor { - return file_optable_cleanroom_v1_cleanroom_proto_enumTypes[2].Descriptor() + return file_optable_external_v1_cleanroom_proto_enumTypes[2].Descriptor() } func (Cleanroom_Participant_State) Type() protoreflect.EnumType { - return &file_optable_cleanroom_v1_cleanroom_proto_enumTypes[2] + return &file_optable_external_v1_cleanroom_proto_enumTypes[2] } func (x Cleanroom_Participant_State) Number() protoreflect.EnumNumber { @@ -226,7 +226,7 @@ func (x Cleanroom_Participant_State) Number() protoreflect.EnumNumber { // Deprecated: Use Cleanroom_Participant_State.Descriptor instead. func (Cleanroom_Participant_State) EnumDescriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1, 0} } // A Cleanroom resource is represents a privacy preserving @@ -250,9 +250,9 @@ type Cleanroom struct { // Indicates when the cleanroom will expire. ExpireTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // State of the cleanroom - State Cleanroom_State `protobuf:"varint,7,opt,name=state,proto3,enum=optable.cleanroom.v1.Cleanroom_State" json:"state,omitempty"` + State Cleanroom_State `protobuf:"varint,7,opt,name=state,proto3,enum=optable.external.v1.Cleanroom_State" json:"state,omitempty"` // Type of the cleanroom. - Type Cleanroom_Type `protobuf:"varint,8,opt,name=type,proto3,enum=optable.cleanroom.v1.Cleanroom_Type" json:"type,omitempty"` + Type Cleanroom_Type `protobuf:"varint,8,opt,name=type,proto3,enum=optable.external.v1.Cleanroom_Type" json:"type,omitempty"` // Configuration of the clean room. Config *Cleanroom_Config `protobuf:"bytes,9,opt,name=config,proto3" json:"config,omitempty"` // Participants of the cleanroom. @@ -264,7 +264,7 @@ type Cleanroom struct { func (x *Cleanroom) Reset() { *x = Cleanroom{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[0] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -277,7 +277,7 @@ func (x *Cleanroom) String() string { func (*Cleanroom) ProtoMessage() {} func (x *Cleanroom) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[0] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -290,7 +290,7 @@ func (x *Cleanroom) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom.ProtoReflect.Descriptor instead. func (*Cleanroom) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0} } func (x *Cleanroom) GetName() string { @@ -383,7 +383,7 @@ type GetCleanroomRequest struct { func (x *GetCleanroomRequest) Reset() { *x = GetCleanroomRequest{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[1] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -396,7 +396,7 @@ func (x *GetCleanroomRequest) String() string { func (*GetCleanroomRequest) ProtoMessage() {} func (x *GetCleanroomRequest) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[1] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -409,7 +409,7 @@ func (x *GetCleanroomRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetCleanroomRequest.ProtoReflect.Descriptor instead. func (*GetCleanroomRequest) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{1} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{1} } func (x *GetCleanroomRequest) GetName() string { @@ -434,7 +434,7 @@ type Cleanroom_Config struct { func (x *Cleanroom_Config) Reset() { *x = Cleanroom_Config{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[2] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -447,7 +447,7 @@ func (x *Cleanroom_Config) String() string { func (*Cleanroom_Config) ProtoMessage() {} func (x *Cleanroom_Config) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[2] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -460,7 +460,7 @@ func (x *Cleanroom_Config) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom_Config.ProtoReflect.Descriptor instead. func (*Cleanroom_Config) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0} } func (m *Cleanroom_Config) GetConfig() isCleanroom_Config_Config { @@ -495,7 +495,7 @@ type Cleanroom_Participant struct { unknownFields protoimpl.UnknownFields // State of the participant. - State Cleanroom_Participant_State `protobuf:"varint,1,opt,name=state,proto3,enum=optable.cleanroom.v1.Cleanroom_Participant_State" json:"state,omitempty"` + State Cleanroom_Participant_State `protobuf:"varint,1,opt,name=state,proto3,enum=optable.external.v1.Cleanroom_Participant_State" json:"state,omitempty"` // Update time of the participant. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Invitation update time for the participant. @@ -505,7 +505,7 @@ type Cleanroom_Participant struct { func (x *Cleanroom_Participant) Reset() { *x = Cleanroom_Participant{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[3] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -518,7 +518,7 @@ func (x *Cleanroom_Participant) String() string { func (*Cleanroom_Participant) ProtoMessage() {} func (x *Cleanroom_Participant) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[3] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -531,7 +531,7 @@ func (x *Cleanroom_Participant) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom_Participant.ProtoReflect.Descriptor instead. func (*Cleanroom_Participant) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 1} } func (x *Cleanroom_Participant) GetState() Cleanroom_Participant_State { @@ -570,7 +570,7 @@ type Cleanroom_Result struct { func (x *Cleanroom_Result) Reset() { *x = Cleanroom_Result{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[4] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -583,7 +583,7 @@ func (x *Cleanroom_Result) String() string { func (*Cleanroom_Result) ProtoMessage() {} func (x *Cleanroom_Result) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[4] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -596,7 +596,7 @@ func (x *Cleanroom_Result) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom_Result.ProtoReflect.Descriptor instead. func (*Cleanroom_Result) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2} } func (m *Cleanroom_Result) GetResult() isCleanroom_Result_Result { @@ -644,7 +644,7 @@ type Cleanroom_Config_PairConfig struct { func (x *Cleanroom_Config_PairConfig) Reset() { *x = Cleanroom_Config_PairConfig{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[5] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -657,7 +657,7 @@ func (x *Cleanroom_Config_PairConfig) String() string { func (*Cleanroom_Config_PairConfig) ProtoMessage() {} func (x *Cleanroom_Config_PairConfig) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[5] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -670,7 +670,7 @@ func (x *Cleanroom_Config_PairConfig) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom_Config_PairConfig.ProtoReflect.Descriptor instead. func (*Cleanroom_Config_PairConfig) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0, 0} } func (x *Cleanroom_Config_PairConfig) GetToken() *Cleanroom_Config_PairConfig_AuthToken { @@ -720,7 +720,7 @@ type Cleanroom_Config_PairConfig_AuthToken struct { func (x *Cleanroom_Config_PairConfig_AuthToken) Reset() { *x = Cleanroom_Config_PairConfig_AuthToken{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[6] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -733,7 +733,7 @@ func (x *Cleanroom_Config_PairConfig_AuthToken) String() string { func (*Cleanroom_Config_PairConfig_AuthToken) ProtoMessage() {} func (x *Cleanroom_Config_PairConfig_AuthToken) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[6] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -746,7 +746,7 @@ func (x *Cleanroom_Config_PairConfig_AuthToken) ProtoReflect() protoreflect.Mess // Deprecated: Use Cleanroom_Config_PairConfig_AuthToken.ProtoReflect.Descriptor instead. func (*Cleanroom_Config_PairConfig_AuthToken) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0, 0, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 0, 0, 0} } func (x *Cleanroom_Config_PairConfig_AuthToken) GetToken() string { @@ -788,7 +788,7 @@ type Cleanroom_Result_PairResult struct { func (x *Cleanroom_Result_PairResult) Reset() { *x = Cleanroom_Result_PairResult{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[7] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -801,7 +801,7 @@ func (x *Cleanroom_Result_PairResult) String() string { func (*Cleanroom_Result_PairResult) ProtoMessage() {} func (x *Cleanroom_Result_PairResult) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[7] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -814,7 +814,7 @@ func (x *Cleanroom_Result_PairResult) ProtoReflect() protoreflect.Message { // Deprecated: Use Cleanroom_Result_PairResult.ProtoReflect.Descriptor instead. func (*Cleanroom_Result_PairResult) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2, 0} } func (x *Cleanroom_Result_PairResult) GetCreateTime() *timestamppb.Timestamp { @@ -882,7 +882,7 @@ type Cleanroom_Result_PairResult_MatchRate struct { func (x *Cleanroom_Result_PairResult_MatchRate) Reset() { *x = Cleanroom_Result_PairResult_MatchRate{} if protoimpl.UnsafeEnabled { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[8] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -895,7 +895,7 @@ func (x *Cleanroom_Result_PairResult_MatchRate) String() string { func (*Cleanroom_Result_PairResult_MatchRate) ProtoMessage() {} func (x *Cleanroom_Result_PairResult_MatchRate) ProtoReflect() protoreflect.Message { - mi := &file_optable_cleanroom_v1_cleanroom_proto_msgTypes[8] + mi := &file_optable_external_v1_cleanroom_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -908,7 +908,7 @@ func (x *Cleanroom_Result_PairResult_MatchRate) ProtoReflect() protoreflect.Mess // Deprecated: Use Cleanroom_Result_PairResult_MatchRate.ProtoReflect.Descriptor instead. func (*Cleanroom_Result_PairResult_MatchRate) Descriptor() ([]byte, []int) { - return file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2, 0, 0} + return file_optable_external_v1_cleanroom_proto_rawDescGZIP(), []int{0, 2, 0, 0} } func (x *Cleanroom_Result_PairResult_MatchRate) GetRate() float32 { @@ -925,247 +925,246 @@ func (x *Cleanroom_Result_PairResult_MatchRate) GetDetails() string { return "" } -var File_optable_cleanroom_v1_cleanroom_proto protoreflect.FileDescriptor - -var file_optable_cleanroom_v1_cleanroom_proto_rawDesc = []byte{ - 0x0a, 0x24, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, - 0x6f, 0x6f, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, - 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, - 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x80, 0x14, 0x0a, 0x09, 0x43, 0x6c, - 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x08, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, - 0x41, 0x01, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x40, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, +var File_optable_external_v1_cleanroom_proto protoreflect.FileDescriptor + +var file_optable_external_v1_cleanroom_proto_rawDesc = []byte{ + 0x0a, 0x23, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, + 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf6, 0x13, 0x0a, 0x09, 0x43, 0x6c, 0x65, 0x61, + 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x08, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x26, + 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, + 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, + 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x0a, + 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, + 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, - 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x12, 0x40, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x25, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, - 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, - 0x74, 0x65, 0x12, 0x3d, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x24, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, - 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, - 0x6d, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x12, 0x43, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, - 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, - 0x6f, 0x6d, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x54, 0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, - 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6f, - 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x50, 0x61, - 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, - 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x12, 0x43, 0x0a, 0x06, - 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6f, - 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x1a, 0xf1, 0x04, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x54, 0x0a, 0x0b, - 0x70, 0x61, 0x69, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x31, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, - 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, - 0x6f, 0x6d, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x1a, 0x86, 0x04, 0x0a, 0x0a, 0x50, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x12, 0x56, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x3b, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, - 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, - 0x6d, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x03, 0xe0, - 0x41, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x46, 0x0a, 0x1d, 0x61, 0x64, 0x76, - 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, - 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x1a, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, - 0x72, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, - 0x6c, 0x12, 0x44, 0x0a, 0x1c, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x65, + 0x6d, 0x70, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x3f, + 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, + 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, + 0x3c, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, + 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x54, 0x79, + 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x42, 0x0a, + 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, + 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x53, 0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, + 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, + 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, + 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x12, 0x42, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, + 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, + 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x1a, 0xef, 0x04, 0x0a, 0x06, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x53, 0x0a, 0x0b, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x63, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6f, 0x70, 0x74, + 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, + 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x48, 0x00, 0x52, 0x0a, + 0x70, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x85, 0x04, 0x0a, 0x0a, 0x50, + 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x55, 0x0a, 0x05, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, + 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, + 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, + 0x50, 0x61, 0x69, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x54, + 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, + 0x12, 0x46, 0x0a, 0x1d, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, - 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x19, 0x70, 0x75, - 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, - 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, 0x6c, 0x12, 0x51, 0x0a, 0x23, 0x61, 0x64, 0x76, 0x65, 0x72, - 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x77, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x6e, 0x63, 0x72, - 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x1f, 0x61, 0x64, 0x76, 0x65, 0x72, - 0x74, 0x69, 0x73, 0x65, 0x72, 0x54, 0x77, 0x69, 0x63, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, 0x6c, 0x12, 0x4f, 0x0a, 0x22, 0x70, 0x75, - 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x74, 0x77, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, 0x6c, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x1e, 0x70, 0x75, 0x62, - 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x54, 0x77, 0x69, 0x63, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, 0x6c, 0x1a, 0x68, 0x0a, 0x09, 0x41, - 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x19, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x12, 0x40, 0x0a, 0x0b, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x42, 0x08, 0x0a, 0x06, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0xbf, 0x03, 0x0a, 0x0b, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, - 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, - 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, - 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x73, 0x74, - 0x61, 0x74, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x16, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x14, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xc8, 0x01, 0x0a, - 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, - 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0b, 0x0a, - 0x07, 0x49, 0x4e, 0x56, 0x49, 0x54, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x55, - 0x4e, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x55, 0x43, 0x43, 0x45, - 0x45, 0x44, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, - 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x45, 0x44, 0x10, 0x05, - 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x56, 0x4f, 0x4b, 0x45, 0x44, 0x10, 0x06, 0x12, 0x15, 0x0a, - 0x11, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x49, - 0x4e, 0x47, 0x10, 0x07, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x43, 0x4f, 0x4e, - 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x10, 0x08, 0x12, 0x15, 0x0a, 0x11, 0x44, 0x41, - 0x54, 0x41, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x4f, 0x52, 0x4d, 0x49, 0x4e, 0x47, 0x10, - 0x09, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, - 0x4f, 0x52, 0x4d, 0x45, 0x44, 0x10, 0x0a, 0x1a, 0xe3, 0x04, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, - 0x6c, 0x74, 0x12, 0x54, 0x0a, 0x0b, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, - 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, - 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x61, - 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x1a, 0xf8, 0x03, 0x0a, 0x0a, 0x50, 0x61, 0x69, - 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x65, 0x72, 0x72, - 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x05, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x12, 0x3b, 0x0a, 0x17, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, - 0x65, 0x72, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x15, 0x61, 0x64, 0x76, 0x65, - 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x49, - 0x64, 0x12, 0x38, 0x0a, 0x16, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x70, - 0x61, 0x69, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x13, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, - 0x72, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x3a, 0x0a, 0x17, 0x61, - 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x69, - 0x64, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x14, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x50, 0x61, 0x69, - 0x72, 0x49, 0x64, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x34, 0x0a, 0x14, 0x6d, 0x61, 0x74, 0x63, 0x68, - 0x65, 0x64, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x11, 0x6d, 0x61, 0x74, 0x63, - 0x68, 0x65, 0x64, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x5f, 0x0a, - 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3b, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x65, 0x61, - 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, - 0x6f, 0x6d, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, 0x74, 0x65, 0x42, 0x03, - 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, 0x74, 0x65, 0x1a, 0x43, - 0x0a, 0x09, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, 0x74, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x72, - 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x04, - 0x72, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x64, 0x65, 0x74, 0x61, - 0x69, 0x6c, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x69, 0x0a, - 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, - 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0c, 0x0a, - 0x08, 0x43, 0x52, 0x45, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x41, - 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x4e, 0x44, 0x49, 0x4e, - 0x47, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x10, 0x04, 0x12, 0x0a, - 0x0a, 0x06, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x41, 0x52, - 0x43, 0x48, 0x49, 0x56, 0x45, 0x44, 0x10, 0x06, 0x22, 0x26, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, - 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x50, 0x41, 0x49, 0x52, 0x10, 0x01, - 0x3a, 0x3a, 0xea, 0x41, 0x37, 0x0a, 0x1d, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x2e, 0x6f, 0x70, 0x74, 0x62, 0x6c, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x6c, 0x65, 0x61, 0x6e, - 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x16, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x73, - 0x2f, 0x7b, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x7d, 0x22, 0x50, 0x0a, 0x13, - 0x47, 0x65, 0x74, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x25, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1f, 0x0a, 0x1d, 0x63, 0x6c, 0x65, 0x61, 0x6e, + 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x1a, 0x61, 0x64, + 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, + 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, 0x6c, 0x12, 0x44, 0x0a, 0x1c, 0x70, 0x75, 0x62, 0x6c, + 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x19, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x45, 0x6e, + 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, 0x6c, 0x12, 0x51, + 0x0a, 0x23, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x77, 0x69, + 0x63, 0x65, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x52, 0x1f, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x54, 0x77, 0x69, 0x63, + 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, 0x72, + 0x6c, 0x12, 0x4f, 0x0a, 0x22, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x5f, 0x74, + 0x77, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x1e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x54, 0x77, 0x69, + 0x63, 0x65, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x55, + 0x72, 0x6c, 0x1a, 0x68, 0x0a, 0x09, 0x41, 0x75, 0x74, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, + 0x19, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x40, 0x0a, 0x0b, 0x65, 0x78, + 0x70, 0x69, 0x72, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x52, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x4a, 0x04, 0x08, 0x01, + 0x10, 0x02, 0x42, 0x08, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0xbe, 0x03, 0x0a, + 0x0b, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x05, + 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x30, 0x2e, 0x6f, 0x70, + 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, + 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x50, 0x61, 0x72, 0x74, + 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x16, 0x69, + 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x14, 0x69, 0x6e, + 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, + 0x6d, 0x65, 0x22, 0xc8, 0x01, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, + 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, + 0x44, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x49, 0x54, 0x45, 0x44, 0x10, 0x01, + 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x55, 0x4e, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x12, 0x0d, 0x0a, + 0x09, 0x53, 0x55, 0x43, 0x43, 0x45, 0x45, 0x44, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, + 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x45, 0x4a, 0x45, + 0x43, 0x54, 0x45, 0x44, 0x10, 0x05, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x56, 0x4f, 0x4b, 0x45, + 0x44, 0x10, 0x06, 0x12, 0x15, 0x0a, 0x11, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x43, 0x4f, 0x4e, 0x54, + 0x52, 0x49, 0x42, 0x55, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x07, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x41, + 0x54, 0x41, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x49, 0x42, 0x55, 0x54, 0x45, 0x44, 0x10, 0x08, + 0x12, 0x15, 0x0a, 0x11, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x4f, + 0x52, 0x4d, 0x49, 0x4e, 0x47, 0x10, 0x09, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x41, 0x54, 0x41, 0x5f, + 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x4f, 0x52, 0x4d, 0x45, 0x44, 0x10, 0x0a, 0x1a, 0xe1, 0x04, + 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x53, 0x0a, 0x0b, 0x70, 0x61, 0x69, 0x72, + 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, + 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x52, 0x65, + 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x48, + 0x00, 0x52, 0x0a, 0x70, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x1a, 0xf7, 0x03, + 0x0a, 0x0a, 0x50, 0x61, 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x40, 0x0a, 0x0b, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, + 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x3b, 0x0a, 0x17, 0x61, 0x64, 0x76, + 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x15, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x50, 0x75, 0x62, 0x6c, 0x69, + 0x73, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x38, 0x0a, 0x16, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, + 0x68, 0x65, 0x72, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x5f, 0x75, 0x72, 0x6c, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x13, 0x70, 0x75, 0x62, + 0x6c, 0x69, 0x73, 0x68, 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64, 0x73, 0x55, 0x72, 0x6c, + 0x12, 0x3a, 0x0a, 0x17, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x72, 0x5f, 0x70, + 0x61, 0x69, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x14, 0x61, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, 0x73, + 0x65, 0x72, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x34, 0x0a, 0x14, + 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x5f, 0x69, 0x64, 0x73, + 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x11, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x50, 0x61, 0x69, 0x72, 0x49, 0x64, 0x73, 0x55, + 0x72, 0x6c, 0x12, 0x5e, 0x0a, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x61, 0x74, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, + 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x65, + 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x50, 0x61, + 0x69, 0x72, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, + 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, + 0x74, 0x65, 0x1a, 0x43, 0x0a, 0x09, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x61, 0x74, 0x65, 0x12, + 0x17, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, + 0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, + 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x22, 0x69, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, + 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, + 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x52, 0x45, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, + 0x0a, 0x0a, 0x06, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x45, + 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x4e, 0x44, 0x45, 0x44, + 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x05, 0x12, 0x0c, + 0x0a, 0x08, 0x41, 0x52, 0x43, 0x48, 0x49, 0x56, 0x45, 0x44, 0x10, 0x06, 0x22, 0x26, 0x0a, 0x04, + 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, + 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x50, 0x41, + 0x49, 0x52, 0x10, 0x01, 0x3a, 0x3a, 0xea, 0x41, 0x37, 0x0a, 0x1d, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x74, 0x62, 0x6c, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, - 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0xd3, - 0x01, 0x0a, 0x18, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x63, - 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x76, 0x31, 0x42, 0x0e, 0x43, 0x6c, 0x65, - 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x35, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, - 0x65, 0x2f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x65, 0x6e, 0x2f, - 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, - 0x6d, 0x2f, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x43, 0x58, 0xaa, 0x02, 0x14, 0x4f, 0x70, 0x74, - 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x56, - 0x31, 0xca, 0x02, 0x14, 0x4f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x65, 0x61, - 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x20, 0x4f, 0x70, 0x74, 0x61, 0x62, - 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x5c, 0x56, 0x31, 0x5c, - 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x16, 0x4f, 0x70, - 0x74, 0x61, 0x62, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, - 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x16, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, + 0x6f, 0x6f, 0x6d, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x7d, + 0x22, 0x50, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1f, 0x0a, 0x1d, 0x63, + 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x74, 0x62, 0x6c, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x42, 0xcd, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x74, 0x61, 0x62, + 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x0e, + 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, + 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x70, 0x74, + 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, + 0x65, 0x6e, 0x2f, 0x6f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x45, 0x58, 0xaa, 0x02, 0x13, 0x4f, + 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, + 0x56, 0x31, 0xca, 0x02, 0x13, 0x4f, 0x70, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5c, 0x45, 0x78, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1f, 0x4f, 0x70, 0x74, 0x61, 0x62, + 0x6c, 0x65, 0x5c, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x56, 0x31, 0x5c, 0x47, + 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x4f, 0x70, 0x74, + 0x61, 0x62, 0x6c, 0x65, 0x3a, 0x3a, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3a, 0x3a, + 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_optable_cleanroom_v1_cleanroom_proto_rawDescOnce sync.Once - file_optable_cleanroom_v1_cleanroom_proto_rawDescData = file_optable_cleanroom_v1_cleanroom_proto_rawDesc + file_optable_external_v1_cleanroom_proto_rawDescOnce sync.Once + file_optable_external_v1_cleanroom_proto_rawDescData = file_optable_external_v1_cleanroom_proto_rawDesc ) -func file_optable_cleanroom_v1_cleanroom_proto_rawDescGZIP() []byte { - file_optable_cleanroom_v1_cleanroom_proto_rawDescOnce.Do(func() { - file_optable_cleanroom_v1_cleanroom_proto_rawDescData = protoimpl.X.CompressGZIP(file_optable_cleanroom_v1_cleanroom_proto_rawDescData) +func file_optable_external_v1_cleanroom_proto_rawDescGZIP() []byte { + file_optable_external_v1_cleanroom_proto_rawDescOnce.Do(func() { + file_optable_external_v1_cleanroom_proto_rawDescData = protoimpl.X.CompressGZIP(file_optable_external_v1_cleanroom_proto_rawDescData) }) - return file_optable_cleanroom_v1_cleanroom_proto_rawDescData -} - -var file_optable_cleanroom_v1_cleanroom_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_optable_cleanroom_v1_cleanroom_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_optable_cleanroom_v1_cleanroom_proto_goTypes = []any{ - (Cleanroom_State)(0), // 0: optable.cleanroom.v1.Cleanroom.State - (Cleanroom_Type)(0), // 1: optable.cleanroom.v1.Cleanroom.Type - (Cleanroom_Participant_State)(0), // 2: optable.cleanroom.v1.Cleanroom.Participant.State - (*Cleanroom)(nil), // 3: optable.cleanroom.v1.Cleanroom - (*GetCleanroomRequest)(nil), // 4: optable.cleanroom.v1.GetCleanroomRequest - (*Cleanroom_Config)(nil), // 5: optable.cleanroom.v1.Cleanroom.Config - (*Cleanroom_Participant)(nil), // 6: optable.cleanroom.v1.Cleanroom.Participant - (*Cleanroom_Result)(nil), // 7: optable.cleanroom.v1.Cleanroom.Result - (*Cleanroom_Config_PairConfig)(nil), // 8: optable.cleanroom.v1.Cleanroom.Config.PairConfig - (*Cleanroom_Config_PairConfig_AuthToken)(nil), // 9: optable.cleanroom.v1.Cleanroom.Config.PairConfig.AuthToken - (*Cleanroom_Result_PairResult)(nil), // 10: optable.cleanroom.v1.Cleanroom.Result.PairResult - (*Cleanroom_Result_PairResult_MatchRate)(nil), // 11: optable.cleanroom.v1.Cleanroom.Result.PairResult.MatchRate + return file_optable_external_v1_cleanroom_proto_rawDescData +} + +var file_optable_external_v1_cleanroom_proto_enumTypes = make([]protoimpl.EnumInfo, 3) +var file_optable_external_v1_cleanroom_proto_msgTypes = make([]protoimpl.MessageInfo, 9) +var file_optable_external_v1_cleanroom_proto_goTypes = []any{ + (Cleanroom_State)(0), // 0: optable.external.v1.Cleanroom.State + (Cleanroom_Type)(0), // 1: optable.external.v1.Cleanroom.Type + (Cleanroom_Participant_State)(0), // 2: optable.external.v1.Cleanroom.Participant.State + (*Cleanroom)(nil), // 3: optable.external.v1.Cleanroom + (*GetCleanroomRequest)(nil), // 4: optable.external.v1.GetCleanroomRequest + (*Cleanroom_Config)(nil), // 5: optable.external.v1.Cleanroom.Config + (*Cleanroom_Participant)(nil), // 6: optable.external.v1.Cleanroom.Participant + (*Cleanroom_Result)(nil), // 7: optable.external.v1.Cleanroom.Result + (*Cleanroom_Config_PairConfig)(nil), // 8: optable.external.v1.Cleanroom.Config.PairConfig + (*Cleanroom_Config_PairConfig_AuthToken)(nil), // 9: optable.external.v1.Cleanroom.Config.PairConfig.AuthToken + (*Cleanroom_Result_PairResult)(nil), // 10: optable.external.v1.Cleanroom.Result.PairResult + (*Cleanroom_Result_PairResult_MatchRate)(nil), // 11: optable.external.v1.Cleanroom.Result.PairResult.MatchRate (*timestamppb.Timestamp)(nil), // 12: google.protobuf.Timestamp } -var file_optable_cleanroom_v1_cleanroom_proto_depIdxs = []int32{ - 12, // 0: optable.cleanroom.v1.Cleanroom.create_time:type_name -> google.protobuf.Timestamp - 12, // 1: optable.cleanroom.v1.Cleanroom.update_time:type_name -> google.protobuf.Timestamp - 12, // 2: optable.cleanroom.v1.Cleanroom.expire_time:type_name -> google.protobuf.Timestamp - 0, // 3: optable.cleanroom.v1.Cleanroom.state:type_name -> optable.cleanroom.v1.Cleanroom.State - 1, // 4: optable.cleanroom.v1.Cleanroom.type:type_name -> optable.cleanroom.v1.Cleanroom.Type - 5, // 5: optable.cleanroom.v1.Cleanroom.config:type_name -> optable.cleanroom.v1.Cleanroom.Config - 6, // 6: optable.cleanroom.v1.Cleanroom.participants:type_name -> optable.cleanroom.v1.Cleanroom.Participant - 7, // 7: optable.cleanroom.v1.Cleanroom.result:type_name -> optable.cleanroom.v1.Cleanroom.Result - 8, // 8: optable.cleanroom.v1.Cleanroom.Config.pair_config:type_name -> optable.cleanroom.v1.Cleanroom.Config.PairConfig - 2, // 9: optable.cleanroom.v1.Cleanroom.Participant.state:type_name -> optable.cleanroom.v1.Cleanroom.Participant.State - 12, // 10: optable.cleanroom.v1.Cleanroom.Participant.update_time:type_name -> google.protobuf.Timestamp - 12, // 11: optable.cleanroom.v1.Cleanroom.Participant.invitation_update_time:type_name -> google.protobuf.Timestamp - 10, // 12: optable.cleanroom.v1.Cleanroom.Result.pair_result:type_name -> optable.cleanroom.v1.Cleanroom.Result.PairResult - 9, // 13: optable.cleanroom.v1.Cleanroom.Config.PairConfig.token:type_name -> optable.cleanroom.v1.Cleanroom.Config.PairConfig.AuthToken - 12, // 14: optable.cleanroom.v1.Cleanroom.Config.PairConfig.AuthToken.expire_time:type_name -> google.protobuf.Timestamp - 12, // 15: optable.cleanroom.v1.Cleanroom.Result.PairResult.create_time:type_name -> google.protobuf.Timestamp - 11, // 16: optable.cleanroom.v1.Cleanroom.Result.PairResult.match_rate:type_name -> optable.cleanroom.v1.Cleanroom.Result.PairResult.MatchRate +var file_optable_external_v1_cleanroom_proto_depIdxs = []int32{ + 12, // 0: optable.external.v1.Cleanroom.create_time:type_name -> google.protobuf.Timestamp + 12, // 1: optable.external.v1.Cleanroom.update_time:type_name -> google.protobuf.Timestamp + 12, // 2: optable.external.v1.Cleanroom.expire_time:type_name -> google.protobuf.Timestamp + 0, // 3: optable.external.v1.Cleanroom.state:type_name -> optable.external.v1.Cleanroom.State + 1, // 4: optable.external.v1.Cleanroom.type:type_name -> optable.external.v1.Cleanroom.Type + 5, // 5: optable.external.v1.Cleanroom.config:type_name -> optable.external.v1.Cleanroom.Config + 6, // 6: optable.external.v1.Cleanroom.participants:type_name -> optable.external.v1.Cleanroom.Participant + 7, // 7: optable.external.v1.Cleanroom.result:type_name -> optable.external.v1.Cleanroom.Result + 8, // 8: optable.external.v1.Cleanroom.Config.pair_config:type_name -> optable.external.v1.Cleanroom.Config.PairConfig + 2, // 9: optable.external.v1.Cleanroom.Participant.state:type_name -> optable.external.v1.Cleanroom.Participant.State + 12, // 10: optable.external.v1.Cleanroom.Participant.update_time:type_name -> google.protobuf.Timestamp + 12, // 11: optable.external.v1.Cleanroom.Participant.invitation_update_time:type_name -> google.protobuf.Timestamp + 10, // 12: optable.external.v1.Cleanroom.Result.pair_result:type_name -> optable.external.v1.Cleanroom.Result.PairResult + 9, // 13: optable.external.v1.Cleanroom.Config.PairConfig.token:type_name -> optable.external.v1.Cleanroom.Config.PairConfig.AuthToken + 12, // 14: optable.external.v1.Cleanroom.Config.PairConfig.AuthToken.expire_time:type_name -> google.protobuf.Timestamp + 12, // 15: optable.external.v1.Cleanroom.Result.PairResult.create_time:type_name -> google.protobuf.Timestamp + 11, // 16: optable.external.v1.Cleanroom.Result.PairResult.match_rate:type_name -> optable.external.v1.Cleanroom.Result.PairResult.MatchRate 17, // [17:17] is the sub-list for method output_type 17, // [17:17] is the sub-list for method input_type 17, // [17:17] is the sub-list for extension type_name @@ -1173,13 +1172,13 @@ var file_optable_cleanroom_v1_cleanroom_proto_depIdxs = []int32{ 0, // [0:17] is the sub-list for field type_name } -func init() { file_optable_cleanroom_v1_cleanroom_proto_init() } -func file_optable_cleanroom_v1_cleanroom_proto_init() { - if File_optable_cleanroom_v1_cleanroom_proto != nil { +func init() { file_optable_external_v1_cleanroom_proto_init() } +func file_optable_external_v1_cleanroom_proto_init() { + if File_optable_external_v1_cleanroom_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom); i { case 0: return &v.state @@ -1191,7 +1190,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetCleanroomRequest); i { case 0: return &v.state @@ -1203,7 +1202,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Config); i { case 0: return &v.state @@ -1215,7 +1214,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Participant); i { case 0: return &v.state @@ -1227,7 +1226,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Result); i { case 0: return &v.state @@ -1239,7 +1238,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Config_PairConfig); i { case 0: return &v.state @@ -1251,7 +1250,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Config_PairConfig_AuthToken); i { case 0: return &v.state @@ -1263,7 +1262,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Result_PairResult); i { case 0: return &v.state @@ -1275,7 +1274,7 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { return nil } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_optable_external_v1_cleanroom_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Cleanroom_Result_PairResult_MatchRate); i { case 0: return &v.state @@ -1288,29 +1287,29 @@ func file_optable_cleanroom_v1_cleanroom_proto_init() { } } } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[2].OneofWrappers = []any{ + file_optable_external_v1_cleanroom_proto_msgTypes[2].OneofWrappers = []any{ (*Cleanroom_Config_PairConfig_)(nil), } - file_optable_cleanroom_v1_cleanroom_proto_msgTypes[4].OneofWrappers = []any{ + file_optable_external_v1_cleanroom_proto_msgTypes[4].OneofWrappers = []any{ (*Cleanroom_Result_PairResult_)(nil), } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_optable_cleanroom_v1_cleanroom_proto_rawDesc, + RawDescriptor: file_optable_external_v1_cleanroom_proto_rawDesc, NumEnums: 3, NumMessages: 9, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_optable_cleanroom_v1_cleanroom_proto_goTypes, - DependencyIndexes: file_optable_cleanroom_v1_cleanroom_proto_depIdxs, - EnumInfos: file_optable_cleanroom_v1_cleanroom_proto_enumTypes, - MessageInfos: file_optable_cleanroom_v1_cleanroom_proto_msgTypes, + GoTypes: file_optable_external_v1_cleanroom_proto_goTypes, + DependencyIndexes: file_optable_external_v1_cleanroom_proto_depIdxs, + EnumInfos: file_optable_external_v1_cleanroom_proto_enumTypes, + MessageInfos: file_optable_external_v1_cleanroom_proto_msgTypes, }.Build() - File_optable_cleanroom_v1_cleanroom_proto = out.File - file_optable_cleanroom_v1_cleanroom_proto_rawDesc = nil - file_optable_cleanroom_v1_cleanroom_proto_goTypes = nil - file_optable_cleanroom_v1_cleanroom_proto_depIdxs = nil + File_optable_external_v1_cleanroom_proto = out.File + file_optable_external_v1_cleanroom_proto_rawDesc = nil + file_optable_external_v1_cleanroom_proto_goTypes = nil + file_optable_external_v1_cleanroom_proto_depIdxs = nil } diff --git a/proto/optable/cleanroom/v1/cleanroom.proto b/proto/optable/external/v1/cleanroom.proto similarity index 98% rename from proto/optable/cleanroom/v1/cleanroom.proto rename to proto/optable/external/v1/cleanroom.proto index 74515c0..22fdb41 100644 --- a/proto/optable/cleanroom/v1/cleanroom.proto +++ b/proto/optable/external/v1/cleanroom.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package optable.cleanroom.v1; -option go_package = "github.com/optable/match-api/gen/optable/cleanroom/v1"; +package optable.external.v1; +option go_package = "github.com/optable/match-api/gen/optable/external/v1"; import "google/protobuf/timestamp.proto"; import "google/api/field_behavior.proto";