From b5e40400d232856dfdbc96dd475687fcf4ef17fe Mon Sep 17 00:00:00 2001 From: clarifai-prod Date: Tue, 20 Feb 2024 12:28:57 +0000 Subject: [PATCH] GRPC clients version 10.1.5 --- VERSION | 2 +- proto/clarifai/api/resources.pb.go | 2913 ++++++++++--------- proto/clarifai/api/service.pb.go | 4 +- proto/clarifai/api/status/status_code.pb.go | 123 +- 4 files changed, 1566 insertions(+), 1476 deletions(-) diff --git a/VERSION b/VERSION index 655f923..5f0cfd2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.1.4 +10.1.5 diff --git a/proto/clarifai/api/resources.pb.go b/proto/clarifai/api/resources.pb.go index af9f0db..b9ab9a6 100644 --- a/proto/clarifai/api/resources.pb.go +++ b/proto/clarifai/api/resources.pb.go @@ -463,6 +463,7 @@ const ( EvaluationType_Segmentation EvaluationType = 3 EvaluationType_Clustering EvaluationType = 4 EvaluationType_Tracker EvaluationType = 5 + EvaluationType_Generation EvaluationType = 6 ) // Enum value maps for EvaluationType. @@ -474,6 +475,7 @@ var ( 3: "Segmentation", 4: "Clustering", 5: "Tracker", + 6: "Generation", } EvaluationType_value = map[string]int32{ "Undefined": 0, @@ -482,6 +484,7 @@ var ( "Segmentation": 3, "Clustering": 4, "Tracker": 5, + "Generation": 6, } ) @@ -1489,7 +1492,7 @@ func (x Visibility_Gettable) Number() protoreflect.EnumNumber { // Deprecated: Use Visibility_Gettable.Descriptor instead. func (Visibility_Gettable) EnumDescriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{154, 0} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{155, 0} } type SplitIntoDatasets_DatasetSplitMethod int32 @@ -1536,7 +1539,7 @@ func (x SplitIntoDatasets_DatasetSplitMethod) Number() protoreflect.EnumNumber { // Deprecated: Use SplitIntoDatasets_DatasetSplitMethod.Descriptor instead. func (SplitIntoDatasets_DatasetSplitMethod) EnumDescriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{176, 0} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{177, 0} } type BookmarkOrigin_BookmarkType int32 @@ -1591,7 +1594,7 @@ func (x BookmarkOrigin_BookmarkType) Number() protoreflect.EnumNumber { // Deprecated: Use BookmarkOrigin_BookmarkType.Descriptor instead. func (BookmarkOrigin_BookmarkType) EnumDescriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{191, 0} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{192, 0} } // Annotation of an asset with metadata @@ -14067,6 +14070,8 @@ type Task struct { // Specify whether existing Annotations within the same app that are generated by other auto annotation tasks // with the specified Concept from the selected Model or Workflow should deleted before executing the Task DeletePreviousAnnotations bool `protobuf:"varint,20,opt,name=delete_previous_annotations,json=deletePreviousAnnotations,proto3" json:"delete_previous_annotations,omitempty"` + // Tasks metrics are filled in upon user-request. + Metrics *TaskMetrics `protobuf:"bytes,21,opt,name=metrics,proto3" json:"metrics,omitempty"` } func (x *Task) Reset() { @@ -14242,6 +14247,13 @@ func (x *Task) GetDeletePreviousAnnotations() bool { return false } +func (x *Task) GetMetrics() *TaskMetrics { + if x != nil { + return x.Metrics + } + return nil +} + // AiAssistParameters type AiAssistParameters struct { state protoimpl.MessageState @@ -15009,8 +15021,10 @@ type TaskConceptAutoAnnotationConfig struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Filter anontations by their annotation data type. - // This specifies types in an OR fashion, e.g. a `dog` concept that appears as a mask or a bbox. + // Filter annotations by their annotation data type. + // This is a bit-mask field that holds multiple AnnotationDataType values that are combined in an OR fashion. + // Example: if annotation_data_types = 34, then we filter annotations that appear as a mask or a bounding box, + // because MASK = 32 and BOUNDING_BOX = 2. AnnotationDataTypes uint32 `protobuf:"varint,1,opt,name=annotation_data_types,json=annotationDataTypes,proto3" json:"annotation_data_types,omitempty"` // Filter annotations by concept value. // Only concepts that fit in the threshold will be used to generate annotations. @@ -15128,6 +15142,53 @@ func (x *TaskConcept) GetAutoAnnotationConfig() *TaskConceptAutoAnnotationConfig return nil } +type TaskMetrics struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + EstimatedLabeledInputsCount uint64 `protobuf:"varint,1,opt,name=estimated_labeled_inputs_count,json=estimatedLabeledInputsCount,proto3" json:"estimated_labeled_inputs_count,omitempty"` +} + +func (x *TaskMetrics) Reset() { + *x = TaskMetrics{} + if protoimpl.UnsafeEnabled { + mi := &file_proto_clarifai_api_resources_proto_msgTypes[145] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *TaskMetrics) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*TaskMetrics) ProtoMessage() {} + +func (x *TaskMetrics) ProtoReflect() protoreflect.Message { + mi := &file_proto_clarifai_api_resources_proto_msgTypes[145] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use TaskMetrics.ProtoReflect.Descriptor instead. +func (*TaskMetrics) Descriptor() ([]byte, []int) { + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{145} +} + +func (x *TaskMetrics) GetEstimatedLabeledInputsCount() uint64 { + if x != nil { + return x.EstimatedLabeledInputsCount + } + return 0 +} + // Collector is a data pathway from a CollectorSource to an app to collect data automatically. // For example, a CollectorSource type Collector struct { @@ -15183,7 +15244,7 @@ type Collector struct { func (x *Collector) Reset() { *x = Collector{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[145] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[146] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15196,7 +15257,7 @@ func (x *Collector) String() string { func (*Collector) ProtoMessage() {} func (x *Collector) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[145] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[146] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15209,7 +15270,7 @@ func (x *Collector) ProtoReflect() protoreflect.Message { // Deprecated: Use Collector.ProtoReflect.Descriptor instead. func (*Collector) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{145} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{146} } func (x *Collector) GetId() string { @@ -15290,7 +15351,7 @@ type CollectorSource struct { func (x *CollectorSource) Reset() { *x = CollectorSource{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[146] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[147] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15303,7 +15364,7 @@ func (x *CollectorSource) String() string { func (*CollectorSource) ProtoMessage() {} func (x *CollectorSource) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[146] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[147] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15316,7 +15377,7 @@ func (x *CollectorSource) ProtoReflect() protoreflect.Message { // Deprecated: Use CollectorSource.ProtoReflect.Descriptor instead. func (*CollectorSource) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{146} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{147} } func (x *CollectorSource) GetApiPostModelOutputsCollectorSource() *APIPostModelOutputsCollectorSource { @@ -15355,7 +15416,7 @@ type APIPostModelOutputsCollectorSource struct { func (x *APIPostModelOutputsCollectorSource) Reset() { *x = APIPostModelOutputsCollectorSource{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[147] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[148] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15368,7 +15429,7 @@ func (x *APIPostModelOutputsCollectorSource) String() string { func (*APIPostModelOutputsCollectorSource) ProtoMessage() {} func (x *APIPostModelOutputsCollectorSource) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[147] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[148] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15381,7 +15442,7 @@ func (x *APIPostModelOutputsCollectorSource) ProtoReflect() protoreflect.Message // Deprecated: Use APIPostModelOutputsCollectorSource.ProtoReflect.Descriptor instead. func (*APIPostModelOutputsCollectorSource) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{147} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{148} } func (x *APIPostModelOutputsCollectorSource) GetModelUserId() string { @@ -15446,7 +15507,7 @@ type StatValue struct { func (x *StatValue) Reset() { *x = StatValue{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[148] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[149] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15459,7 +15520,7 @@ func (x *StatValue) String() string { func (*StatValue) ProtoMessage() {} func (x *StatValue) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[148] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[149] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15472,7 +15533,7 @@ func (x *StatValue) ProtoReflect() protoreflect.Message { // Deprecated: Use StatValue.ProtoReflect.Descriptor instead. func (*StatValue) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{148} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{149} } func (x *StatValue) GetTime() *timestamppb.Timestamp { @@ -15511,7 +15572,7 @@ type StatValueAggregateResult struct { func (x *StatValueAggregateResult) Reset() { *x = StatValueAggregateResult{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[149] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[150] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15524,7 +15585,7 @@ func (x *StatValueAggregateResult) String() string { func (*StatValueAggregateResult) ProtoMessage() {} func (x *StatValueAggregateResult) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[149] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[150] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15537,7 +15598,7 @@ func (x *StatValueAggregateResult) ProtoReflect() protoreflect.Message { // Deprecated: Use StatValueAggregateResult.ProtoReflect.Descriptor instead. func (*StatValueAggregateResult) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{149} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{150} } func (x *StatValueAggregateResult) GetStatValueAggregates() []*StatValueAggregate { @@ -15576,7 +15637,7 @@ type StatValueAggregate struct { func (x *StatValueAggregate) Reset() { *x = StatValueAggregate{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[150] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[151] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15589,7 +15650,7 @@ func (x *StatValueAggregate) String() string { func (*StatValueAggregate) ProtoMessage() {} func (x *StatValueAggregate) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[150] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[151] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15602,7 +15663,7 @@ func (x *StatValueAggregate) ProtoReflect() protoreflect.Message { // Deprecated: Use StatValueAggregate.ProtoReflect.Descriptor instead. func (*StatValueAggregate) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{150} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{151} } func (x *StatValueAggregate) GetTime() *timestamppb.Timestamp { @@ -15672,7 +15733,7 @@ type StatValueAggregateQuery struct { func (x *StatValueAggregateQuery) Reset() { *x = StatValueAggregateQuery{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[151] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[152] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15685,7 +15746,7 @@ func (x *StatValueAggregateQuery) String() string { func (*StatValueAggregateQuery) ProtoMessage() {} func (x *StatValueAggregateQuery) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[151] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[152] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15698,7 +15759,7 @@ func (x *StatValueAggregateQuery) ProtoReflect() protoreflect.Message { // Deprecated: Use StatValueAggregateQuery.ProtoReflect.Descriptor instead. func (*StatValueAggregateQuery) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{151} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{152} } func (x *StatValueAggregateQuery) GetTags() []string { @@ -15758,7 +15819,7 @@ type PCAProjectionComparator struct { func (x *PCAProjectionComparator) Reset() { *x = PCAProjectionComparator{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[152] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[153] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15771,7 +15832,7 @@ func (x *PCAProjectionComparator) String() string { func (*PCAProjectionComparator) ProtoMessage() {} func (x *PCAProjectionComparator) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[152] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[153] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15784,7 +15845,7 @@ func (x *PCAProjectionComparator) ProtoReflect() protoreflect.Message { // Deprecated: Use PCAProjectionComparator.ProtoReflect.Descriptor instead. func (*PCAProjectionComparator) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{152} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{153} } func (x *PCAProjectionComparator) GetDistanceThreshold() float32 { @@ -15814,7 +15875,7 @@ type DuplicateAnnotationsResults struct { func (x *DuplicateAnnotationsResults) Reset() { *x = DuplicateAnnotationsResults{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[153] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[154] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15827,7 +15888,7 @@ func (x *DuplicateAnnotationsResults) String() string { func (*DuplicateAnnotationsResults) ProtoMessage() {} func (x *DuplicateAnnotationsResults) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[153] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[154] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15840,7 +15901,7 @@ func (x *DuplicateAnnotationsResults) ProtoReflect() protoreflect.Message { // Deprecated: Use DuplicateAnnotationsResults.ProtoReflect.Descriptor instead. func (*DuplicateAnnotationsResults) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{153} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{154} } func (x *DuplicateAnnotationsResults) GetDuplicateCfid() []string { @@ -15875,7 +15936,7 @@ type Visibility struct { func (x *Visibility) Reset() { *x = Visibility{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[154] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[155] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15888,7 +15949,7 @@ func (x *Visibility) String() string { func (*Visibility) ProtoMessage() {} func (x *Visibility) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[154] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[155] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15901,7 +15962,7 @@ func (x *Visibility) ProtoReflect() protoreflect.Message { // Deprecated: Use Visibility.ProtoReflect.Descriptor instead. func (*Visibility) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{154} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{155} } func (x *Visibility) GetGettable() Visibility_Gettable { @@ -15926,7 +15987,7 @@ type TrendingMetric struct { func (x *TrendingMetric) Reset() { *x = TrendingMetric{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[155] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[156] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -15939,7 +16000,7 @@ func (x *TrendingMetric) String() string { func (*TrendingMetric) ProtoMessage() {} func (x *TrendingMetric) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[155] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[156] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -15952,7 +16013,7 @@ func (x *TrendingMetric) ProtoReflect() protoreflect.Message { // Deprecated: Use TrendingMetric.ProtoReflect.Descriptor instead. func (*TrendingMetric) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{155} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{156} } func (x *TrendingMetric) GetUserId() string { @@ -15997,7 +16058,7 @@ type FullTag struct { func (x *FullTag) Reset() { *x = FullTag{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[156] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[157] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16010,7 +16071,7 @@ func (x *FullTag) String() string { func (*FullTag) ProtoMessage() {} func (x *FullTag) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[156] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[157] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16023,7 +16084,7 @@ func (x *FullTag) ProtoReflect() protoreflect.Message { // Deprecated: Use FullTag.ProtoReflect.Descriptor instead. func (*FullTag) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{156} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{157} } func (x *FullTag) GetName() string { @@ -16055,7 +16116,7 @@ type TimeSegment struct { func (x *TimeSegment) Reset() { *x = TimeSegment{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[157] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[158] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16068,7 +16129,7 @@ func (x *TimeSegment) String() string { func (*TimeSegment) ProtoMessage() {} func (x *TimeSegment) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[157] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[158] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16081,7 +16142,7 @@ func (x *TimeSegment) ProtoReflect() protoreflect.Message { // Deprecated: Use TimeSegment.ProtoReflect.Descriptor instead. func (*TimeSegment) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{157} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{158} } func (x *TimeSegment) GetId() string { @@ -16122,7 +16183,7 @@ type TimeInfo struct { func (x *TimeInfo) Reset() { *x = TimeInfo{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[158] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[159] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16135,7 +16196,7 @@ func (x *TimeInfo) String() string { func (*TimeInfo) ProtoMessage() {} func (x *TimeInfo) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[158] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[159] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16148,7 +16209,7 @@ func (x *TimeInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use TimeInfo.ProtoReflect.Descriptor instead. func (*TimeInfo) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{158} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{159} } func (x *TimeInfo) GetNumFrames() uint32 { @@ -16184,7 +16245,7 @@ type DatasetStar struct { func (x *DatasetStar) Reset() { *x = DatasetStar{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[159] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[160] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16197,7 +16258,7 @@ func (x *DatasetStar) String() string { func (*DatasetStar) ProtoMessage() {} func (x *DatasetStar) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[159] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[160] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16210,7 +16271,7 @@ func (x *DatasetStar) ProtoReflect() protoreflect.Message { // Deprecated: Use DatasetStar.ProtoReflect.Descriptor instead. func (*DatasetStar) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{159} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{160} } func (x *DatasetStar) GetDatasetId() string { @@ -16233,7 +16294,7 @@ type ModuleStar struct { func (x *ModuleStar) Reset() { *x = ModuleStar{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[160] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[161] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16246,7 +16307,7 @@ func (x *ModuleStar) String() string { func (*ModuleStar) ProtoMessage() {} func (x *ModuleStar) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[160] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[161] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16259,7 +16320,7 @@ func (x *ModuleStar) ProtoReflect() protoreflect.Message { // Deprecated: Use ModuleStar.ProtoReflect.Descriptor instead. func (*ModuleStar) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{160} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{161} } func (x *ModuleStar) GetModuleId() string { @@ -16315,7 +16376,7 @@ type Module struct { func (x *Module) Reset() { *x = Module{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[161] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[162] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16328,7 +16389,7 @@ func (x *Module) String() string { func (*Module) ProtoMessage() {} func (x *Module) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[161] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[162] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16341,7 +16402,7 @@ func (x *Module) ProtoReflect() protoreflect.Message { // Deprecated: Use Module.ProtoReflect.Descriptor instead. func (*Module) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{161} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{162} } func (x *Module) GetId() string { @@ -16487,7 +16548,7 @@ type ModuleVersion struct { func (x *ModuleVersion) Reset() { *x = ModuleVersion{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[162] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[163] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16500,7 +16561,7 @@ func (x *ModuleVersion) String() string { func (*ModuleVersion) ProtoMessage() {} func (x *ModuleVersion) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[162] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[163] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16513,7 +16574,7 @@ func (x *ModuleVersion) ProtoReflect() protoreflect.Message { // Deprecated: Use ModuleVersion.ProtoReflect.Descriptor instead. func (*ModuleVersion) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{162} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{163} } func (x *ModuleVersion) GetId() string { @@ -16663,7 +16724,7 @@ type InstalledModuleVersion struct { func (x *InstalledModuleVersion) Reset() { *x = InstalledModuleVersion{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[163] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[164] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16676,7 +16737,7 @@ func (x *InstalledModuleVersion) String() string { func (*InstalledModuleVersion) ProtoMessage() {} func (x *InstalledModuleVersion) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[163] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[164] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16689,7 +16750,7 @@ func (x *InstalledModuleVersion) ProtoReflect() protoreflect.Message { // Deprecated: Use InstalledModuleVersion.ProtoReflect.Descriptor instead. func (*InstalledModuleVersion) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{163} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{164} } func (x *InstalledModuleVersion) GetId() string { @@ -16808,7 +16869,7 @@ type BulkOperation struct { func (x *BulkOperation) Reset() { *x = BulkOperation{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[164] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[165] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16821,7 +16882,7 @@ func (x *BulkOperation) String() string { func (*BulkOperation) ProtoMessage() {} func (x *BulkOperation) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[164] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[165] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16834,7 +16895,7 @@ func (x *BulkOperation) ProtoReflect() protoreflect.Message { // Deprecated: Use BulkOperation.ProtoReflect.Descriptor instead. func (*BulkOperation) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{164} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{165} } func (x *BulkOperation) GetId() string { @@ -16954,7 +17015,7 @@ type InputIDs struct { func (x *InputIDs) Reset() { *x = InputIDs{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[165] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[166] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -16967,7 +17028,7 @@ func (x *InputIDs) String() string { func (*InputIDs) ProtoMessage() {} func (x *InputIDs) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[165] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[166] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -16980,7 +17041,7 @@ func (x *InputIDs) ProtoReflect() protoreflect.Message { // Deprecated: Use InputIDs.ProtoReflect.Descriptor instead. func (*InputIDs) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{165} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{166} } func (x *InputIDs) GetInputIds() []string { @@ -17002,7 +17063,7 @@ type Progress struct { func (x *Progress) Reset() { *x = Progress{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[166] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[167] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17015,7 +17076,7 @@ func (x *Progress) String() string { func (*Progress) ProtoMessage() {} func (x *Progress) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[166] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[167] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17028,7 +17089,7 @@ func (x *Progress) ProtoReflect() protoreflect.Message { // Deprecated: Use Progress.ProtoReflect.Descriptor instead. func (*Progress) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{166} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{167} } func (x *Progress) GetProcessed() uint32 { @@ -17113,7 +17174,7 @@ type Operation struct { func (x *Operation) Reset() { *x = Operation{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[167] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[168] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17126,7 +17187,7 @@ func (x *Operation) String() string { func (*Operation) ProtoMessage() {} func (x *Operation) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[167] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[168] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17139,7 +17200,7 @@ func (x *Operation) ProtoReflect() protoreflect.Message { // Deprecated: Use Operation.ProtoReflect.Descriptor instead. func (*Operation) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{167} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{168} } func (m *Operation) GetOperation() isOperation_Operation { @@ -17281,7 +17342,7 @@ type AddConcepts struct { func (x *AddConcepts) Reset() { *x = AddConcepts{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[168] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[169] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17294,7 +17355,7 @@ func (x *AddConcepts) String() string { func (*AddConcepts) ProtoMessage() {} func (x *AddConcepts) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[168] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[169] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17307,7 +17368,7 @@ func (x *AddConcepts) ProtoReflect() protoreflect.Message { // Deprecated: Use AddConcepts.ProtoReflect.Descriptor instead. func (*AddConcepts) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{168} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{169} } func (x *AddConcepts) GetConcepts() []*Concept { @@ -17329,7 +17390,7 @@ type DeleteConcepts struct { func (x *DeleteConcepts) Reset() { *x = DeleteConcepts{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[169] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[170] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17342,7 +17403,7 @@ func (x *DeleteConcepts) String() string { func (*DeleteConcepts) ProtoMessage() {} func (x *DeleteConcepts) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[169] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[170] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17355,7 +17416,7 @@ func (x *DeleteConcepts) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteConcepts.ProtoReflect.Descriptor instead. func (*DeleteConcepts) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{169} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{170} } func (x *DeleteConcepts) GetConcepts() []*Concept { @@ -17385,7 +17446,7 @@ type AddMetadata struct { func (x *AddMetadata) Reset() { *x = AddMetadata{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[170] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[171] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17398,7 +17459,7 @@ func (x *AddMetadata) String() string { func (*AddMetadata) ProtoMessage() {} func (x *AddMetadata) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[170] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[171] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17411,7 +17472,7 @@ func (x *AddMetadata) ProtoReflect() protoreflect.Message { // Deprecated: Use AddMetadata.ProtoReflect.Descriptor instead. func (*AddMetadata) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{170} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{171} } func (x *AddMetadata) GetMetadata() *structpb.Struct { @@ -17434,7 +17495,7 @@ type DeleteMetadata struct { func (x *DeleteMetadata) Reset() { *x = DeleteMetadata{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[171] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[172] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17447,7 +17508,7 @@ func (x *DeleteMetadata) String() string { func (*DeleteMetadata) ProtoMessage() {} func (x *DeleteMetadata) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[171] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[172] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17460,7 +17521,7 @@ func (x *DeleteMetadata) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteMetadata.ProtoReflect.Descriptor instead. func (*DeleteMetadata) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{171} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{172} } func (x *DeleteMetadata) GetMetadata() *structpb.Struct { @@ -17482,7 +17543,7 @@ type OverwriteGeo struct { func (x *OverwriteGeo) Reset() { *x = OverwriteGeo{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[172] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[173] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17495,7 +17556,7 @@ func (x *OverwriteGeo) String() string { func (*OverwriteGeo) ProtoMessage() {} func (x *OverwriteGeo) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[172] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[173] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17508,7 +17569,7 @@ func (x *OverwriteGeo) ProtoReflect() protoreflect.Message { // Deprecated: Use OverwriteGeo.ProtoReflect.Descriptor instead. func (*OverwriteGeo) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{172} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{173} } func (x *OverwriteGeo) GetGeo() *Geo { @@ -17527,7 +17588,7 @@ type DeleteGeo struct { func (x *DeleteGeo) Reset() { *x = DeleteGeo{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[173] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[174] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17540,7 +17601,7 @@ func (x *DeleteGeo) String() string { func (*DeleteGeo) ProtoMessage() {} func (x *DeleteGeo) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[173] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[174] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17553,7 +17614,7 @@ func (x *DeleteGeo) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteGeo.ProtoReflect.Descriptor instead. func (*DeleteGeo) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{173} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{174} } type AddToDataset struct { @@ -17567,7 +17628,7 @@ type AddToDataset struct { func (x *AddToDataset) Reset() { *x = AddToDataset{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[174] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[175] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17580,7 +17641,7 @@ func (x *AddToDataset) String() string { func (*AddToDataset) ProtoMessage() {} func (x *AddToDataset) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[174] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[175] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17593,7 +17654,7 @@ func (x *AddToDataset) ProtoReflect() protoreflect.Message { // Deprecated: Use AddToDataset.ProtoReflect.Descriptor instead. func (*AddToDataset) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{174} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{175} } func (x *AddToDataset) GetDatasetId() string { @@ -17614,7 +17675,7 @@ type DeleteFromDataset struct { func (x *DeleteFromDataset) Reset() { *x = DeleteFromDataset{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[175] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[176] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17627,7 +17688,7 @@ func (x *DeleteFromDataset) String() string { func (*DeleteFromDataset) ProtoMessage() {} func (x *DeleteFromDataset) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[175] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[176] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17640,7 +17701,7 @@ func (x *DeleteFromDataset) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteFromDataset.ProtoReflect.Descriptor instead. func (*DeleteFromDataset) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{175} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{176} } func (x *DeleteFromDataset) GetDatasetId() string { @@ -17662,7 +17723,7 @@ type SplitIntoDatasets struct { func (x *SplitIntoDatasets) Reset() { *x = SplitIntoDatasets{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[176] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[177] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17675,7 +17736,7 @@ func (x *SplitIntoDatasets) String() string { func (*SplitIntoDatasets) ProtoMessage() {} func (x *SplitIntoDatasets) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[176] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[177] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17688,7 +17749,7 @@ func (x *SplitIntoDatasets) ProtoReflect() protoreflect.Message { // Deprecated: Use SplitIntoDatasets.ProtoReflect.Descriptor instead. func (*SplitIntoDatasets) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{176} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{177} } func (x *SplitIntoDatasets) GetDatasetSplits() []*DatasetSplit { @@ -17721,7 +17782,7 @@ type DatasetSplit struct { func (x *DatasetSplit) Reset() { *x = DatasetSplit{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[177] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[178] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17734,7 +17795,7 @@ func (x *DatasetSplit) String() string { func (*DatasetSplit) ProtoMessage() {} func (x *DatasetSplit) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[177] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[178] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17747,7 +17808,7 @@ func (x *DatasetSplit) ProtoReflect() protoreflect.Message { // Deprecated: Use DatasetSplit.ProtoReflect.Descriptor instead. func (*DatasetSplit) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{177} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{178} } func (x *DatasetSplit) GetDataset() *Dataset { @@ -17815,7 +17876,7 @@ type InputsAddJob struct { func (x *InputsAddJob) Reset() { *x = InputsAddJob{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[178] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[179] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17828,7 +17889,7 @@ func (x *InputsAddJob) String() string { func (*InputsAddJob) ProtoMessage() {} func (x *InputsAddJob) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[178] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[179] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17841,7 +17902,7 @@ func (x *InputsAddJob) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsAddJob.ProtoReflect.Descriptor instead. func (*InputsAddJob) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{178} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{179} } func (x *InputsAddJob) GetId() string { @@ -17921,7 +17982,7 @@ type InputsAddJobProgress struct { func (x *InputsAddJobProgress) Reset() { *x = InputsAddJobProgress{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[179] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[180] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -17934,7 +17995,7 @@ func (x *InputsAddJobProgress) String() string { func (*InputsAddJobProgress) ProtoMessage() {} func (x *InputsAddJobProgress) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[179] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[180] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -17947,7 +18008,7 @@ func (x *InputsAddJobProgress) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsAddJobProgress.ProtoReflect.Descriptor instead. func (*InputsAddJobProgress) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{179} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{180} } func (x *InputsAddJobProgress) GetPendingCount() uint64 { @@ -18010,7 +18071,7 @@ type Upload struct { func (x *Upload) Reset() { *x = Upload{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[180] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[181] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18023,7 +18084,7 @@ func (x *Upload) String() string { func (*Upload) ProtoMessage() {} func (x *Upload) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[180] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[181] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18036,7 +18097,7 @@ func (x *Upload) ProtoReflect() protoreflect.Message { // Deprecated: Use Upload.ProtoReflect.Descriptor instead. func (*Upload) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{180} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{181} } func (x *Upload) GetId() string { @@ -18108,7 +18169,7 @@ type UploadContentPart struct { func (x *UploadContentPart) Reset() { *x = UploadContentPart{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[181] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[182] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18121,7 +18182,7 @@ func (x *UploadContentPart) String() string { func (*UploadContentPart) ProtoMessage() {} func (x *UploadContentPart) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[181] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[182] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18134,7 +18195,7 @@ func (x *UploadContentPart) ProtoReflect() protoreflect.Message { // Deprecated: Use UploadContentPart.ProtoReflect.Descriptor instead. func (*UploadContentPart) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{181} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{182} } func (x *UploadContentPart) GetRangeStart() uint64 { @@ -18174,7 +18235,7 @@ type CustomCodeOperatorRequest struct { func (x *CustomCodeOperatorRequest) Reset() { *x = CustomCodeOperatorRequest{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[182] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[183] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18187,7 +18248,7 @@ func (x *CustomCodeOperatorRequest) String() string { func (*CustomCodeOperatorRequest) ProtoMessage() {} func (x *CustomCodeOperatorRequest) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[182] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[183] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18200,7 +18261,7 @@ func (x *CustomCodeOperatorRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CustomCodeOperatorRequest.ProtoReflect.Descriptor instead. func (*CustomCodeOperatorRequest) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{182} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{183} } func (x *CustomCodeOperatorRequest) GetInputs() []*Input { @@ -18246,7 +18307,7 @@ type InputsExtractionJob struct { func (x *InputsExtractionJob) Reset() { *x = InputsExtractionJob{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[183] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[184] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18259,7 +18320,7 @@ func (x *InputsExtractionJob) String() string { func (*InputsExtractionJob) ProtoMessage() {} func (x *InputsExtractionJob) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[183] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[184] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18272,7 +18333,7 @@ func (x *InputsExtractionJob) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsExtractionJob.ProtoReflect.Descriptor instead. func (*InputsExtractionJob) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{183} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{184} } func (x *InputsExtractionJob) GetStatus() *status.Status { @@ -18349,7 +18410,7 @@ type InputsExtractionJobProgress struct { func (x *InputsExtractionJobProgress) Reset() { *x = InputsExtractionJobProgress{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[184] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[185] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18362,7 +18423,7 @@ func (x *InputsExtractionJobProgress) String() string { func (*InputsExtractionJobProgress) ProtoMessage() {} func (x *InputsExtractionJobProgress) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[184] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[185] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18375,7 +18436,7 @@ func (x *InputsExtractionJobProgress) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsExtractionJobProgress.ProtoReflect.Descriptor instead. func (*InputsExtractionJobProgress) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{184} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{185} } func (x *InputsExtractionJobProgress) GetAudioInputsCount() uint64 { @@ -18454,7 +18515,7 @@ type InputsDataSource struct { func (x *InputsDataSource) Reset() { *x = InputsDataSource{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[185] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[186] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18467,7 +18528,7 @@ func (x *InputsDataSource) String() string { func (*InputsDataSource) ProtoMessage() {} func (x *InputsDataSource) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[185] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[186] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18480,7 +18541,7 @@ func (x *InputsDataSource) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsDataSource.ProtoReflect.Descriptor instead. func (*InputsDataSource) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{185} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{186} } func (x *InputsDataSource) GetInputsAddJobId() string { @@ -18525,7 +18586,7 @@ type DataSourceURL struct { func (x *DataSourceURL) Reset() { *x = DataSourceURL{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[186] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[187] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18538,7 +18599,7 @@ func (x *DataSourceURL) String() string { func (*DataSourceURL) ProtoMessage() {} func (x *DataSourceURL) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[186] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[187] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18551,7 +18612,7 @@ func (x *DataSourceURL) ProtoReflect() protoreflect.Message { // Deprecated: Use DataSourceURL.ProtoReflect.Descriptor instead. func (*DataSourceURL) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{186} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{187} } func (x *DataSourceURL) GetUrl() string { @@ -18584,7 +18645,7 @@ type DataSourceCredentials struct { func (x *DataSourceCredentials) Reset() { *x = DataSourceCredentials{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[187] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[188] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18597,7 +18658,7 @@ func (x *DataSourceCredentials) String() string { func (*DataSourceCredentials) ProtoMessage() {} func (x *DataSourceCredentials) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[187] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[188] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18610,7 +18671,7 @@ func (x *DataSourceCredentials) ProtoReflect() protoreflect.Message { // Deprecated: Use DataSourceCredentials.ProtoReflect.Descriptor instead. func (*DataSourceCredentials) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{187} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{188} } func (m *DataSourceCredentials) GetCredentials() isDataSourceCredentials_Credentials { @@ -18681,7 +18742,7 @@ type AWSCreds struct { func (x *AWSCreds) Reset() { *x = AWSCreds{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[188] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[189] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18694,7 +18755,7 @@ func (x *AWSCreds) String() string { func (*AWSCreds) ProtoMessage() {} func (x *AWSCreds) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[188] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[189] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18707,7 +18768,7 @@ func (x *AWSCreds) ProtoReflect() protoreflect.Message { // Deprecated: Use AWSCreds.ProtoReflect.Descriptor instead. func (*AWSCreds) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{188} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{189} } func (x *AWSCreds) GetRegion() string { @@ -18751,7 +18812,7 @@ type AzureBlobCreds struct { func (x *AzureBlobCreds) Reset() { *x = AzureBlobCreds{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[189] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[190] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18764,7 +18825,7 @@ func (x *AzureBlobCreds) String() string { func (*AzureBlobCreds) ProtoMessage() {} func (x *AzureBlobCreds) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[189] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[190] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18777,7 +18838,7 @@ func (x *AzureBlobCreds) ProtoReflect() protoreflect.Message { // Deprecated: Use AzureBlobCreds.ProtoReflect.Descriptor instead. func (*AzureBlobCreds) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{189} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{190} } func (x *AzureBlobCreds) GetAccountName() string { @@ -18815,7 +18876,7 @@ type InputsUpload struct { func (x *InputsUpload) Reset() { *x = InputsUpload{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[190] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[191] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18828,7 +18889,7 @@ func (x *InputsUpload) String() string { func (*InputsUpload) ProtoMessage() {} func (x *InputsUpload) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[190] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[191] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18841,7 +18902,7 @@ func (x *InputsUpload) ProtoReflect() protoreflect.Message { // Deprecated: Use InputsUpload.ProtoReflect.Descriptor instead. func (*InputsUpload) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{190} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{191} } func (x *InputsUpload) GetInputsAddJobId() string { @@ -18897,7 +18958,7 @@ type BookmarkOrigin struct { func (x *BookmarkOrigin) Reset() { *x = BookmarkOrigin{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[191] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[192] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18910,7 +18971,7 @@ func (x *BookmarkOrigin) String() string { func (*BookmarkOrigin) ProtoMessage() {} func (x *BookmarkOrigin) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[191] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[192] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -18923,7 +18984,7 @@ func (x *BookmarkOrigin) ProtoReflect() protoreflect.Message { // Deprecated: Use BookmarkOrigin.ProtoReflect.Descriptor instead. func (*BookmarkOrigin) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{191} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{192} } func (x *BookmarkOrigin) GetId() string { @@ -18981,7 +19042,7 @@ type Runner struct { func (x *Runner) Reset() { *x = Runner{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[192] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[193] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -18994,7 +19055,7 @@ func (x *Runner) String() string { func (*Runner) ProtoMessage() {} func (x *Runner) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[192] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[193] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -19007,7 +19068,7 @@ func (x *Runner) ProtoReflect() protoreflect.Message { // Deprecated: Use Runner.ProtoReflect.Descriptor instead. func (*Runner) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{192} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{193} } func (x *Runner) GetId() string { @@ -19076,7 +19137,7 @@ type ModuleVersion_ModuleSubNav struct { func (x *ModuleVersion_ModuleSubNav) Reset() { *x = ModuleVersion_ModuleSubNav{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[194] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[195] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -19089,7 +19150,7 @@ func (x *ModuleVersion_ModuleSubNav) String() string { func (*ModuleVersion_ModuleSubNav) ProtoMessage() {} func (x *ModuleVersion_ModuleSubNav) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[194] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[195] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -19102,7 +19163,7 @@ func (x *ModuleVersion_ModuleSubNav) ProtoReflect() protoreflect.Message { // Deprecated: Use ModuleVersion_ModuleSubNav.ProtoReflect.Descriptor instead. func (*ModuleVersion_ModuleSubNav) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{162, 0} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{163, 0} } func (x *ModuleVersion_ModuleSubNav) GetTitle() string { @@ -19142,7 +19203,7 @@ type ModuleVersion_ModuleNav struct { func (x *ModuleVersion_ModuleNav) Reset() { *x = ModuleVersion_ModuleNav{} if protoimpl.UnsafeEnabled { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[195] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[196] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -19155,7 +19216,7 @@ func (x *ModuleVersion_ModuleNav) String() string { func (*ModuleVersion_ModuleNav) ProtoMessage() {} func (x *ModuleVersion_ModuleNav) ProtoReflect() protoreflect.Message { - mi := &file_proto_clarifai_api_resources_proto_msgTypes[195] + mi := &file_proto_clarifai_api_resources_proto_msgTypes[196] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -19168,7 +19229,7 @@ func (x *ModuleVersion_ModuleNav) ProtoReflect() protoreflect.Message { // Deprecated: Use ModuleVersion_ModuleNav.ProtoReflect.Descriptor instead. func (*ModuleVersion_ModuleNav) Descriptor() ([]byte, []int) { - return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{162, 1} + return file_proto_clarifai_api_resources_proto_rawDescGZIP(), []int{163, 1} } func (x *ModuleVersion_ModuleNav) GetTitle() string { @@ -21382,7 +21443,7 @@ var file_proto_clarifai_api_resources_proto_rawDesc = []byte{ 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0a, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x22, 0x95, 0x08, 0x0a, 0x04, + 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x22, 0xca, 0x08, 0x0a, 0x04, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, @@ -21441,926 +21502,936 @@ var file_proto_clarifai_api_resources_proto_rawDesc = []byte{ 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x52, 0x19, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x6c, 0x0a, 0x08, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, - 0x54, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x50, 0x54, 0x53, 0x5f, - 0x43, 0x4c, 0x41, 0x53, 0x53, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x01, - 0x12, 0x1a, 0x0a, 0x16, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x42, 0x4f, 0x58, - 0x5f, 0x44, 0x45, 0x54, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, - 0x50, 0x4f, 0x4c, 0x59, 0x47, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, 0x45, 0x43, 0x54, 0x49, 0x4f, - 0x4e, 0x10, 0x03, 0x22, 0x90, 0x01, 0x0a, 0x12, 0x41, 0x69, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x69, - 0x6e, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x02, 0x52, 0x0c, 0x6d, 0x69, 0x6e, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, - 0x23, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x54, 0x68, 0x72, 0x65, 0x73, - 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x5f, - 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x52, 0x65, 0x6c, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0xd5, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x73, 0x6b, 0x57, - 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x12, 0x47, 0x0a, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, - 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, - 0x72, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x53, 0x74, 0x72, 0x61, - 0x74, 0x65, 0x67, 0x79, 0x52, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x1d, - 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, - 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x28, 0x0a, - 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x73, 0x65, 0x72, - 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x2b, 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x65, 0x6c, - 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x06, 0x6d, 0x6f, - 0x64, 0x65, 0x6c, 0x73, 0x12, 0x34, 0x0a, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, - 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, - 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x6d, 0x0a, 0x19, 0x70, 0x61, - 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, - 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, - 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, - 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, - 0x52, 0x17, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, - 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x52, 0x0a, 0x12, 0x54, 0x61, 0x73, - 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, - 0x1b, 0x0a, 0x17, 0x57, 0x4f, 0x52, 0x4b, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x52, 0x41, 0x54, 0x45, - 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, - 0x50, 0x41, 0x52, 0x54, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x12, 0x08, 0x0a, - 0x04, 0x46, 0x55, 0x4c, 0x4c, 0x10, 0x03, 0x22, 0x04, 0x08, 0x01, 0x10, 0x01, 0x42, 0x0f, 0x0a, - 0x0d, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0xc9, - 0x02, 0x0a, 0x21, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, - 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x61, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x4d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x33, 0x0a, 0x07, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, + 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x73, 0x52, 0x07, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x22, 0x6c, 0x0a, 0x08, 0x54, 0x61, + 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, + 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x4f, 0x4e, 0x43, + 0x45, 0x50, 0x54, 0x53, 0x5f, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, + 0x49, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x49, 0x4e, + 0x47, 0x5f, 0x42, 0x4f, 0x58, 0x5f, 0x44, 0x45, 0x54, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, + 0x02, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4f, 0x4c, 0x59, 0x47, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x54, + 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x03, 0x22, 0x90, 0x01, 0x0a, 0x12, 0x41, 0x69, 0x41, + 0x73, 0x73, 0x69, 0x73, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, + 0x23, 0x0a, 0x0d, 0x6d, 0x69, 0x6e, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x6d, 0x69, 0x6e, 0x54, 0x68, 0x72, 0x65, 0x73, + 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x68, 0x72, 0x65, + 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x6d, 0x61, 0x78, + 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x63, 0x6f, 0x6e, + 0x63, 0x65, 0x70, 0x74, 0x5f, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, + 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x73, 0x22, 0xd5, 0x03, 0x0a, 0x0a, + 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x12, 0x47, 0x0a, 0x08, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, + 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, + 0x72, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x65, 0x67, 0x79, 0x12, 0x1d, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, + 0x64, 0x73, 0x12, 0x28, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x2b, 0x0a, 0x06, + 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x65, + 0x6c, 0x52, 0x06, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x12, 0x34, 0x0a, 0x09, 0x77, 0x6f, 0x72, + 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x57, 0x6f, 0x72, 0x6b, + 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x12, + 0x6d, 0x0a, 0x19, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x5f, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, - 0x6e, 0x66, 0x6f, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, - 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, - 0x79, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x11, 0x77, 0x6f, 0x72, 0x6b, 0x65, - 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x0f, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x73, 0x50, 0x65, 0x72, 0x49, 0x6e, - 0x70, 0x75, 0x74, 0x12, 0x31, 0x0a, 0x07, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x77, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x22, 0x62, 0x0a, 0x1d, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, - 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, - 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x27, 0x0a, 0x23, 0x50, 0x41, 0x52, 0x54, 0x49, - 0x54, 0x49, 0x4f, 0x4e, 0x45, 0x44, 0x5f, 0x57, 0x4f, 0x52, 0x4b, 0x45, 0x52, 0x5f, 0x53, 0x54, - 0x52, 0x41, 0x54, 0x45, 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, - 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x56, 0x45, 0x4e, 0x4c, 0x59, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, - 0x57, 0x45, 0x49, 0x47, 0x48, 0x54, 0x45, 0x44, 0x10, 0x02, 0x22, 0xcd, 0x01, 0x0a, 0x0f, 0x54, - 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x45, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, - 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x54, 0x61, 0x73, 0x6b, - 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x63, 0x0a, 0x13, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x70, - 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x19, - 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x54, 0x59, 0x50, - 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x41, - 0x4c, 0x4c, 0x5f, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x53, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, - 0x41, 0x56, 0x45, 0x44, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x10, 0x02, 0x12, 0x0b, 0x0a, - 0x07, 0x44, 0x41, 0x54, 0x41, 0x53, 0x45, 0x54, 0x10, 0x03, 0x22, 0xd5, 0x03, 0x0a, 0x0a, 0x54, - 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x47, 0x0a, 0x08, 0x73, 0x74, 0x72, - 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x52, - 0x65, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, - 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, - 0x67, 0x79, 0x12, 0x1d, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, - 0x73, 0x12, 0x28, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x12, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x5e, 0x0a, 0x14, 0x6d, - 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, - 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6c, 0x61, 0x72, - 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, - 0x69, 0x65, 0x77, 0x4d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, - 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x12, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, - 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x67, 0x0a, 0x17, 0x63, - 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, - 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, - 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, - 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x15, 0x63, - 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, - 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x5b, 0x0a, 0x12, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, - 0x65, 0x77, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x20, 0x0a, 0x1c, 0x54, 0x41, - 0x53, 0x4b, 0x5f, 0x52, 0x45, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x53, 0x54, 0x52, 0x41, 0x54, 0x45, - 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, - 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x41, 0x4e, 0x55, 0x41, 0x4c, - 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, 0x4e, 0x53, 0x45, 0x4e, 0x53, 0x55, 0x53, 0x10, - 0x03, 0x42, 0x0f, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, 0x6e, - 0x66, 0x6f, 0x22, 0x4b, 0x0a, 0x1c, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, - 0x4d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x2b, 0x0a, 0x11, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x70, 0x65, 0x72, - 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x10, 0x73, - 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x22, - 0x56, 0x0a, 0x1f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x43, 0x6f, 0x6e, - 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, - 0x66, 0x6f, 0x12, 0x2d, 0x0a, 0x12, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 0x74, - 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, - 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, - 0x64, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x32, 0x0a, 0x0f, 0x54, 0x61, 0x73, 0x6b, 0x41, - 0x49, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x77, 0x6f, - 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x49, 0x64, 0x22, 0x8d, 0x02, 0x0a, 0x16, - 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x50, - 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, - 0x1e, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, - 0x2d, 0x0a, 0x0f, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x76, 0x69, - 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x0e, - 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1e, - 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, - 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x29, - 0x0a, 0x0d, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x64, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x0c, 0x72, 0x65, 0x76, - 0x69, 0x65, 0x77, 0x44, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x12, 0x40, 0x0a, 0x19, 0x61, 0x77, 0x61, - 0x69, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x5f, - 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, - 0x18, 0x01, 0x52, 0x17, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x73, - 0x65, 0x6e, 0x73, 0x75, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x98, 0x01, 0x0a, 0x0e, - 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x2c, - 0x0a, 0x12, 0x69, 0x73, 0x5f, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x63, 0x6c, 0x75, - 0x73, 0x69, 0x76, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x4c, 0x6f, - 0x77, 0x65, 0x72, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x12, 0x2c, 0x0a, 0x12, - 0x69, 0x73, 0x5f, 0x75, 0x70, 0x70, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, - 0x76, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x55, 0x70, 0x70, 0x65, - 0x72, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x6f, - 0x77, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x6c, 0x6f, 0x77, 0x65, 0x72, - 0x12, 0x14, 0x0a, 0x05, 0x75, 0x70, 0x70, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, - 0x05, 0x75, 0x70, 0x70, 0x65, 0x72, 0x22, 0xde, 0x01, 0x0a, 0x1f, 0x54, 0x61, 0x73, 0x6b, 0x43, - 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x32, 0x0a, 0x15, 0x61, 0x6e, - 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x79, - 0x70, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x13, 0x61, 0x6e, 0x6e, 0x6f, 0x74, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x45, - 0x0a, 0x0f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x72, 0x61, 0x6e, 0x67, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, - 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x0e, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, - 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, - 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x63, 0x6c, 0x61, + 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x17, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x52, + 0x0a, 0x12, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x53, 0x74, 0x72, 0x61, + 0x74, 0x65, 0x67, 0x79, 0x12, 0x1b, 0x0a, 0x17, 0x57, 0x4f, 0x52, 0x4b, 0x45, 0x52, 0x5f, 0x53, + 0x54, 0x52, 0x41, 0x54, 0x45, 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, + 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x41, 0x52, 0x54, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x45, 0x44, + 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x55, 0x4c, 0x4c, 0x10, 0x03, 0x22, 0x04, 0x08, 0x01, + 0x10, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, + 0x6e, 0x66, 0x6f, 0x22, 0xc9, 0x02, 0x0a, 0x21, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, + 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, + 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x61, 0x0a, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x4d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, + 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, + 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, + 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, + 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x11, + 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x70, 0x75, + 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x73, + 0x50, 0x65, 0x72, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x12, 0x31, 0x0a, 0x07, 0x77, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, + 0x63, 0x74, 0x52, 0x07, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x22, 0x62, 0x0a, 0x1d, 0x54, + 0x61, 0x73, 0x6b, 0x57, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x65, 0x64, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x27, 0x0a, 0x23, + 0x50, 0x41, 0x52, 0x54, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x45, 0x44, 0x5f, 0x57, 0x4f, 0x52, 0x4b, + 0x45, 0x52, 0x5f, 0x53, 0x54, 0x52, 0x41, 0x54, 0x45, 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, + 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x56, 0x45, 0x4e, 0x4c, 0x59, 0x10, + 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x57, 0x45, 0x49, 0x47, 0x48, 0x54, 0x45, 0x44, 0x10, 0x02, 0x22, + 0xcd, 0x01, 0x0a, 0x0f, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x12, 0x45, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0e, 0x32, 0x31, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x63, 0x0a, 0x13, 0x54, 0x61, + 0x73, 0x6b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, + 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x53, 0x4f, 0x55, 0x52, 0x43, + 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, + 0x12, 0x0e, 0x0a, 0x0a, 0x41, 0x4c, 0x4c, 0x5f, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x53, 0x10, 0x01, + 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x41, 0x56, 0x45, 0x44, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, + 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x41, 0x54, 0x41, 0x53, 0x45, 0x54, 0x10, 0x03, 0x22, + 0xd5, 0x03, 0x0a, 0x0a, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x47, + 0x0a, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x2b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x08, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x1d, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x75, + 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x28, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, + 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, + 0x12, 0x5e, 0x0a, 0x14, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x65, 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, + 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x4d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x12, 0x6d, 0x61, + 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, + 0x12, 0x67, 0x0a, 0x17, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x5f, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x43, 0x6f, 0x6e, 0x73, 0x65, + 0x6e, 0x73, 0x75, 0x73, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, + 0x48, 0x00, 0x52, 0x15, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x74, 0x72, + 0x61, 0x74, 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x5b, 0x0a, 0x12, 0x54, 0x61, 0x73, + 0x6b, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, + 0x20, 0x0a, 0x1c, 0x54, 0x41, 0x53, 0x4b, 0x5f, 0x52, 0x45, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x53, + 0x54, 0x52, 0x41, 0x54, 0x45, 0x47, 0x59, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, + 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x4d, + 0x41, 0x4e, 0x55, 0x41, 0x4c, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, 0x4e, 0x53, 0x45, + 0x4e, 0x53, 0x55, 0x53, 0x10, 0x03, 0x42, 0x0f, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, + 0x67, 0x79, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x4b, 0x0a, 0x1c, 0x54, 0x61, 0x73, 0x6b, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x4d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x74, 0x72, 0x61, 0x74, + 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2b, 0x0a, 0x11, 0x73, 0x61, 0x6d, 0x70, 0x6c, + 0x65, 0x5f, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x02, 0x52, 0x10, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, + 0x74, 0x61, 0x67, 0x65, 0x22, 0x56, 0x0a, 0x1f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x74, 0x72, 0x61, 0x74, + 0x65, 0x67, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2d, 0x0a, 0x12, 0x61, 0x70, 0x70, 0x72, 0x6f, + 0x76, 0x61, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0d, 0x52, 0x11, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x54, 0x68, 0x72, + 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x32, 0x0a, 0x0f, + 0x54, 0x61, 0x73, 0x6b, 0x41, 0x49, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x12, + 0x1f, 0x0a, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x49, 0x64, + 0x22, 0x8d, 0x02, 0x0a, 0x16, 0x54, 0x61, 0x73, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, + 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x12, 0x17, 0x0a, 0x07, 0x75, + 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, + 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x07, 0x70, 0x65, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x12, 0x2d, 0x0a, 0x0f, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, + 0x5f, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, + 0xb5, 0x18, 0x01, 0x52, 0x0e, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x76, + 0x69, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x12, 0x29, 0x0a, 0x0d, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x64, 0x65, + 0x6e, 0x69, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, + 0x52, 0x0c, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x44, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x12, 0x40, + 0x0a, 0x19, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x6e, 0x73, 0x75, 0x73, 0x5f, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x0d, 0x42, 0x04, 0x80, 0xb5, 0x18, 0x01, 0x52, 0x17, 0x61, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, + 0x67, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x22, 0x98, 0x01, 0x0a, 0x0e, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x12, 0x69, 0x73, 0x5f, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x5f, + 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x69, 0x73, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, + 0x65, 0x12, 0x2c, 0x0a, 0x12, 0x69, 0x73, 0x5f, 0x75, 0x70, 0x70, 0x65, 0x72, 0x5f, 0x69, 0x6e, + 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, + 0x73, 0x55, 0x70, 0x70, 0x65, 0x72, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, + 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x70, 0x70, 0x65, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x75, 0x70, 0x70, 0x65, 0x72, 0x22, 0xde, 0x01, 0x0a, 0x1f, + 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x41, + 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, + 0x32, 0x0a, 0x15, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x13, + 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, + 0x70, 0x65, 0x73, 0x12, 0x45, 0x0a, 0x0f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, + 0x5f, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x68, 0x72, 0x65, + 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x0e, 0x74, 0x68, 0x72, 0x65, + 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x1f, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, + 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xa3, 0x01, 0x0a, + 0x0b, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x12, 0x2f, 0x0a, 0x07, + 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6e, + 0x63, 0x65, 0x70, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x12, 0x63, 0x0a, + 0x16, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, + 0x6b, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x6e, 0x6e, 0x6f, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x14, 0x61, 0x75, + 0x74, 0x6f, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x22, 0x52, 0x0a, 0x0b, 0x54, 0x61, 0x73, 0x6b, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x73, 0x12, 0x43, 0x0a, 0x1e, 0x65, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x1b, 0x65, 0x73, 0x74, 0x69, 0x6d, + 0x61, 0x74, 0x65, 0x64, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x49, 0x6e, 0x70, 0x75, 0x74, + 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xbf, 0x03, 0x0a, 0x09, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, + 0x74, 0x12, 0x31, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x5f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x5f, 0x77, + 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x12, 0x70, 0x72, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, + 0x6f, 0x77, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x17, 0x70, 0x72, 0x65, 0x5f, 0x71, 0x75, 0x65, 0x75, + 0x65, 0x5f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x5f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x02, 0x52, 0x14, 0x70, 0x72, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, + 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x12, 0x33, 0x0a, 0x16, 0x70, + 0x6f, 0x73, 0x74, 0x5f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, + 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x6f, 0x73, + 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x49, 0x64, + 0x12, 0x48, 0x0a, 0x10, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0a, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xa3, 0x01, 0x0a, 0x0b, 0x54, 0x61, 0x73, 0x6b, - 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x63, 0x65, - 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, - 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x52, - 0x07, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x12, 0x63, 0x0a, 0x16, 0x61, 0x75, 0x74, 0x6f, - 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, - 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x63, - 0x65, 0x70, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x14, 0x61, 0x75, 0x74, 0x6f, 0x41, 0x6e, 0x6e, - 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0xbf, 0x03, - 0x0a, 0x09, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, - 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, - 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x31, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x5f, - 0x71, 0x75, 0x65, 0x75, 0x65, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x70, 0x72, 0x65, 0x51, 0x75, 0x65, 0x75, - 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x17, 0x70, - 0x72, 0x65, 0x5f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x5f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x5f, - 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x02, 0x52, 0x14, 0x70, 0x72, - 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x61, 0x6d, 0x70, - 0x6c, 0x65, 0x12, 0x33, 0x0a, 0x16, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x71, 0x75, 0x65, 0x75, 0x65, - 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x13, 0x70, 0x6f, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x57, 0x6f, 0x72, - 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x49, 0x64, 0x12, 0x48, 0x0a, 0x10, 0x63, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x52, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x22, - 0x99, 0x01, 0x0a, 0x0f, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x12, 0x85, 0x01, 0x0a, 0x27, 0x61, 0x70, 0x69, 0x5f, 0x70, 0x6f, 0x73, 0x74, - 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x50, 0x49, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, - 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x22, 0x61, 0x70, 0x69, 0x50, 0x6f, 0x73, 0x74, + 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x22, 0x99, 0x01, 0x0a, 0x0f, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x85, 0x01, 0x0a, + 0x27, 0x61, 0x70, 0x69, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, + 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x50, + 0x49, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, + 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x22, 0x61, 0x70, 0x69, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4f, 0x75, + 0x74, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x22, 0x82, 0x02, 0x0a, 0x22, 0x41, 0x50, 0x49, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x82, 0x02, 0x0a, 0x22, - 0x41, 0x50, 0x49, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x4f, 0x75, 0x74, 0x70, - 0x75, 0x74, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x75, 0x73, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x6f, 0x64, 0x65, 0x6c, - 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, - 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x6f, - 0x64, 0x65, 0x6c, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, - 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65, - 0x6c, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x10, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, - 0x6f, 0x64, 0x65, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2b, 0x0a, - 0x12, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x6b, 0x65, 0x79, - 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x6f, 0x73, 0x74, 0x49, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x4b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x65, 0x72, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, - 0x22, 0x65, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x2e, 0x0a, - 0x04, 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, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x22, 0xd4, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x74, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, - 0x73, 0x75, 0x6c, 0x74, 0x12, 0x54, 0x0a, 0x15, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x13, 0x73, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x12, 0x62, 0x0a, 0x1a, 0x73, 0x74, - 0x61, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, - 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x17, 0x73, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x22, 0x97, - 0x01, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, + 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, + 0x20, 0x0a, 0x0c, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x70, 0x70, 0x49, + 0x64, 0x12, 0x19, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x10, + 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x12, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x4b, 0x65, + 0x79, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x5f, 0x75, 0x73, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x61, 0x6c, + 0x6c, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x09, 0x53, 0x74, 0x61, + 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x2e, 0x0a, 0x04, 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, + 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x74, 0x61, 0x67, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, + 0x22, 0xd4, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, + 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x54, 0x0a, + 0x15, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x61, 0x67, 0x67, 0x72, + 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x13, + 0x73, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x65, 0x73, 0x12, 0x62, 0x0a, 0x1a, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x71, 0x75, 0x65, 0x72, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, + 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, + 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x17, + 0x73, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x22, 0x97, 0x01, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x74, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x12, 0x2e, + 0x0a, 0x04, 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, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x27, + 0x0a, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, + 0x73, 0x22, 0xd9, 0x02, 0x0a, 0x17, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, + 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, + 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x61, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x12, 0x4d, 0x0a, 0x13, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x61, + 0x67, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, + 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x10, 0x73, + 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, + 0x4a, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x61, 0x67, 0x67, + 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6c, + 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x54, + 0x69, 0x6d, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, + 0x54, 0x69, 0x6d, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x39, 0x0a, 0x0a, 0x73, + 0x74, 0x61, 0x72, 0x74, 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, 0x52, 0x09, 0x73, 0x74, 0x61, + 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x35, 0x0a, 0x08, 0x65, 0x6e, 0x64, 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, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x72, 0x0a, + 0x17, 0x50, 0x43, 0x41, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6d, 0x70, 0x61, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74, + 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x02, 0x52, 0x11, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x68, + 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x28, 0x0a, 0x10, 0x6d, 0x6f, 0x64, 0x65, 0x6c, + 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, + 0x64, 0x22, 0x67, 0x0a, 0x1b, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x41, 0x6e, + 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, + 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x66, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x43, 0x66, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x6e, 0x69, 0x71, 0x75, + 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x75, + 0x6e, 0x69, 0x71, 0x75, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x91, 0x01, 0x0a, 0x0a, 0x56, + 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x3d, 0x0a, 0x08, 0x67, 0x65, 0x74, + 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x63, 0x6c, + 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, + 0x69, 0x6c, 0x69, 0x74, 0x79, 0x2e, 0x47, 0x65, 0x74, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x08, + 0x67, 0x65, 0x74, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x44, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x74, + 0x61, 0x62, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, + 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, 0x59, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, + 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x10, 0x0a, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x52, 0x47, + 0x10, 0x1e, 0x12, 0x0a, 0x0a, 0x06, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x10, 0x32, 0x22, 0x7c, + 0x0a, 0x0e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, + 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, + 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x1d, 0x0a, + 0x0a, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x04, 0x52, 0x09, 0x76, 0x69, 0x65, 0x77, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x2d, 0x0a, 0x07, + 0x46, 0x75, 0x6c, 0x6c, 0x54, 0x61, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x7a, 0x0a, 0x0b, 0x54, + 0x69, 0x6d, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x26, 0x0a, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, + 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x74, + 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x6f, 0x0a, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x49, + 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x6e, 0x75, 0x6d, 0x5f, 0x66, 0x72, 0x61, 0x6d, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6e, 0x75, 0x6d, 0x46, 0x72, 0x61, 0x6d, + 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x5f, 0x74, 0x69, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x09, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x02, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x4a, 0x04, 0x08, 0x02, + 0x10, 0x03, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x22, 0x2c, 0x0a, 0x0b, 0x44, 0x61, 0x74, 0x61, + 0x73, 0x65, 0x74, 0x53, 0x74, 0x61, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x73, + 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x61, 0x74, + 0x61, 0x73, 0x65, 0x74, 0x49, 0x64, 0x22, 0x29, 0x0a, 0x0a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, + 0x53, 0x74, 0x61, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x49, + 0x64, 0x22, 0xcb, 0x04, 0x0a, 0x06, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, + 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, + 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, + 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, + 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, + 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x15, + 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x42, 0x0a, 0x0e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, + 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x6d, 0x6f, 0x64, 0x75, + 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, + 0x73, 0x74, 0x61, 0x72, 0x72, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, + 0x73, 0x53, 0x74, 0x61, 0x72, 0x72, 0x65, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, + 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x74, + 0x61, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x45, 0x0a, 0x0f, 0x62, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x52, 0x0e, + 0x62, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x29, + 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6d, 0x61, + 0x67, 0x65, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, + 0xf2, 0x05, 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, + 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x15, + 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, + 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x6f, 0x74, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x05, 0x6e, 0x6f, 0x74, 0x65, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 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, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, + 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, + 0x18, 0x09, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x24, + 0x0a, 0x0e, 0x67, 0x69, 0x74, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x75, 0x72, 0x6c, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x67, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, + 0x74, 0x55, 0x72, 0x6c, 0x12, 0x44, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x6e, + 0x61, 0x76, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, + 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x76, 0x52, + 0x09, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x76, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, + 0x70, 0x72, 0x6f, 0x76, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, 0x70, + 0x70, 0x72, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x38, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, + 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0e, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x62, 0x0a, 0x0c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, + 0x75, 0x62, 0x4e, 0x61, 0x76, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x71, + 0x75, 0x65, 0x72, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x71, 0x75, 0x65, 0x72, 0x79, 0x4b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x71, 0x75, 0x65, 0x72, + 0x79, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x71, + 0x75, 0x65, 0x72, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x1a, 0x73, 0x0a, 0x09, 0x4d, 0x6f, 0x64, + 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x76, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x50, 0x0a, 0x0f, + 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x73, 0x75, 0x62, 0x5f, 0x6e, 0x61, 0x76, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x4e, 0x61, 0x76, 0x52, + 0x0d, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x4e, 0x61, 0x76, 0x73, 0x4a, 0x04, + 0x08, 0x05, 0x10, 0x06, 0x22, 0x84, 0x03, 0x0a, 0x16, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, + 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, + 0x42, 0x0a, 0x0e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, + 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, + 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, + 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, + 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, - 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, - 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x22, 0xd9, 0x02, 0x0a, 0x17, 0x53, 0x74, 0x61, - 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x61, 0x67, 0x5f, - 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, - 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x4d, 0x0a, 0x13, 0x73, 0x74, 0x61, 0x74, 0x5f, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x61, 0x67, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, - 0x54, 0x79, 0x70, 0x65, 0x52, 0x10, 0x73, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, - 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4a, 0x0a, 0x12, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x74, - 0x69, 0x6d, 0x65, 0x5f, 0x61, 0x67, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, - 0x65, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x39, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 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, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x35, 0x0a, - 0x08, 0x65, 0x6e, 0x64, 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, 0x07, 0x65, 0x6e, 0x64, - 0x54, 0x69, 0x6d, 0x65, 0x22, 0x72, 0x0a, 0x17, 0x50, 0x43, 0x41, 0x50, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, - 0x2d, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x68, 0x72, 0x65, - 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x11, 0x64, 0x69, 0x73, - 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x28, - 0x0a, 0x10, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x67, 0x0a, 0x1b, 0x44, 0x75, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x75, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x66, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, - 0x0d, 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x43, 0x66, 0x69, 0x64, 0x12, 0x21, - 0x0a, 0x0c, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x22, 0x91, 0x01, 0x0a, 0x0a, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, - 0x12, 0x3d, 0x0a, 0x08, 0x67, 0x65, 0x74, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x2e, 0x47, 0x65, 0x74, - 0x74, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x08, 0x67, 0x65, 0x74, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, - 0x44, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, - 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, - 0x59, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x10, 0x0a, - 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x52, 0x47, 0x10, 0x1e, 0x12, 0x0a, 0x0a, 0x06, 0x50, 0x55, 0x42, - 0x4c, 0x49, 0x43, 0x10, 0x32, 0x22, 0x7c, 0x0a, 0x0e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x69, 0x6e, - 0x67, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, - 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, - 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, - 0x63, 0x74, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x76, 0x69, 0x65, 0x77, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x22, 0x2d, 0x0a, 0x07, 0x46, 0x75, 0x6c, 0x6c, 0x54, 0x61, 0x67, 0x12, 0x12, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x22, 0x7a, 0x0a, 0x0b, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, - 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, - 0x64, 0x12, 0x26, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x12, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, - 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x69, 0x6d, - 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x69, 0x6d, 0x65, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x6f, - 0x0a, 0x08, 0x54, 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x6e, 0x75, - 0x6d, 0x5f, 0x66, 0x72, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, - 0x6e, 0x75, 0x6d, 0x46, 0x72, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x62, 0x65, 0x67, - 0x69, 0x6e, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x09, 0x62, - 0x65, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, - 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x02, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, - 0x69, 0x6d, 0x65, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x22, - 0x2c, 0x0a, 0x0b, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x74, 0x61, 0x72, 0x12, 0x1d, - 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x49, 0x64, 0x22, 0x29, 0x0a, - 0x0a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6d, - 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, - 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xcb, 0x04, 0x0a, 0x06, 0x4d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, - 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, - 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x38, 0x0a, - 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x76, 0x69, 0x73, - 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, - 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x17, 0x0a, 0x07, - 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, - 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x42, 0x0a, 0x0e, - 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x52, 0x0d, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x72, 0x65, 0x64, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x53, 0x74, 0x61, 0x72, 0x72, 0x65, 0x64, 0x12, - 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x45, - 0x0a, 0x0f, 0x62, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x52, 0x0e, 0x62, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x29, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, 0xf2, 0x05, 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, - 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x6f, 0x64, 0x75, - 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, - 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, - 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x6f, 0x74, 0x65, 0x73, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6e, 0x6f, 0x74, 0x65, 0x73, 0x12, 0x39, 0x0a, + 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x38, 0x0a, 0x0a, 0x76, 0x69, + 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x56, 0x69, + 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x22, 0xa0, 0x04, 0x0a, 0x0d, + 0x42, 0x75, 0x6c, 0x6b, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, + 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x35, 0x0a, + 0x09, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x73, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6e, 0x70, 0x75, + 0x74, 0x49, 0x64, 0x73, 0x12, 0x2e, 0x0a, 0x06, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x48, 0x00, 0x52, 0x06, 0x73, 0x65, + 0x61, 0x72, 0x63, 0x68, 0x12, 0x31, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x07, + 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x35, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x15, + 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, 0x0a, 0x08, 0x70, 0x72, + 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x72, 0x6f, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, + 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 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, 0x09, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, - 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, - 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x24, 0x0a, 0x0e, 0x67, 0x69, 0x74, 0x5f, 0x63, 0x6f, 0x6d, - 0x6d, 0x69, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x67, - 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x44, 0x0a, 0x0a, 0x6d, - 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x76, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, - 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x76, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, - 0x76, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x64, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x38, 0x0a, - 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x76, 0x69, 0x73, - 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, - 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x62, 0x0a, 0x0c, - 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x4e, 0x61, 0x76, 0x12, 0x14, 0x0a, 0x05, - 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, - 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x71, 0x75, 0x65, 0x72, 0x79, 0x4b, 0x65, 0x79, 0x12, - 0x1f, 0x0a, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x71, 0x75, 0x65, 0x72, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x1a, 0x73, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x76, 0x12, 0x14, 0x0a, - 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, - 0x74, 0x6c, 0x65, 0x12, 0x50, 0x0a, 0x0f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x73, 0x75, - 0x62, 0x5f, 0x6e, 0x61, 0x76, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, 0x64, 0x75, - 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, - 0x53, 0x75, 0x62, 0x4e, 0x61, 0x76, 0x52, 0x0d, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, - 0x62, 0x4e, 0x61, 0x76, 0x73, 0x4a, 0x04, 0x08, 0x05, 0x10, 0x06, 0x22, 0x84, 0x03, 0x0a, 0x16, - 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x42, 0x0a, 0x0e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, - 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, - 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4d, 0x6f, - 0x64, 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x6d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, - 0x70, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, - 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, - 0x64, 0x5f, 0x61, 0x74, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, - 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x5f, 0x75, 0x72, 0x6c, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x55, 0x72, - 0x6c, 0x12, 0x38, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, - 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x15, 0x0a, 0x06, 0x6b, - 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6b, 0x65, 0x79, - 0x49, 0x64, 0x22, 0xa0, 0x04, 0x0a, 0x0d, 0x42, 0x75, 0x6c, 0x6b, 0x4f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x02, 0x69, 0x64, 0x12, 0x35, 0x0a, 0x09, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, - 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x73, 0x48, - 0x00, 0x52, 0x08, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x73, 0x12, 0x2e, 0x0a, 0x06, 0x73, - 0x65, 0x61, 0x72, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, - 0x68, 0x48, 0x00, 0x52, 0x06, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x31, 0x0a, 0x07, 0x64, - 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, - 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x35, - 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x06, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x12, 0x32, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x70, 0x72, 0x6f, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, - 0x5f, 0x62, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x64, 0x42, 0x79, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, - 0x61, 0x74, 0x18, 0x08, 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, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, - 0x44, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, - 0x5f, 0x61, 0x74, 0x18, 0x09, 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, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x69, 0x66, - 0x69, 0x65, 0x64, 0x41, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x27, 0x0a, 0x08, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, - 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x73, 0x22, 0x54, - 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, - 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x6c, 0x61, 0x73, 0x74, - 0x5f, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, - 0x65, 0x64, 0x49, 0x64, 0x22, 0x91, 0x05, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x3e, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, - 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, - 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x65, - 0x70, 0x74, 0x73, 0x48, 0x00, 0x52, 0x0b, 0x61, 0x64, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, - 0x74, 0x73, 0x12, 0x47, 0x0a, 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, - 0x63, 0x65, 0x70, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x48, 0x00, 0x52, 0x0e, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x3e, 0x0a, 0x0c, 0x61, - 0x64, 0x64, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x44, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, + 0x5f, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 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, 0x0e, + 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x42, 0x0e, + 0x0a, 0x0c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x27, + 0x0a, 0x08, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x6e, + 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x73, 0x22, 0x54, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, + 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, + 0x73, 0x65, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6c, 0x61, + 0x73, 0x74, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x65, 0x64, 0x49, 0x64, 0x22, 0x91, 0x05, + 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x0a, 0x0c, 0x61, + 0x64, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0b, - 0x61, 0x64, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x0f, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x2e, 0x41, 0x64, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x48, 0x00, 0x52, 0x0b, + 0x61, 0x64, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x47, 0x0a, 0x0f, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x48, 0x00, 0x52, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x12, 0x41, 0x0a, 0x0d, 0x6f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, 0x74, - 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x77, - 0x72, 0x69, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x48, 0x00, 0x52, 0x0c, 0x6f, 0x76, 0x65, 0x72, 0x77, - 0x72, 0x69, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x12, 0x38, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x47, 0x65, 0x6f, 0x48, 0x00, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, - 0x6f, 0x12, 0x51, 0x0a, 0x13, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x66, 0x72, 0x6f, 0x6d, - 0x5f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, - 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, - 0x61, 0x73, 0x65, 0x74, 0x12, 0x42, 0x0a, 0x0e, 0x61, 0x64, 0x64, 0x5f, 0x74, 0x6f, 0x5f, 0x64, - 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x54, - 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x64, 0x64, 0x54, - 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x51, 0x0a, 0x13, 0x73, 0x70, 0x6c, 0x69, - 0x74, 0x5f, 0x69, 0x6e, 0x74, 0x6f, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, - 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x48, 0x00, 0x52, 0x11, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x49, - 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x42, 0x0b, 0x0a, 0x09, 0x6f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x40, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x43, - 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x31, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, - 0x70, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, - 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, - 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x22, 0x5e, 0x0a, 0x0e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x31, 0x0a, 0x08, - 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, - 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, - 0x6e, 0x63, 0x65, 0x70, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, - 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0x42, 0x0a, 0x0b, 0x41, 0x64, - 0x64, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, + 0x74, 0x73, 0x48, 0x00, 0x52, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x63, + 0x65, 0x70, 0x74, 0x73, 0x12, 0x3e, 0x0a, 0x0c, 0x61, 0x64, 0x64, 0x5f, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0b, 0x61, 0x64, 0x64, 0x4d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x0f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x48, 0x00, 0x52, 0x0e, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x41, 0x0a, + 0x0d, 0x6f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, 0x74, 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, 0x74, 0x65, 0x47, 0x65, 0x6f, + 0x48, 0x00, 0x52, 0x0c, 0x6f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, 0x74, 0x65, 0x47, 0x65, 0x6f, + 0x12, 0x38, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x67, 0x65, 0x6f, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x48, 0x00, 0x52, + 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x12, 0x51, 0x0a, 0x13, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, + 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x6f, + 0x6d, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x42, 0x0a, + 0x0e, 0x61, 0x64, 0x64, 0x5f, 0x74, 0x6f, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, + 0x74, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x64, 0x64, 0x54, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, + 0x74, 0x12, 0x51, 0x0a, 0x13, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x5f, 0x69, 0x6e, 0x74, 0x6f, 0x5f, + 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x70, + 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x48, + 0x00, 0x52, 0x11, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, + 0x73, 0x65, 0x74, 0x73, 0x42, 0x0b, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x22, 0x40, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, + 0x12, 0x31, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, + 0x70, 0x74, 0x73, 0x22, 0x5e, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6e, + 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x31, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, + 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x63, 0x65, 0x70, 0x74, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, + 0x49, 0x64, 0x73, 0x22, 0x42, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x45, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, - 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x45, - 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x33, 0x0a, 0x0c, 0x4f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, - 0x74, 0x65, 0x47, 0x65, 0x6f, 0x12, 0x23, 0x0a, 0x03, 0x67, 0x65, 0x6f, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x47, 0x65, 0x6f, 0x52, 0x03, 0x67, 0x65, 0x6f, 0x22, 0x0b, 0x0a, 0x09, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x22, 0x2d, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x54, 0x6f, - 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x73, - 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x73, 0x65, 0x74, 0x49, 0x64, 0x22, 0x32, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x49, 0x64, 0x22, 0xe2, 0x01, 0x0a, 0x11, 0x53, - 0x70, 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, - 0x12, 0x41, 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x5f, 0x73, 0x70, 0x6c, 0x69, - 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, - 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, - 0x70, 0x6c, 0x69, 0x74, 0x52, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, - 0x69, 0x74, 0x73, 0x12, 0x4a, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x32, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, - 0x73, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, - 0x74, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x22, - 0x3e, 0x0a, 0x12, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x4d, - 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, - 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x52, 0x41, 0x4e, 0x44, 0x4f, 0x4d, 0x5f, 0x50, 0x45, 0x52, - 0x43, 0x45, 0x4e, 0x54, 0x41, 0x47, 0x45, 0x5f, 0x53, 0x50, 0x4c, 0x49, 0x54, 0x10, 0x01, 0x22, - 0x70, 0x0a, 0x0c, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x12, - 0x2f, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, - 0x12, 0x20, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, - 0x67, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x69, 0x6e, 0x66, - 0x6f, 0x22, 0xd6, 0x03, 0x0a, 0x0c, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, - 0x6f, 0x62, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x5f, - 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x61, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x5f, 0x70, 0x61, - 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x70, 0x50, 0x61, 0x74, 0x12, - 0x3e, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, - 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 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, - 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, - 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 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, 0x6d, 0x6f, 0x64, - 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x4a, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6a, 0x6f, 0x62, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x21, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x4a, 0x6f, 0x62, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, - 0x6f, 0x62, 0x73, 0x12, 0x2e, 0x0a, 0x07, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x18, 0x0b, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x07, 0x75, 0x70, 0x6c, 0x6f, - 0x61, 0x64, 0x73, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x4a, 0x04, - 0x08, 0x05, 0x10, 0x06, 0x4a, 0x04, 0x08, 0x06, 0x10, 0x07, 0x22, 0xaf, 0x01, 0x0a, 0x14, 0x49, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x70, 0x65, 0x6e, 0x64, - 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x6e, 0x5f, 0x70, - 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x73, 0x75, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x61, 0x69, - 0x6c, 0x65, 0x64, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x0b, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xeb, 0x02, 0x0a, - 0x06, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, - 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, - 0x74, 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, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, - 0x39, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, 0x5f, 0x61, 0x74, 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, 0x52, - 0x09, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, 0x41, 0x74, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, - 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, - 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x65, - 0x6e, 0x67, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, - 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x55, 0x72, 0x6c, 0x22, 0x69, 0x0a, 0x11, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x72, 0x74, 0x12, - 0x1f, 0x0a, 0x0b, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, - 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x61, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, - 0x72, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x7e, 0x0a, 0x19, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x43, - 0x6f, 0x64, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, - 0x34, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0xea, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd1, 0x03, 0x0a, 0x13, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, - 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x33, 0x0a, - 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, - 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x75, 0x72, 0x6c, 0x12, 0x45, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, - 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, 0x72, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, - 0x73, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, - 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, - 0x64, 0x41, 0x74, 0x12, 0x68, 0x0a, 0x1c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x5f, - 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, 0x61, 0x72, - 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, - 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x19, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x6c, - 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, - 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x70, 0x75, - 0x74, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0xba, 0x03, 0x0a, 0x1b, 0x49, 0x6e, - 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, - 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x61, 0x75, 0x64, - 0x69, 0x6f, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x49, 0x6e, 0x70, 0x75, - 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x10, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x69, 0x6e, 0x70, 0x75, - 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, - 0x74, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x34, 0x0a, 0x16, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, - 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x14, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3b, 0x0a, 0x1a, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x17, 0x69, 0x6e, 0x50, 0x72, 0x6f, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x12, 0x38, 0x0a, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, - 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, - 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x32, 0x0a, 0x15, - 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x66, 0x61, 0x69, - 0x6c, 0x65, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x92, 0x02, 0x0a, 0x10, 0x49, 0x6e, 0x70, 0x75, 0x74, - 0x73, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x29, 0x0a, 0x11, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, - 0x64, 0x4a, 0x6f, 0x62, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, - 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x68, 0x0a, 0x1c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, - 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, - 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, - 0x49, 0x44, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x19, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, - 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x3a, 0x0a, 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, - 0x70, 0x75, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x68, 0x0a, 0x0d, 0x44, - 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x12, 0x10, 0x0a, 0x03, - 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x45, - 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x72, 0x65, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0xca, 0x01, 0x0a, 0x15, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, - 0x33, 0x0a, 0x08, 0x73, 0x33, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x41, 0x57, 0x53, 0x43, 0x72, 0x65, 0x64, 0x73, 0x48, 0x00, 0x52, 0x07, 0x73, 0x33, 0x43, - 0x72, 0x65, 0x64, 0x73, 0x12, 0x1d, 0x0a, 0x09, 0x67, 0x63, 0x70, 0x5f, 0x63, 0x72, 0x65, 0x64, - 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x48, 0x00, 0x52, 0x08, 0x67, 0x63, 0x70, 0x43, 0x72, - 0x65, 0x64, 0x73, 0x12, 0x48, 0x0a, 0x10, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x62, 0x6c, 0x6f, - 0x62, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, - 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x7a, 0x75, - 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x64, 0x73, 0x48, 0x00, 0x52, 0x0e, 0x61, - 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x64, 0x73, 0x42, 0x0d, 0x0a, - 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x4a, 0x04, 0x08, 0x03, - 0x10, 0x04, 0x22, 0x66, 0x0a, 0x08, 0x41, 0x57, 0x53, 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x16, - 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x14, - 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x54, 0x0a, 0x0e, 0x41, 0x7a, - 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x21, 0x0a, 0x0c, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, - 0x1f, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, - 0x22, 0xa6, 0x02, 0x0a, 0x0c, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x55, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x12, 0x29, 0x0a, 0x11, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x5f, - 0x6a, 0x6f, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, - 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, - 0x61, 0x70, 0x70, 0x5f, 0x70, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, - 0x70, 0x70, 0x50, 0x61, 0x74, 0x12, 0x2c, 0x0a, 0x06, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x06, 0x75, 0x70, 0x6c, - 0x6f, 0x61, 0x64, 0x12, 0x68, 0x0a, 0x1c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x5f, - 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, 0x61, 0x72, - 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, - 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x19, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x6c, - 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, - 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x70, 0x75, - 0x74, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x0e, 0x42, 0x6f, - 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x06, - 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, - 0x70, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0d, - 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x2e, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0c, - 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x4d, 0x0a, 0x0c, - 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, - 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x6d, 0x6f, 0x64, - 0x65, 0x6c, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, - 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x10, 0x03, 0x12, - 0x0a, 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x10, 0x04, 0x22, 0x98, 0x02, 0x0a, 0x06, - 0x52, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, + 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x33, + 0x0a, 0x0c, 0x4f, 0x76, 0x65, 0x72, 0x77, 0x72, 0x69, 0x74, 0x65, 0x47, 0x65, 0x6f, 0x12, 0x23, + 0x0a, 0x03, 0x67, 0x65, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x63, 0x6c, + 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x47, 0x65, 0x6f, 0x52, 0x03, + 0x67, 0x65, 0x6f, 0x22, 0x0b, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6f, + 0x22, 0x2d, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, + 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x49, 0x64, 0x22, + 0x32, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, + 0x61, 0x73, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, + 0x74, 0x49, 0x64, 0x22, 0xe2, 0x01, 0x0a, 0x11, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x49, 0x6e, 0x74, + 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x12, 0x41, 0x0a, 0x0e, 0x64, 0x61, 0x74, + 0x61, 0x73, 0x65, 0x74, 0x5f, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x52, 0x0d, 0x64, + 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x73, 0x12, 0x4a, 0x0a, 0x06, + 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x32, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x70, 0x6c, 0x69, + 0x74, 0x49, 0x6e, 0x74, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x61, + 0x74, 0x61, 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, + 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x22, 0x3e, 0x0a, 0x12, 0x44, 0x61, 0x74, 0x61, + 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x0b, + 0x0a, 0x07, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x52, + 0x41, 0x4e, 0x44, 0x4f, 0x4d, 0x5f, 0x50, 0x45, 0x52, 0x43, 0x45, 0x4e, 0x54, 0x41, 0x47, 0x45, + 0x5f, 0x53, 0x50, 0x4c, 0x49, 0x54, 0x10, 0x01, 0x22, 0x70, 0x0a, 0x0c, 0x44, 0x61, 0x74, 0x61, + 0x73, 0x65, 0x74, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, + 0x73, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6c, 0x61, 0x72, + 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, + 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x20, 0x0a, 0x0a, 0x70, 0x65, 0x72, + 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, + 0x0a, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x6d, + 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0xd6, 0x03, 0x0a, 0x0c, 0x49, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x0e, 0x0a, 0x02, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0d, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x6b, 0x55, 0x72, 0x6c, 0x12, + 0x17, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x5f, 0x70, 0x61, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x61, 0x70, 0x70, 0x50, 0x61, 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, + 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, + 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 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, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, - 0x61, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x61, 0x74, 0x18, 0x09, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, - 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, - 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, - 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2a, 0x5e, 0x0a, 0x14, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, - 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x43, 0x61, 0x73, 0x65, 0x12, 0x23, - 0x0a, 0x1f, 0x57, 0x4f, 0x52, 0x4b, 0x46, 0x4c, 0x4f, 0x57, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x4c, - 0x5f, 0x55, 0x53, 0x45, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, - 0x54, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x4c, 0x41, 0x53, 0x53, 0x49, 0x46, 0x49, 0x43, - 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x45, 0x54, 0x45, 0x43, - 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x02, 0x2a, 0xf9, 0x01, 0x0a, 0x1e, 0x44, 0x61, 0x74, 0x61, 0x73, - 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x2a, 0x44, 0x41, 0x54, - 0x41, 0x53, 0x45, 0x54, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x4d, 0x45, 0x54, - 0x52, 0x49, 0x43, 0x53, 0x5f, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, - 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x49, 0x4e, 0x50, - 0x55, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x4f, 0x4e, - 0x43, 0x45, 0x50, 0x54, 0x5f, 0x49, 0x44, 0x10, 0x0a, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x4f, 0x4e, - 0x43, 0x45, 0x50, 0x54, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x0b, 0x12, 0x18, 0x0a, - 0x14, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x42, 0x4f, 0x58, 0x45, 0x53, 0x5f, - 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x14, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, 0x4c, 0x59, 0x47, - 0x4f, 0x4e, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x15, 0x12, 0x10, 0x0a, 0x0c, 0x50, - 0x4f, 0x49, 0x4e, 0x54, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x16, 0x12, 0x0f, 0x0a, - 0x0b, 0x4d, 0x41, 0x53, 0x4b, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x17, 0x12, 0x10, - 0x0a, 0x0c, 0x50, 0x49, 0x58, 0x45, 0x4c, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x1e, - 0x12, 0x10, 0x0a, 0x0c, 0x41, 0x53, 0x50, 0x45, 0x43, 0x54, 0x5f, 0x52, 0x41, 0x54, 0x49, 0x4f, - 0x10, 0x1f, 0x2a, 0x85, 0x01, 0x0a, 0x1a, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, - 0x74, 0x12, 0x29, 0x0a, 0x25, 0x44, 0x41, 0x54, 0x41, 0x53, 0x45, 0x54, 0x5f, 0x56, 0x45, 0x52, - 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x45, 0x58, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x46, 0x4f, 0x52, 0x4d, - 0x41, 0x54, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, - 0x43, 0x4c, 0x41, 0x52, 0x49, 0x46, 0x41, 0x49, 0x5f, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x50, 0x52, - 0x4f, 0x54, 0x4f, 0x42, 0x55, 0x46, 0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x4c, 0x41, 0x52, - 0x49, 0x46, 0x41, 0x49, 0x5f, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x4a, 0x53, 0x4f, 0x4e, 0x10, 0x03, - 0x12, 0x08, 0x0a, 0x04, 0x43, 0x4f, 0x43, 0x4f, 0x10, 0x02, 0x2a, 0x48, 0x0a, 0x10, 0x45, 0x78, - 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, - 0x0a, 0x19, 0x45, 0x58, 0x50, 0x49, 0x52, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x43, 0x54, - 0x49, 0x4f, 0x4e, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x09, 0x0a, - 0x05, 0x44, 0x45, 0x4c, 0x41, 0x59, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x58, 0x50, 0x49, - 0x52, 0x59, 0x10, 0x02, 0x2a, 0x4d, 0x0a, 0x0c, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x53, - 0x63, 0x6f, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4c, 0x49, 0x43, 0x45, 0x4e, 0x53, 0x45, 0x5f, - 0x53, 0x43, 0x4f, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, - 0x0b, 0x0a, 0x07, 0x50, 0x52, 0x45, 0x44, 0x49, 0x43, 0x54, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, - 0x54, 0x52, 0x41, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x45, 0x41, 0x52, 0x43, - 0x48, 0x10, 0x03, 0x2a, 0x50, 0x0a, 0x08, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x0d, 0x0a, 0x09, 0x55, 0x4e, 0x44, 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a, - 0x0a, 0x06, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x49, - 0x4e, 0x54, 0x38, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x49, 0x4e, 0x54, 0x33, 0x32, 0x10, 0x03, - 0x12, 0x09, 0x0a, 0x05, 0x49, 0x4e, 0x54, 0x36, 0x34, 0x10, 0x04, 0x12, 0x08, 0x0a, 0x04, 0x46, - 0x50, 0x33, 0x32, 0x10, 0x05, 0x2a, 0x8f, 0x01, 0x0a, 0x0f, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x43, - 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4e, - 0x43, 0x45, 0x50, 0x54, 0x5f, 0x54, 0x48, 0x52, 0x45, 0x53, 0x48, 0x4f, 0x4c, 0x44, 0x5f, 0x4e, - 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x47, 0x52, 0x45, 0x41, - 0x54, 0x45, 0x52, 0x5f, 0x54, 0x48, 0x41, 0x4e, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x47, 0x52, - 0x45, 0x41, 0x54, 0x45, 0x52, 0x5f, 0x54, 0x48, 0x41, 0x4e, 0x5f, 0x4f, 0x52, 0x5f, 0x45, 0x51, - 0x55, 0x41, 0x4c, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x4c, 0x45, 0x53, 0x53, 0x5f, 0x54, 0x48, - 0x41, 0x4e, 0x10, 0x03, 0x12, 0x16, 0x0a, 0x12, 0x4c, 0x45, 0x53, 0x53, 0x5f, 0x54, 0x48, 0x41, - 0x4e, 0x5f, 0x4f, 0x52, 0x5f, 0x45, 0x51, 0x55, 0x41, 0x4c, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, - 0x45, 0x51, 0x55, 0x41, 0x4c, 0x10, 0x05, 0x2a, 0x71, 0x0a, 0x0e, 0x45, 0x76, 0x61, 0x6c, 0x75, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, - 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x6c, 0x61, 0x73, - 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, - 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x53, - 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x03, 0x12, 0x0e, 0x0a, - 0x0a, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x0b, 0x0a, - 0x07, 0x54, 0x72, 0x61, 0x63, 0x6b, 0x65, 0x72, 0x10, 0x05, 0x2a, 0x66, 0x0a, 0x0c, 0x41, 0x50, - 0x49, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x41, 0x50, - 0x49, 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, - 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x4f, 0x4e, 0x5f, 0x50, 0x52, 0x45, - 0x4d, 0x5f, 0x50, 0x52, 0x45, 0x44, 0x49, 0x43, 0x54, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x4f, - 0x4e, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x12, - 0x0a, 0x0e, 0x4f, 0x4e, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, - 0x10, 0x03, 0x2a, 0x3c, 0x0a, 0x11, 0x55, 0x73, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, - 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x75, 0x6e, 0x64, 0x65, 0x66, - 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x64, 0x61, 0x79, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x6d, - 0x6f, 0x6e, 0x74, 0x68, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x79, 0x65, 0x61, 0x72, 0x10, 0x03, - 0x2a, 0x7d, 0x0a, 0x12, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, - 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x1c, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x41, - 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, - 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x41, 0x47, 0x10, - 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x42, 0x4f, - 0x58, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x4f, 0x4c, 0x59, 0x47, 0x4f, 0x4e, 0x10, 0x04, - 0x12, 0x09, 0x0a, 0x05, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x10, 0x08, 0x12, 0x08, 0x0a, 0x04, 0x53, - 0x50, 0x41, 0x4e, 0x10, 0x10, 0x12, 0x08, 0x0a, 0x04, 0x4d, 0x41, 0x53, 0x4b, 0x10, 0x20, 0x2a, - 0x1d, 0x0a, 0x08, 0x52, 0x6f, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x54, - 0x45, 0x41, 0x4d, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x52, 0x47, 0x10, 0x01, 0x2a, 0x24, - 0x0a, 0x10, 0x53, 0x74, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x55, 0x4d, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, - 0x56, 0x47, 0x10, 0x01, 0x2a, 0x60, 0x0a, 0x0f, 0x53, 0x74, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, - 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4e, 0x4f, 0x5f, 0x54, 0x49, - 0x4d, 0x45, 0x5f, 0x41, 0x47, 0x47, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x59, 0x45, 0x41, 0x52, - 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x4d, 0x4f, 0x4e, 0x54, 0x48, 0x10, 0x02, 0x12, 0x08, 0x0a, - 0x04, 0x57, 0x45, 0x45, 0x4b, 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x44, 0x41, 0x59, 0x10, 0x04, - 0x12, 0x08, 0x0a, 0x04, 0x48, 0x4f, 0x55, 0x52, 0x10, 0x05, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x49, - 0x4e, 0x55, 0x54, 0x45, 0x10, 0x06, 0x2a, 0x62, 0x0a, 0x13, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, - 0x1d, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x4f, - 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, - 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x45, 0x53, 0x54, 0x52, 0x49, 0x43, 0x54, 0x45, 0x44, 0x10, 0x01, - 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x41, 0x54, 0x41, 0x42, 0x41, 0x53, 0x45, 0x10, 0x02, 0x12, 0x0a, - 0x0a, 0x06, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x10, 0x03, 0x2a, 0x5b, 0x0a, 0x19, 0x49, 0x6e, - 0x70, 0x75, 0x74, 0x49, 0x44, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, - 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x24, 0x49, 0x4e, 0x50, 0x55, 0x54, - 0x5f, 0x49, 0x44, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x4c, 0x49, 0x43, 0x54, 0x5f, 0x52, 0x45, 0x53, - 0x4f, 0x4c, 0x55, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, - 0x00, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x4b, 0x49, 0x50, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x53, - 0x55, 0x46, 0x46, 0x49, 0x58, 0x10, 0x02, 0x42, 0x59, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x61, 0x70, 0x69, - 0x50, 0x01, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, - 0x2d, 0x67, 0x6f, 0x2d, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, - 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x61, 0x70, 0x69, 0xa2, 0x02, 0x04, 0x43, 0x41, - 0x49, 0x50, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x12, 0x4a, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6a, + 0x6f, 0x62, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x6c, 0x61, 0x72, + 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, + 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x0e, 0x65, 0x78, + 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x73, 0x12, 0x2e, 0x0a, 0x07, + 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, + 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x70, 0x6c, + 0x6f, 0x61, 0x64, 0x52, 0x07, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x12, 0x33, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x4a, 0x04, 0x08, 0x05, 0x10, 0x06, 0x4a, 0x04, 0x08, + 0x06, 0x10, 0x07, 0x22, 0xaf, 0x01, 0x0a, 0x14, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, + 0x64, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x23, 0x0a, 0x0d, + 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x0c, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x75, 0x6e, + 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x69, 0x6e, + 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, + 0x0d, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xeb, 0x02, 0x0a, 0x06, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, + 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, + 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, + 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x6d, + 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x0a, 0x6d, 0x6f, + 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x39, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, + 0x72, 0x65, 0x73, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, + 0x73, 0x41, 0x74, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, + 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, + 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x63, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4c, 0x65, 0x6e, 0x67, + 0x74, 0x68, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x72, + 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x55, 0x72, 0x6c, 0x22, 0x69, 0x0a, 0x11, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x72, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x61, 0x6e, 0x67, + 0x65, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x72, + 0x61, 0x6e, 0x67, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x72, + 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, + 0x70, 0x61, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x7e, + 0x0a, 0x19, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x43, 0x6f, 0x64, 0x65, 0x4f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x06, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6c, + 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, + 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0xea, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd1, + 0x03, 0x0a, 0x13, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x33, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, + 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x45, 0x0a, + 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x29, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, + 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, + 0x3b, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x68, 0x0a, 0x1c, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, + 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x19, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, + 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, + 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, + 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x22, 0xba, 0x03, 0x0a, 0x1b, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x45, 0x78, 0x74, + 0x72, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x5f, 0x69, 0x6e, 0x70, 0x75, + 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, + 0x61, 0x75, 0x64, 0x69, 0x6f, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, + 0x12, 0x2c, 0x0a, 0x12, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, + 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x69, 0x6d, + 0x61, 0x67, 0x65, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2c, + 0x0a, 0x12, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x76, 0x69, 0x64, 0x65, + 0x6f, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2a, 0x0a, 0x11, + 0x74, 0x65, 0x78, 0x74, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x74, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x70, + 0x75, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x16, 0x70, 0x65, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x14, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3b, + 0x0a, 0x1a, 0x69, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x61, 0x72, + 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x17, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x41, 0x72, + 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x38, 0x0a, 0x18, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, + 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x16, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x5f, + 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x41, 0x72, 0x63, 0x68, + 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, + 0x92, 0x02, 0x0a, 0x10, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x29, 0x0a, 0x11, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x61, + 0x64, 0x64, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, 0x4a, 0x6f, 0x62, 0x49, 0x64, 0x12, + 0x2d, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x68, + 0x0a, 0x1c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, + 0x69, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x43, 0x6f, 0x6e, 0x66, 0x6c, + 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x19, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, + 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x0e, 0x69, 0x6e, 0x70, 0x75, + 0x74, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x13, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x22, 0x68, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x55, 0x52, 0x4c, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x45, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, + 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x61, 0x74, 0x61, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, + 0x73, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0xca, + 0x01, 0x0a, 0x15, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x72, 0x65, + 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x33, 0x0a, 0x08, 0x73, 0x33, 0x5f, 0x63, + 0x72, 0x65, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x6c, 0x61, + 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x57, 0x53, 0x43, 0x72, 0x65, + 0x64, 0x73, 0x48, 0x00, 0x52, 0x07, 0x73, 0x33, 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x1d, 0x0a, + 0x09, 0x67, 0x63, 0x70, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, + 0x48, 0x00, 0x52, 0x08, 0x67, 0x63, 0x70, 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x48, 0x0a, 0x10, + 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x62, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x73, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, 0x43, + 0x72, 0x65, 0x64, 0x73, 0x48, 0x00, 0x52, 0x0e, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, + 0x62, 0x43, 0x72, 0x65, 0x64, 0x73, 0x42, 0x0d, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, + 0x74, 0x69, 0x61, 0x6c, 0x73, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x22, 0x66, 0x0a, 0x08, 0x41, + 0x57, 0x53, 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, + 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x4a, 0x04, 0x08, + 0x01, 0x10, 0x02, 0x22, 0x54, 0x0a, 0x0e, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x42, 0x6c, 0x6f, 0x62, + 0x43, 0x72, 0x65, 0x64, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x22, 0xa6, 0x02, 0x0a, 0x0c, 0x49, 0x6e, + 0x70, 0x75, 0x74, 0x73, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x29, 0x0a, 0x11, 0x69, 0x6e, + 0x70, 0x75, 0x74, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x41, 0x64, 0x64, + 0x4a, 0x6f, 0x62, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x5f, 0x70, 0x61, 0x74, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x70, 0x50, 0x61, 0x74, 0x12, 0x2c, + 0x0a, 0x06, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x70, + 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x06, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x68, 0x0a, 0x1c, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, + 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x19, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, + 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x0e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, + 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, + 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6e, + 0x70, 0x75, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x0e, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x4f, + 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, + 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, + 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x63, + 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x2e, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x4d, 0x0a, 0x0c, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, + 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x10, 0x01, 0x12, 0x0c, 0x0a, + 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x64, + 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x75, + 0x6c, 0x65, 0x10, 0x04, 0x22, 0x98, 0x02, 0x0a, 0x06, 0x52, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, + 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3b, 0x0a, 0x0b, + 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x61, 0x74, 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, 0x52, 0x0a, 0x6d, + 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x33, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x17, + 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2a, + 0x5e, 0x0a, 0x14, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x65, 0x6c, + 0x55, 0x73, 0x65, 0x43, 0x61, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x1f, 0x57, 0x4f, 0x52, 0x4b, 0x46, + 0x4c, 0x4f, 0x57, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x55, 0x53, 0x45, 0x5f, 0x43, 0x41, + 0x53, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, + 0x43, 0x4c, 0x41, 0x53, 0x53, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x01, + 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x45, 0x54, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x02, 0x2a, + 0xf9, 0x01, 0x0a, 0x1e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, + 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x2a, 0x44, 0x41, 0x54, 0x41, 0x53, 0x45, 0x54, 0x5f, 0x56, 0x45, + 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x4d, 0x45, 0x54, 0x52, 0x49, 0x43, 0x53, 0x5f, 0x47, 0x52, + 0x4f, 0x55, 0x50, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, + 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, + 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x49, 0x44, + 0x10, 0x0a, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x50, 0x54, 0x53, 0x5f, 0x43, + 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x0b, 0x12, 0x18, 0x0a, 0x14, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x49, + 0x4e, 0x47, 0x5f, 0x42, 0x4f, 0x58, 0x45, 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x14, + 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, 0x4c, 0x59, 0x47, 0x4f, 0x4e, 0x53, 0x5f, 0x43, 0x4f, 0x55, + 0x4e, 0x54, 0x10, 0x15, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x53, 0x5f, 0x43, + 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x16, 0x12, 0x0f, 0x0a, 0x0b, 0x4d, 0x41, 0x53, 0x4b, 0x53, 0x5f, + 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x17, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x49, 0x58, 0x45, 0x4c, + 0x53, 0x5f, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x1e, 0x12, 0x10, 0x0a, 0x0c, 0x41, 0x53, 0x50, + 0x45, 0x43, 0x54, 0x5f, 0x52, 0x41, 0x54, 0x49, 0x4f, 0x10, 0x1f, 0x2a, 0x85, 0x01, 0x0a, 0x1a, + 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x45, 0x78, + 0x70, 0x6f, 0x72, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x29, 0x0a, 0x25, 0x44, 0x41, + 0x54, 0x41, 0x53, 0x45, 0x54, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x45, 0x58, + 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, + 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4c, 0x41, 0x52, 0x49, 0x46, 0x41, + 0x49, 0x5f, 0x44, 0x41, 0x54, 0x41, 0x5f, 0x50, 0x52, 0x4f, 0x54, 0x4f, 0x42, 0x55, 0x46, 0x10, + 0x01, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x4c, 0x41, 0x52, 0x49, 0x46, 0x41, 0x49, 0x5f, 0x44, 0x41, + 0x54, 0x41, 0x5f, 0x4a, 0x53, 0x4f, 0x4e, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x43, 0x4f, 0x43, + 0x4f, 0x10, 0x02, 0x2a, 0x48, 0x0a, 0x10, 0x45, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x19, 0x45, 0x58, 0x50, 0x49, 0x52, + 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x4e, 0x4f, 0x54, + 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x44, 0x45, 0x4c, 0x41, 0x59, 0x10, + 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x45, 0x58, 0x50, 0x49, 0x52, 0x59, 0x10, 0x02, 0x2a, 0x4d, 0x0a, + 0x0c, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x19, 0x0a, + 0x15, 0x4c, 0x49, 0x43, 0x45, 0x4e, 0x53, 0x45, 0x5f, 0x53, 0x43, 0x4f, 0x50, 0x45, 0x5f, 0x4e, + 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x52, 0x45, 0x44, + 0x49, 0x43, 0x54, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x10, 0x02, + 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x10, 0x03, 0x2a, 0x50, 0x0a, 0x08, + 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x4e, 0x44, 0x45, + 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x54, 0x52, 0x49, 0x4e, + 0x47, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x49, 0x4e, 0x54, 0x38, 0x10, 0x02, 0x12, 0x09, + 0x0a, 0x05, 0x49, 0x4e, 0x54, 0x33, 0x32, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x49, 0x4e, 0x54, + 0x36, 0x34, 0x10, 0x04, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x50, 0x33, 0x32, 0x10, 0x05, 0x2a, 0x8f, + 0x01, 0x0a, 0x0f, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x61, 0x74, + 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x54, 0x48, + 0x52, 0x45, 0x53, 0x48, 0x4f, 0x4c, 0x44, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, + 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x47, 0x52, 0x45, 0x41, 0x54, 0x45, 0x52, 0x5f, 0x54, 0x48, 0x41, + 0x4e, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x47, 0x52, 0x45, 0x41, 0x54, 0x45, 0x52, 0x5f, 0x54, + 0x48, 0x41, 0x4e, 0x5f, 0x4f, 0x52, 0x5f, 0x45, 0x51, 0x55, 0x41, 0x4c, 0x10, 0x02, 0x12, 0x0d, + 0x0a, 0x09, 0x4c, 0x45, 0x53, 0x53, 0x5f, 0x54, 0x48, 0x41, 0x4e, 0x10, 0x03, 0x12, 0x16, 0x0a, + 0x12, 0x4c, 0x45, 0x53, 0x53, 0x5f, 0x54, 0x48, 0x41, 0x4e, 0x5f, 0x4f, 0x52, 0x5f, 0x45, 0x51, + 0x55, 0x41, 0x4c, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x51, 0x55, 0x41, 0x4c, 0x10, 0x05, + 0x2a, 0x81, 0x01, 0x0a, 0x0e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, + 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x03, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x54, 0x72, 0x61, 0x63, 0x6b, + 0x65, 0x72, 0x10, 0x05, 0x12, 0x0e, 0x0a, 0x0a, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x10, 0x06, 0x2a, 0x66, 0x0a, 0x0c, 0x41, 0x50, 0x49, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x41, 0x50, 0x49, 0x5f, 0x45, 0x56, 0x45, 0x4e, + 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, + 0x12, 0x13, 0x0a, 0x0f, 0x4f, 0x4e, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x5f, 0x50, 0x52, 0x45, 0x44, + 0x49, 0x43, 0x54, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x4f, 0x4e, 0x5f, 0x50, 0x52, 0x45, 0x4d, + 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x4f, 0x4e, 0x5f, 0x50, + 0x52, 0x45, 0x4d, 0x5f, 0x53, 0x45, 0x41, 0x52, 0x43, 0x48, 0x10, 0x03, 0x2a, 0x3c, 0x0a, 0x11, + 0x55, 0x73, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x54, 0x79, 0x70, + 0x65, 0x12, 0x09, 0x0a, 0x05, 0x75, 0x6e, 0x64, 0x65, 0x66, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, + 0x64, 0x61, 0x79, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x6d, 0x6f, 0x6e, 0x74, 0x68, 0x10, 0x02, + 0x12, 0x08, 0x0a, 0x04, 0x79, 0x65, 0x61, 0x72, 0x10, 0x03, 0x2a, 0x7d, 0x0a, 0x12, 0x41, 0x6e, + 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x20, 0x0a, 0x1c, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, + 0x41, 0x54, 0x41, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, + 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x41, 0x47, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x42, + 0x4f, 0x55, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x42, 0x4f, 0x58, 0x10, 0x02, 0x12, 0x0b, 0x0a, + 0x07, 0x50, 0x4f, 0x4c, 0x59, 0x47, 0x4f, 0x4e, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x4f, + 0x49, 0x4e, 0x54, 0x10, 0x08, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x50, 0x41, 0x4e, 0x10, 0x10, 0x12, + 0x08, 0x0a, 0x04, 0x4d, 0x41, 0x53, 0x4b, 0x10, 0x20, 0x2a, 0x1d, 0x0a, 0x08, 0x52, 0x6f, 0x6c, + 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x45, 0x41, 0x4d, 0x10, 0x00, 0x12, + 0x07, 0x0a, 0x03, 0x4f, 0x52, 0x47, 0x10, 0x01, 0x2a, 0x24, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x74, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, + 0x53, 0x55, 0x4d, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x56, 0x47, 0x10, 0x01, 0x2a, 0x60, + 0x0a, 0x0f, 0x53, 0x74, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x41, 0x67, 0x67, 0x54, 0x79, 0x70, + 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4e, 0x4f, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x5f, 0x41, 0x47, 0x47, + 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x59, 0x45, 0x41, 0x52, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, + 0x4d, 0x4f, 0x4e, 0x54, 0x48, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x57, 0x45, 0x45, 0x4b, 0x10, + 0x03, 0x12, 0x07, 0x0a, 0x03, 0x44, 0x41, 0x59, 0x10, 0x04, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x4f, + 0x55, 0x52, 0x10, 0x05, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x49, 0x4e, 0x55, 0x54, 0x45, 0x10, 0x06, + 0x2a, 0x62, 0x0a, 0x13, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, + 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x56, 0x41, 0x4c, 0x49, 0x44, + 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, + 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x45, + 0x53, 0x54, 0x52, 0x49, 0x43, 0x54, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x41, + 0x54, 0x41, 0x42, 0x41, 0x53, 0x45, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x4f, 0x52, 0x4d, + 0x41, 0x54, 0x10, 0x03, 0x2a, 0x5b, 0x0a, 0x19, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x49, 0x44, 0x43, + 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x28, 0x0a, 0x24, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x49, 0x44, 0x5f, 0x43, 0x4f, + 0x4e, 0x46, 0x4c, 0x49, 0x43, 0x54, 0x5f, 0x52, 0x45, 0x53, 0x4f, 0x4c, 0x55, 0x54, 0x49, 0x4f, + 0x4e, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x53, + 0x4b, 0x49, 0x50, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x55, 0x46, 0x46, 0x49, 0x58, 0x10, + 0x02, 0x42, 0x59, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x61, 0x70, 0x69, 0x50, 0x01, 0x5a, 0x37, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x43, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2d, 0x67, 0x6f, 0x2d, 0x67, 0x72, + 0x70, 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, + 0x69, 0x2f, 0x61, 0x70, 0x69, 0xa2, 0x02, 0x04, 0x43, 0x41, 0x49, 0x50, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -22376,7 +22447,7 @@ func file_proto_clarifai_api_resources_proto_rawDescGZIP() []byte { } var file_proto_clarifai_api_resources_proto_enumTypes = make([]protoimpl.EnumInfo, 27) -var file_proto_clarifai_api_resources_proto_msgTypes = make([]protoimpl.MessageInfo, 196) +var file_proto_clarifai_api_resources_proto_msgTypes = make([]protoimpl.MessageInfo, 197) var file_proto_clarifai_api_resources_proto_goTypes = []interface{}{ (WorkflowModelUseCase)(0), // 0: clarifai.api.WorkflowModelUseCase (DatasetVersionMetricsGroupType)(0), // 1: clarifai.api.DatasetVersionMetricsGroupType @@ -22550,100 +22621,101 @@ var file_proto_clarifai_api_resources_proto_goTypes = []interface{}{ (*ThresholdRange)(nil), // 169: clarifai.api.ThresholdRange (*TaskConceptAutoAnnotationConfig)(nil), // 170: clarifai.api.TaskConceptAutoAnnotationConfig (*TaskConcept)(nil), // 171: clarifai.api.TaskConcept - (*Collector)(nil), // 172: clarifai.api.Collector - (*CollectorSource)(nil), // 173: clarifai.api.CollectorSource - (*APIPostModelOutputsCollectorSource)(nil), // 174: clarifai.api.APIPostModelOutputsCollectorSource - (*StatValue)(nil), // 175: clarifai.api.StatValue - (*StatValueAggregateResult)(nil), // 176: clarifai.api.StatValueAggregateResult - (*StatValueAggregate)(nil), // 177: clarifai.api.StatValueAggregate - (*StatValueAggregateQuery)(nil), // 178: clarifai.api.StatValueAggregateQuery - (*PCAProjectionComparator)(nil), // 179: clarifai.api.PCAProjectionComparator - (*DuplicateAnnotationsResults)(nil), // 180: clarifai.api.DuplicateAnnotationsResults - (*Visibility)(nil), // 181: clarifai.api.Visibility - (*TrendingMetric)(nil), // 182: clarifai.api.TrendingMetric - (*FullTag)(nil), // 183: clarifai.api.FullTag - (*TimeSegment)(nil), // 184: clarifai.api.TimeSegment - (*TimeInfo)(nil), // 185: clarifai.api.TimeInfo - (*DatasetStar)(nil), // 186: clarifai.api.DatasetStar - (*ModuleStar)(nil), // 187: clarifai.api.ModuleStar - (*Module)(nil), // 188: clarifai.api.Module - (*ModuleVersion)(nil), // 189: clarifai.api.ModuleVersion - (*InstalledModuleVersion)(nil), // 190: clarifai.api.InstalledModuleVersion - (*BulkOperation)(nil), // 191: clarifai.api.BulkOperation - (*InputIDs)(nil), // 192: clarifai.api.InputIDs - (*Progress)(nil), // 193: clarifai.api.Progress - (*Operation)(nil), // 194: clarifai.api.Operation - (*AddConcepts)(nil), // 195: clarifai.api.AddConcepts - (*DeleteConcepts)(nil), // 196: clarifai.api.DeleteConcepts - (*AddMetadata)(nil), // 197: clarifai.api.AddMetadata - (*DeleteMetadata)(nil), // 198: clarifai.api.DeleteMetadata - (*OverwriteGeo)(nil), // 199: clarifai.api.OverwriteGeo - (*DeleteGeo)(nil), // 200: clarifai.api.DeleteGeo - (*AddToDataset)(nil), // 201: clarifai.api.AddToDataset - (*DeleteFromDataset)(nil), // 202: clarifai.api.DeleteFromDataset - (*SplitIntoDatasets)(nil), // 203: clarifai.api.SplitIntoDatasets - (*DatasetSplit)(nil), // 204: clarifai.api.DatasetSplit - (*InputsAddJob)(nil), // 205: clarifai.api.InputsAddJob - (*InputsAddJobProgress)(nil), // 206: clarifai.api.InputsAddJobProgress - (*Upload)(nil), // 207: clarifai.api.Upload - (*UploadContentPart)(nil), // 208: clarifai.api.UploadContentPart - (*CustomCodeOperatorRequest)(nil), // 209: clarifai.api.CustomCodeOperatorRequest - (*InputsExtractionJob)(nil), // 210: clarifai.api.InputsExtractionJob - (*InputsExtractionJobProgress)(nil), // 211: clarifai.api.InputsExtractionJobProgress - (*InputsDataSource)(nil), // 212: clarifai.api.InputsDataSource - (*DataSourceURL)(nil), // 213: clarifai.api.DataSourceURL - (*DataSourceCredentials)(nil), // 214: clarifai.api.DataSourceCredentials - (*AWSCreds)(nil), // 215: clarifai.api.AWSCreds - (*AzureBlobCreds)(nil), // 216: clarifai.api.AzureBlobCreds - (*InputsUpload)(nil), // 217: clarifai.api.InputsUpload - (*BookmarkOrigin)(nil), // 218: clarifai.api.BookmarkOrigin - (*Runner)(nil), // 219: clarifai.api.Runner - nil, // 220: clarifai.api.DatasetVersion.MetricsEntry - (*ModuleVersion_ModuleSubNav)(nil), // 221: clarifai.api.ModuleVersion.ModuleSubNav - (*ModuleVersion_ModuleNav)(nil), // 222: clarifai.api.ModuleVersion.ModuleNav - (*structpb.Struct)(nil), // 223: google.protobuf.Struct - (*status.Status)(nil), // 224: clarifai.api.status.Status - (*timestamppb.Timestamp)(nil), // 225: google.protobuf.Timestamp - (*wrapperspb.BoolValue)(nil), // 226: google.protobuf.BoolValue - (*wrapperspb.UInt64Value)(nil), // 227: google.protobuf.UInt64Value - (*utils.MatrixUint64)(nil), // 228: MatrixUint64 - (*structpb.Value)(nil), // 229: google.protobuf.Value - (status.StatusCode)(0), // 230: clarifai.api.status.StatusCode + (*TaskMetrics)(nil), // 172: clarifai.api.TaskMetrics + (*Collector)(nil), // 173: clarifai.api.Collector + (*CollectorSource)(nil), // 174: clarifai.api.CollectorSource + (*APIPostModelOutputsCollectorSource)(nil), // 175: clarifai.api.APIPostModelOutputsCollectorSource + (*StatValue)(nil), // 176: clarifai.api.StatValue + (*StatValueAggregateResult)(nil), // 177: clarifai.api.StatValueAggregateResult + (*StatValueAggregate)(nil), // 178: clarifai.api.StatValueAggregate + (*StatValueAggregateQuery)(nil), // 179: clarifai.api.StatValueAggregateQuery + (*PCAProjectionComparator)(nil), // 180: clarifai.api.PCAProjectionComparator + (*DuplicateAnnotationsResults)(nil), // 181: clarifai.api.DuplicateAnnotationsResults + (*Visibility)(nil), // 182: clarifai.api.Visibility + (*TrendingMetric)(nil), // 183: clarifai.api.TrendingMetric + (*FullTag)(nil), // 184: clarifai.api.FullTag + (*TimeSegment)(nil), // 185: clarifai.api.TimeSegment + (*TimeInfo)(nil), // 186: clarifai.api.TimeInfo + (*DatasetStar)(nil), // 187: clarifai.api.DatasetStar + (*ModuleStar)(nil), // 188: clarifai.api.ModuleStar + (*Module)(nil), // 189: clarifai.api.Module + (*ModuleVersion)(nil), // 190: clarifai.api.ModuleVersion + (*InstalledModuleVersion)(nil), // 191: clarifai.api.InstalledModuleVersion + (*BulkOperation)(nil), // 192: clarifai.api.BulkOperation + (*InputIDs)(nil), // 193: clarifai.api.InputIDs + (*Progress)(nil), // 194: clarifai.api.Progress + (*Operation)(nil), // 195: clarifai.api.Operation + (*AddConcepts)(nil), // 196: clarifai.api.AddConcepts + (*DeleteConcepts)(nil), // 197: clarifai.api.DeleteConcepts + (*AddMetadata)(nil), // 198: clarifai.api.AddMetadata + (*DeleteMetadata)(nil), // 199: clarifai.api.DeleteMetadata + (*OverwriteGeo)(nil), // 200: clarifai.api.OverwriteGeo + (*DeleteGeo)(nil), // 201: clarifai.api.DeleteGeo + (*AddToDataset)(nil), // 202: clarifai.api.AddToDataset + (*DeleteFromDataset)(nil), // 203: clarifai.api.DeleteFromDataset + (*SplitIntoDatasets)(nil), // 204: clarifai.api.SplitIntoDatasets + (*DatasetSplit)(nil), // 205: clarifai.api.DatasetSplit + (*InputsAddJob)(nil), // 206: clarifai.api.InputsAddJob + (*InputsAddJobProgress)(nil), // 207: clarifai.api.InputsAddJobProgress + (*Upload)(nil), // 208: clarifai.api.Upload + (*UploadContentPart)(nil), // 209: clarifai.api.UploadContentPart + (*CustomCodeOperatorRequest)(nil), // 210: clarifai.api.CustomCodeOperatorRequest + (*InputsExtractionJob)(nil), // 211: clarifai.api.InputsExtractionJob + (*InputsExtractionJobProgress)(nil), // 212: clarifai.api.InputsExtractionJobProgress + (*InputsDataSource)(nil), // 213: clarifai.api.InputsDataSource + (*DataSourceURL)(nil), // 214: clarifai.api.DataSourceURL + (*DataSourceCredentials)(nil), // 215: clarifai.api.DataSourceCredentials + (*AWSCreds)(nil), // 216: clarifai.api.AWSCreds + (*AzureBlobCreds)(nil), // 217: clarifai.api.AzureBlobCreds + (*InputsUpload)(nil), // 218: clarifai.api.InputsUpload + (*BookmarkOrigin)(nil), // 219: clarifai.api.BookmarkOrigin + (*Runner)(nil), // 220: clarifai.api.Runner + nil, // 221: clarifai.api.DatasetVersion.MetricsEntry + (*ModuleVersion_ModuleSubNav)(nil), // 222: clarifai.api.ModuleVersion.ModuleSubNav + (*ModuleVersion_ModuleNav)(nil), // 223: clarifai.api.ModuleVersion.ModuleNav + (*structpb.Struct)(nil), // 224: google.protobuf.Struct + (*status.Status)(nil), // 225: clarifai.api.status.Status + (*timestamppb.Timestamp)(nil), // 226: google.protobuf.Timestamp + (*wrapperspb.BoolValue)(nil), // 227: google.protobuf.BoolValue + (*wrapperspb.UInt64Value)(nil), // 228: google.protobuf.UInt64Value + (*utils.MatrixUint64)(nil), // 229: MatrixUint64 + (*structpb.Value)(nil), // 230: google.protobuf.Value + (status.StatusCode)(0), // 231: clarifai.api.status.StatusCode } var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 54, // 0: clarifai.api.Annotation.data:type_name -> clarifai.api.Data - 223, // 1: clarifai.api.Annotation.annotation_info:type_name -> google.protobuf.Struct - 224, // 2: clarifai.api.Annotation.status:type_name -> clarifai.api.status.Status - 225, // 3: clarifai.api.Annotation.created_at:type_name -> google.protobuf.Timestamp - 225, // 4: clarifai.api.Annotation.modified_at:type_name -> google.protobuf.Timestamp - 223, // 5: clarifai.api.Annotation.consensus_info:type_name -> google.protobuf.Struct + 224, // 1: clarifai.api.Annotation.annotation_info:type_name -> google.protobuf.Struct + 225, // 2: clarifai.api.Annotation.status:type_name -> clarifai.api.status.Status + 226, // 3: clarifai.api.Annotation.created_at:type_name -> google.protobuf.Timestamp + 226, // 4: clarifai.api.Annotation.modified_at:type_name -> google.protobuf.Timestamp + 224, // 5: clarifai.api.Annotation.consensus_info:type_name -> google.protobuf.Struct 142, // 6: clarifai.api.Worker.user:type_name -> clarifai.api.User 90, // 7: clarifai.api.Worker.model:type_name -> clarifai.api.Model 149, // 8: clarifai.api.Worker.workflow:type_name -> clarifai.api.Workflow 149, // 9: clarifai.api.App.default_workflow:type_name -> clarifai.api.Workflow - 225, // 10: clarifai.api.App.created_at:type_name -> google.protobuf.Timestamp - 225, // 11: clarifai.api.App.modified_at:type_name -> google.protobuf.Timestamp - 223, // 12: clarifai.api.App.metadata:type_name -> google.protobuf.Struct - 181, // 13: clarifai.api.App.visibility:type_name -> clarifai.api.Visibility + 226, // 10: clarifai.api.App.created_at:type_name -> google.protobuf.Timestamp + 226, // 11: clarifai.api.App.modified_at:type_name -> google.protobuf.Timestamp + 224, // 12: clarifai.api.App.metadata:type_name -> google.protobuf.Struct + 182, // 13: clarifai.api.App.visibility:type_name -> clarifai.api.Visibility 70, // 14: clarifai.api.App.image:type_name -> clarifai.api.Image - 226, // 15: clarifai.api.App.is_template:type_name -> google.protobuf.BoolValue + 227, // 15: clarifai.api.App.is_template:type_name -> google.protobuf.BoolValue 30, // 16: clarifai.api.App.extra_info:type_name -> clarifai.api.AppExtraInfo 29, // 17: clarifai.api.Collaborator.app:type_name -> clarifai.api.App 142, // 18: clarifai.api.Collaborator.user:type_name -> clarifai.api.User - 225, // 19: clarifai.api.Collaborator.created_at:type_name -> google.protobuf.Timestamp - 225, // 20: clarifai.api.Collaborator.modified_at:type_name -> google.protobuf.Timestamp - 225, // 21: clarifai.api.Collaborator.deleted_at:type_name -> google.protobuf.Timestamp + 226, // 19: clarifai.api.Collaborator.created_at:type_name -> google.protobuf.Timestamp + 226, // 20: clarifai.api.Collaborator.modified_at:type_name -> google.protobuf.Timestamp + 226, // 21: clarifai.api.Collaborator.deleted_at:type_name -> google.protobuf.Timestamp 29, // 22: clarifai.api.Collaboration.app:type_name -> clarifai.api.App 142, // 23: clarifai.api.Collaboration.app_owner:type_name -> clarifai.api.User - 225, // 24: clarifai.api.Collaboration.created_at:type_name -> google.protobuf.Timestamp + 226, // 24: clarifai.api.Collaboration.created_at:type_name -> google.protobuf.Timestamp 72, // 25: clarifai.api.Audio.hosted:type_name -> clarifai.api.HostedURL 35, // 26: clarifai.api.Audio.audio_info:type_name -> clarifai.api.AudioInfo 54, // 27: clarifai.api.Track.data:type_name -> clarifai.api.Data - 185, // 28: clarifai.api.Track.time_info:type_name -> clarifai.api.TimeInfo + 186, // 28: clarifai.api.Track.time_info:type_name -> clarifai.api.TimeInfo 131, // 29: clarifai.api.Cluster.hits:type_name -> clarifai.api.Hit 39, // 30: clarifai.api.Color.w3c:type_name -> clarifai.api.W3C - 225, // 31: clarifai.api.Concept.created_at:type_name -> google.protobuf.Timestamp - 181, // 32: clarifai.api.Concept.visibility:type_name -> clarifai.api.Visibility + 226, // 31: clarifai.api.Concept.created_at:type_name -> google.protobuf.Timestamp + 182, // 32: clarifai.api.Concept.visibility:type_name -> clarifai.api.Visibility 43, // 33: clarifai.api.Concept.keypoint_info:type_name -> clarifai.api.KeypointInfo 45, // 34: clarifai.api.Concept.extra_info:type_name -> clarifai.api.ConceptExtraInfo 44, // 35: clarifai.api.KeypointInfo.skeleton:type_name -> clarifai.api.KeypointEdge @@ -22656,11 +22728,11 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 0, // 42: clarifai.api.ConceptQuery.use_cases:type_name -> clarifai.api.WorkflowModelUseCase 42, // 43: clarifai.api.ConceptRelation.subject_concept:type_name -> clarifai.api.Concept 42, // 44: clarifai.api.ConceptRelation.object_concept:type_name -> clarifai.api.Concept - 181, // 45: clarifai.api.ConceptRelation.visibility:type_name -> clarifai.api.Visibility + 182, // 45: clarifai.api.ConceptRelation.visibility:type_name -> clarifai.api.Visibility 70, // 46: clarifai.api.Data.image:type_name -> clarifai.api.Image 147, // 47: clarifai.api.Data.video:type_name -> clarifai.api.Video 42, // 48: clarifai.api.Data.concepts:type_name -> clarifai.api.Concept - 223, // 49: clarifai.api.Data.metadata:type_name -> google.protobuf.Struct + 224, // 49: clarifai.api.Data.metadata:type_name -> google.protobuf.Struct 69, // 50: clarifai.api.Data.geo:type_name -> clarifai.api.Geo 38, // 51: clarifai.api.Data.colors:type_name -> clarifai.api.Color 37, // 52: clarifai.api.Data.clusters:type_name -> clarifai.api.Cluster @@ -22670,7 +22742,7 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 140, // 56: clarifai.api.Data.text:type_name -> clarifai.api.Text 34, // 57: clarifai.api.Data.audio:type_name -> clarifai.api.Audio 36, // 58: clarifai.api.Data.tracks:type_name -> clarifai.api.Track - 184, // 59: clarifai.api.Data.time_segments:type_name -> clarifai.api.TimeSegment + 185, // 59: clarifai.api.Data.time_segments:type_name -> clarifai.api.TimeSegment 131, // 60: clarifai.api.Data.hits:type_name -> clarifai.api.Hit 70, // 61: clarifai.api.Data.heatmaps:type_name -> clarifai.api.Image 56, // 62: clarifai.api.Region.region_info:type_name -> clarifai.api.RegionInfo @@ -22694,98 +22766,98 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 72, // 80: clarifai.api.Image.hosted:type_name -> clarifai.api.HostedURL 71, // 81: clarifai.api.Image.image_info:type_name -> clarifai.api.ImageInfo 54, // 82: clarifai.api.Input.data:type_name -> clarifai.api.Data - 225, // 83: clarifai.api.Input.created_at:type_name -> google.protobuf.Timestamp - 225, // 84: clarifai.api.Input.modified_at:type_name -> google.protobuf.Timestamp - 224, // 85: clarifai.api.Input.status:type_name -> clarifai.api.status.Status + 226, // 83: clarifai.api.Input.created_at:type_name -> google.protobuf.Timestamp + 226, // 84: clarifai.api.Input.modified_at:type_name -> google.protobuf.Timestamp + 225, // 85: clarifai.api.Input.status:type_name -> clarifai.api.status.Status 73, // 86: clarifai.api.InputBatch.inputs:type_name -> clarifai.api.Input - 225, // 87: clarifai.api.Dataset.created_at:type_name -> google.protobuf.Timestamp - 225, // 88: clarifai.api.Dataset.modified_at:type_name -> google.protobuf.Timestamp - 223, // 89: clarifai.api.Dataset.metadata:type_name -> google.protobuf.Struct - 181, // 90: clarifai.api.Dataset.visibility:type_name -> clarifai.api.Visibility + 226, // 87: clarifai.api.Dataset.created_at:type_name -> google.protobuf.Timestamp + 226, // 88: clarifai.api.Dataset.modified_at:type_name -> google.protobuf.Timestamp + 224, // 89: clarifai.api.Dataset.metadata:type_name -> google.protobuf.Struct + 182, // 90: clarifai.api.Dataset.visibility:type_name -> clarifai.api.Visibility 77, // 91: clarifai.api.Dataset.default_annotation_filter:type_name -> clarifai.api.AnnotationFilter 86, // 92: clarifai.api.Dataset.default_processing_info:type_name -> clarifai.api.DatasetVersionProcessingInfo 79, // 93: clarifai.api.Dataset.version:type_name -> clarifai.api.DatasetVersion - 218, // 94: clarifai.api.Dataset.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin + 219, // 94: clarifai.api.Dataset.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin 70, // 95: clarifai.api.Dataset.image:type_name -> clarifai.api.Image - 225, // 96: clarifai.api.AnnotationFilter.created_at:type_name -> google.protobuf.Timestamp - 225, // 97: clarifai.api.AnnotationFilter.modified_at:type_name -> google.protobuf.Timestamp + 226, // 96: clarifai.api.AnnotationFilter.created_at:type_name -> google.protobuf.Timestamp + 226, // 97: clarifai.api.AnnotationFilter.modified_at:type_name -> google.protobuf.Timestamp 135, // 98: clarifai.api.AnnotationFilter.search:type_name -> clarifai.api.Search - 225, // 99: clarifai.api.DatasetInput.created_at:type_name -> google.protobuf.Timestamp + 226, // 99: clarifai.api.DatasetInput.created_at:type_name -> google.protobuf.Timestamp 73, // 100: clarifai.api.DatasetInput.input:type_name -> clarifai.api.Input - 225, // 101: clarifai.api.DatasetVersion.created_at:type_name -> google.protobuf.Timestamp - 225, // 102: clarifai.api.DatasetVersion.modified_at:type_name -> google.protobuf.Timestamp + 226, // 101: clarifai.api.DatasetVersion.created_at:type_name -> google.protobuf.Timestamp + 226, // 102: clarifai.api.DatasetVersion.modified_at:type_name -> google.protobuf.Timestamp 80, // 103: clarifai.api.DatasetVersion.annotation_filter_config:type_name -> clarifai.api.AnnotationFilterConfig 81, // 104: clarifai.api.DatasetVersion.model_predict_config:type_name -> clarifai.api.ModelPredictConfig - 224, // 105: clarifai.api.DatasetVersion.status:type_name -> clarifai.api.status.Status + 225, // 105: clarifai.api.DatasetVersion.status:type_name -> clarifai.api.status.Status 86, // 106: clarifai.api.DatasetVersion.processing_info:type_name -> clarifai.api.DatasetVersionProcessingInfo - 220, // 107: clarifai.api.DatasetVersion.metrics:type_name -> clarifai.api.DatasetVersion.MetricsEntry + 221, // 107: clarifai.api.DatasetVersion.metrics:type_name -> clarifai.api.DatasetVersion.MetricsEntry 84, // 108: clarifai.api.DatasetVersion.export_info:type_name -> clarifai.api.DatasetVersionExportInfo - 223, // 109: clarifai.api.DatasetVersion.metadata:type_name -> google.protobuf.Struct - 181, // 110: clarifai.api.DatasetVersion.visibility:type_name -> clarifai.api.Visibility + 224, // 109: clarifai.api.DatasetVersion.metadata:type_name -> google.protobuf.Struct + 182, // 110: clarifai.api.DatasetVersion.visibility:type_name -> clarifai.api.Visibility 77, // 111: clarifai.api.AnnotationFilterConfig.annotation_filter:type_name -> clarifai.api.AnnotationFilter 90, // 112: clarifai.api.ModelPredictConfig.model:type_name -> clarifai.api.Model - 227, // 113: clarifai.api.DatasetVersionMetrics.inputs_count:type_name -> google.protobuf.UInt64Value - 227, // 114: clarifai.api.DatasetVersionMetrics.unlabeled_inputs_count:type_name -> google.protobuf.UInt64Value - 227, // 115: clarifai.api.DatasetVersionMetrics.inputs_with_metadata_count:type_name -> google.protobuf.UInt64Value - 227, // 116: clarifai.api.DatasetVersionMetrics.inputs_with_geo_count:type_name -> google.protobuf.UInt64Value - 227, // 117: clarifai.api.DatasetVersionMetrics.regions_count:type_name -> google.protobuf.UInt64Value - 228, // 118: clarifai.api.DatasetVersionMetrics.region_location_matrix:type_name -> MatrixUint64 - 227, // 119: clarifai.api.DatasetVersionMetrics.bounding_boxes_count:type_name -> google.protobuf.UInt64Value - 227, // 120: clarifai.api.DatasetVersionMetrics.polygons_count:type_name -> google.protobuf.UInt64Value - 227, // 121: clarifai.api.DatasetVersionMetrics.points_count:type_name -> google.protobuf.UInt64Value - 227, // 122: clarifai.api.DatasetVersionMetrics.masks_count:type_name -> google.protobuf.UInt64Value - 227, // 123: clarifai.api.DatasetVersionMetrics.region_inputs_count:type_name -> google.protobuf.UInt64Value - 227, // 124: clarifai.api.DatasetVersionMetrics.region_frames_count:type_name -> google.protobuf.UInt64Value - 227, // 125: clarifai.api.DatasetVersionMetrics.frames_count:type_name -> google.protobuf.UInt64Value - 227, // 126: clarifai.api.DatasetVersionMetrics.frame_inputs_count:type_name -> google.protobuf.UInt64Value - 227, // 127: clarifai.api.DatasetVersionMetrics.embeddings_count:type_name -> google.protobuf.UInt64Value - 227, // 128: clarifai.api.DatasetVersionMetrics.positive_input_tags_count:type_name -> google.protobuf.UInt64Value - 227, // 129: clarifai.api.DatasetVersionMetrics.positive_region_tags_count:type_name -> google.protobuf.UInt64Value - 227, // 130: clarifai.api.DatasetVersionMetrics.positive_frame_tags_count:type_name -> google.protobuf.UInt64Value + 228, // 113: clarifai.api.DatasetVersionMetrics.inputs_count:type_name -> google.protobuf.UInt64Value + 228, // 114: clarifai.api.DatasetVersionMetrics.unlabeled_inputs_count:type_name -> google.protobuf.UInt64Value + 228, // 115: clarifai.api.DatasetVersionMetrics.inputs_with_metadata_count:type_name -> google.protobuf.UInt64Value + 228, // 116: clarifai.api.DatasetVersionMetrics.inputs_with_geo_count:type_name -> google.protobuf.UInt64Value + 228, // 117: clarifai.api.DatasetVersionMetrics.regions_count:type_name -> google.protobuf.UInt64Value + 229, // 118: clarifai.api.DatasetVersionMetrics.region_location_matrix:type_name -> MatrixUint64 + 228, // 119: clarifai.api.DatasetVersionMetrics.bounding_boxes_count:type_name -> google.protobuf.UInt64Value + 228, // 120: clarifai.api.DatasetVersionMetrics.polygons_count:type_name -> google.protobuf.UInt64Value + 228, // 121: clarifai.api.DatasetVersionMetrics.points_count:type_name -> google.protobuf.UInt64Value + 228, // 122: clarifai.api.DatasetVersionMetrics.masks_count:type_name -> google.protobuf.UInt64Value + 228, // 123: clarifai.api.DatasetVersionMetrics.region_inputs_count:type_name -> google.protobuf.UInt64Value + 228, // 124: clarifai.api.DatasetVersionMetrics.region_frames_count:type_name -> google.protobuf.UInt64Value + 228, // 125: clarifai.api.DatasetVersionMetrics.frames_count:type_name -> google.protobuf.UInt64Value + 228, // 126: clarifai.api.DatasetVersionMetrics.frame_inputs_count:type_name -> google.protobuf.UInt64Value + 228, // 127: clarifai.api.DatasetVersionMetrics.embeddings_count:type_name -> google.protobuf.UInt64Value + 228, // 128: clarifai.api.DatasetVersionMetrics.positive_input_tags_count:type_name -> google.protobuf.UInt64Value + 228, // 129: clarifai.api.DatasetVersionMetrics.positive_region_tags_count:type_name -> google.protobuf.UInt64Value + 228, // 130: clarifai.api.DatasetVersionMetrics.positive_frame_tags_count:type_name -> google.protobuf.UInt64Value 1, // 131: clarifai.api.DatasetVersionMetricsGroup.type:type_name -> clarifai.api.DatasetVersionMetricsGroupType - 229, // 132: clarifai.api.DatasetVersionMetricsGroup.value:type_name -> google.protobuf.Value + 230, // 132: clarifai.api.DatasetVersionMetricsGroup.value:type_name -> google.protobuf.Value 82, // 133: clarifai.api.DatasetVersionMetricsGroup.metrics:type_name -> clarifai.api.DatasetVersionMetrics 85, // 134: clarifai.api.DatasetVersionExportInfo.clarifai_data_protobuf:type_name -> clarifai.api.DatasetVersionExport 85, // 135: clarifai.api.DatasetVersionExportInfo.clarifai_data_json:type_name -> clarifai.api.DatasetVersionExport 85, // 136: clarifai.api.DatasetVersionExportInfo.coco:type_name -> clarifai.api.DatasetVersionExport 2, // 137: clarifai.api.DatasetVersionExport.format:type_name -> clarifai.api.DatasetVersionExportFormat - 224, // 138: clarifai.api.DatasetVersionExport.status:type_name -> clarifai.api.status.Status + 225, // 138: clarifai.api.DatasetVersionExport.status:type_name -> clarifai.api.status.Status 87, // 139: clarifai.api.DatasetVersionProcessingInfo.frame_interpolation_info:type_name -> clarifai.api.FrameInterpolationInfo 73, // 140: clarifai.api.WorkflowResultsSimilarity.probe_input:type_name -> clarifai.api.Input 131, // 141: clarifai.api.WorkflowResultsSimilarity.pool_results:type_name -> clarifai.api.Hit 29, // 142: clarifai.api.Key.apps:type_name -> clarifai.api.App - 225, // 143: clarifai.api.Key.created_at:type_name -> google.protobuf.Timestamp - 225, // 144: clarifai.api.Key.expires_at:type_name -> google.protobuf.Timestamp - 225, // 145: clarifai.api.Model.created_at:type_name -> google.protobuf.Timestamp - 225, // 146: clarifai.api.Model.modified_at:type_name -> google.protobuf.Timestamp + 226, // 143: clarifai.api.Key.created_at:type_name -> google.protobuf.Timestamp + 226, // 144: clarifai.api.Key.expires_at:type_name -> google.protobuf.Timestamp + 226, // 145: clarifai.api.Model.created_at:type_name -> google.protobuf.Timestamp + 226, // 146: clarifai.api.Model.modified_at:type_name -> google.protobuf.Timestamp 93, // 147: clarifai.api.Model.output_info:type_name -> clarifai.api.OutputInfo 108, // 148: clarifai.api.Model.model_version:type_name -> clarifai.api.ModelVersion 96, // 149: clarifai.api.Model.default_eval_info:type_name -> clarifai.api.EvalInfo - 181, // 150: clarifai.api.Model.visibility:type_name -> clarifai.api.Visibility - 223, // 151: clarifai.api.Model.metadata:type_name -> google.protobuf.Struct - 223, // 152: clarifai.api.Model.presets:type_name -> google.protobuf.Struct - 183, // 153: clarifai.api.Model.languages_full:type_name -> clarifai.api.FullTag - 226, // 154: clarifai.api.Model.workflow_recommended:type_name -> google.protobuf.BoolValue - 218, // 155: clarifai.api.Model.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin + 182, // 150: clarifai.api.Model.visibility:type_name -> clarifai.api.Visibility + 224, // 151: clarifai.api.Model.metadata:type_name -> google.protobuf.Struct + 224, // 152: clarifai.api.Model.presets:type_name -> google.protobuf.Struct + 184, // 153: clarifai.api.Model.languages_full:type_name -> clarifai.api.FullTag + 227, // 154: clarifai.api.Model.workflow_recommended:type_name -> google.protobuf.BoolValue + 219, // 155: clarifai.api.Model.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin 70, // 156: clarifai.api.Model.image:type_name -> clarifai.api.Image - 223, // 157: clarifai.api.ModelReference.metadata:type_name -> google.protobuf.Struct + 224, // 157: clarifai.api.ModelReference.metadata:type_name -> google.protobuf.Struct 54, // 158: clarifai.api.ModelVersionInputExample.data:type_name -> clarifai.api.Data 54, // 159: clarifai.api.OutputInfo.data:type_name -> clarifai.api.Data 98, // 160: clarifai.api.OutputInfo.output_config:type_name -> clarifai.api.OutputConfig - 223, // 161: clarifai.api.OutputInfo.fields_map:type_name -> google.protobuf.Struct - 223, // 162: clarifai.api.OutputInfo.params:type_name -> google.protobuf.Struct + 224, // 161: clarifai.api.OutputInfo.fields_map:type_name -> google.protobuf.Struct + 224, // 162: clarifai.api.OutputInfo.params:type_name -> google.protobuf.Struct 103, // 163: clarifai.api.OutputInfo.params_specs:type_name -> clarifai.api.ModelTypeField - 223, // 164: clarifai.api.InputInfo.fields_map:type_name -> google.protobuf.Struct - 223, // 165: clarifai.api.InputInfo.params:type_name -> google.protobuf.Struct + 224, // 164: clarifai.api.InputInfo.fields_map:type_name -> google.protobuf.Struct + 224, // 165: clarifai.api.InputInfo.params:type_name -> google.protobuf.Struct 90, // 166: clarifai.api.InputInfo.base_embed_model:type_name -> clarifai.api.Model - 223, // 167: clarifai.api.TrainInfo.params:type_name -> google.protobuf.Struct + 224, // 167: clarifai.api.TrainInfo.params:type_name -> google.protobuf.Struct 76, // 168: clarifai.api.TrainInfo.dataset:type_name -> clarifai.api.Dataset 90, // 169: clarifai.api.TrainInfo.resume_from_model:type_name -> clarifai.api.Model - 223, // 170: clarifai.api.EvalInfo.params:type_name -> google.protobuf.Struct - 223, // 171: clarifai.api.ImportInfo.params:type_name -> google.protobuf.Struct + 224, // 170: clarifai.api.EvalInfo.params:type_name -> google.protobuf.Struct + 224, // 171: clarifai.api.ImportInfo.params:type_name -> google.protobuf.Struct 42, // 172: clarifai.api.OutputConfig.select_concepts:type_name -> clarifai.api.Concept - 223, // 173: clarifai.api.OutputConfig.hyper_params:type_name -> google.protobuf.Struct - 223, // 174: clarifai.api.OutputConfig.model_metadata:type_name -> google.protobuf.Struct + 224, // 173: clarifai.api.OutputConfig.hyper_params:type_name -> google.protobuf.Struct + 224, // 174: clarifai.api.OutputConfig.model_metadata:type_name -> google.protobuf.Struct 103, // 175: clarifai.api.ModelType.model_type_fields:type_name -> clarifai.api.ModelTypeField 100, // 176: clarifai.api.ModelType.expected_input_layers:type_name -> clarifai.api.ModelLayerInfo 100, // 177: clarifai.api.ModelType.expected_output_layers:type_name -> clarifai.api.ModelLayerInfo @@ -22793,25 +22865,25 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 102, // 179: clarifai.api.ModelLayerInfo.shapes:type_name -> clarifai.api.LayerShape 5, // 180: clarifai.api.LayerShape.data_type:type_name -> clarifai.api.DataType 17, // 181: clarifai.api.ModelTypeField.field_type:type_name -> clarifai.api.ModelTypeField.ModelTypeFieldType - 229, // 182: clarifai.api.ModelTypeField.default_value:type_name -> google.protobuf.Value + 230, // 182: clarifai.api.ModelTypeField.default_value:type_name -> google.protobuf.Value 105, // 183: clarifai.api.ModelTypeField.model_type_enum_options:type_name -> clarifai.api.ModelTypeEnumOption 104, // 184: clarifai.api.ModelTypeField.model_type_range_info:type_name -> clarifai.api.ModelTypeRangeInfo 106, // 185: clarifai.api.ModelTypeEnumOption.aliases:type_name -> clarifai.api.ModelTypeEnumOptionAlias 103, // 186: clarifai.api.ModelTypeEnumOption.model_type_fields:type_name -> clarifai.api.ModelTypeField - 225, // 187: clarifai.api.ModelVersion.created_at:type_name -> google.protobuf.Timestamp - 224, // 188: clarifai.api.ModelVersion.status:type_name -> clarifai.api.status.Status + 226, // 187: clarifai.api.ModelVersion.created_at:type_name -> google.protobuf.Timestamp + 225, // 188: clarifai.api.ModelVersion.status:type_name -> clarifai.api.status.Status 125, // 189: clarifai.api.ModelVersion.metrics:type_name -> clarifai.api.EvalMetrics 109, // 190: clarifai.api.ModelVersion.pretrained_model_config:type_name -> clarifai.api.PretrainedModelConfig - 225, // 191: clarifai.api.ModelVersion.completed_at:type_name -> google.protobuf.Timestamp - 181, // 192: clarifai.api.ModelVersion.visibility:type_name -> clarifai.api.Visibility - 225, // 193: clarifai.api.ModelVersion.modified_at:type_name -> google.protobuf.Timestamp - 223, // 194: clarifai.api.ModelVersion.metadata:type_name -> google.protobuf.Struct + 226, // 191: clarifai.api.ModelVersion.completed_at:type_name -> google.protobuf.Timestamp + 182, // 192: clarifai.api.ModelVersion.visibility:type_name -> clarifai.api.Visibility + 226, // 193: clarifai.api.ModelVersion.modified_at:type_name -> google.protobuf.Timestamp + 224, // 194: clarifai.api.ModelVersion.metadata:type_name -> google.protobuf.Struct 93, // 195: clarifai.api.ModelVersion.output_info:type_name -> clarifai.api.OutputInfo 94, // 196: clarifai.api.ModelVersion.input_info:type_name -> clarifai.api.InputInfo 95, // 197: clarifai.api.ModelVersion.train_info:type_name -> clarifai.api.TrainInfo 97, // 198: clarifai.api.ModelVersion.import_info:type_name -> clarifai.api.ImportInfo - 223, // 199: clarifai.api.PretrainedModelConfig.input_fields_map:type_name -> google.protobuf.Struct - 223, // 200: clarifai.api.PretrainedModelConfig.output_fields_map:type_name -> google.protobuf.Struct + 224, // 199: clarifai.api.PretrainedModelConfig.input_fields_map:type_name -> google.protobuf.Struct + 224, // 200: clarifai.api.PretrainedModelConfig.output_fields_map:type_name -> google.protobuf.Struct 111, // 201: clarifai.api.TrainStats.loss_curve:type_name -> clarifai.api.LossCurveEntry 42, // 202: clarifai.api.LabelCount.concept:type_name -> clarifai.api.Concept 112, // 203: clarifai.api.LabelDistribution.positive_label_counts:type_name -> clarifai.api.LabelCount @@ -22827,7 +22899,7 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 42, // 213: clarifai.api.EvalTestSetEntry.ground_truth_concepts:type_name -> clarifai.api.Concept 27, // 214: clarifai.api.EvalTestSetEntry.annotation:type_name -> clarifai.api.Annotation 123, // 215: clarifai.api.MetricsSummary.lopq_metrics:type_name -> clarifai.api.LOPQEvalResult - 224, // 216: clarifai.api.EvalMetrics.status:type_name -> clarifai.api.status.Status + 225, // 216: clarifai.api.EvalMetrics.status:type_name -> clarifai.api.status.Status 90, // 217: clarifai.api.EvalMetrics.model:type_name -> clarifai.api.Model 76, // 218: clarifai.api.EvalMetrics.ground_truth_dataset:type_name -> clarifai.api.Dataset 76, // 219: clarifai.api.EvalMetrics.predictions_dataset:type_name -> clarifai.api.Dataset @@ -22842,9 +22914,9 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 121, // 228: clarifai.api.EvalMetrics.tracker_metrics:type_name -> clarifai.api.TrackerMetrics 96, // 229: clarifai.api.EvalMetrics.eval_info:type_name -> clarifai.api.EvalInfo 126, // 230: clarifai.api.EvalMetrics.extended_metrics:type_name -> clarifai.api.ExtendedMetrics - 223, // 231: clarifai.api.ExtendedMetrics.user_metrics:type_name -> google.protobuf.Struct - 224, // 232: clarifai.api.Output.status:type_name -> clarifai.api.status.Status - 225, // 233: clarifai.api.Output.created_at:type_name -> google.protobuf.Timestamp + 224, // 231: clarifai.api.ExtendedMetrics.user_metrics:type_name -> google.protobuf.Struct + 225, // 232: clarifai.api.Output.status:type_name -> clarifai.api.status.Status + 226, // 233: clarifai.api.Output.created_at:type_name -> google.protobuf.Timestamp 90, // 234: clarifai.api.Output.model:type_name -> clarifai.api.Model 73, // 235: clarifai.api.Output.input:type_name -> clarifai.api.Input 54, // 236: clarifai.api.Output.data:type_name -> clarifai.api.Data @@ -22857,196 +22929,197 @@ var file_proto_clarifai_api_resources_proto_depIdxs = []int32{ 136, // 243: clarifai.api.Query.filters:type_name -> clarifai.api.Filter 138, // 244: clarifai.api.Query.ranks:type_name -> clarifai.api.Rank 134, // 245: clarifai.api.Search.query:type_name -> clarifai.api.Query - 225, // 246: clarifai.api.Search.as_of:type_name -> google.protobuf.Timestamp - 225, // 247: clarifai.api.Search.created_at:type_name -> google.protobuf.Timestamp - 225, // 248: clarifai.api.Search.modified_at:type_name -> google.protobuf.Timestamp - 181, // 249: clarifai.api.Search.visibility:type_name -> clarifai.api.Visibility + 226, // 246: clarifai.api.Search.as_of:type_name -> google.protobuf.Timestamp + 226, // 247: clarifai.api.Search.created_at:type_name -> google.protobuf.Timestamp + 226, // 248: clarifai.api.Search.modified_at:type_name -> google.protobuf.Timestamp + 182, // 249: clarifai.api.Search.visibility:type_name -> clarifai.api.Visibility 18, // 250: clarifai.api.Search.metric:type_name -> clarifai.api.Search.Metric 27, // 251: clarifai.api.Filter.annotation:type_name -> clarifai.api.Annotation 73, // 252: clarifai.api.Filter.input:type_name -> clarifai.api.Input 137, // 253: clarifai.api.Filter.last_updated_time_range:type_name -> clarifai.api.TimeRange - 225, // 254: clarifai.api.TimeRange.start_time:type_name -> google.protobuf.Timestamp - 225, // 255: clarifai.api.TimeRange.end_time:type_name -> google.protobuf.Timestamp + 226, // 254: clarifai.api.TimeRange.start_time:type_name -> google.protobuf.Timestamp + 226, // 255: clarifai.api.TimeRange.end_time:type_name -> google.protobuf.Timestamp 27, // 256: clarifai.api.Rank.annotation:type_name -> clarifai.api.Annotation 135, // 257: clarifai.api.AnnotationSearchMetrics.ground_truth:type_name -> clarifai.api.Search 135, // 258: clarifai.api.AnnotationSearchMetrics.search_to_eval:type_name -> clarifai.api.Search 125, // 259: clarifai.api.AnnotationSearchMetrics.metrics:type_name -> clarifai.api.EvalMetrics 54, // 260: clarifai.api.AnnotationSearchMetrics.data:type_name -> clarifai.api.Data - 181, // 261: clarifai.api.AnnotationSearchMetrics.visibility:type_name -> clarifai.api.Visibility + 182, // 261: clarifai.api.AnnotationSearchMetrics.visibility:type_name -> clarifai.api.Visibility 72, // 262: clarifai.api.Text.hosted:type_name -> clarifai.api.HostedURL 141, // 263: clarifai.api.Text.text_info:type_name -> clarifai.api.TextInfo - 225, // 264: clarifai.api.User.created_at:type_name -> google.protobuf.Timestamp - 225, // 265: clarifai.api.User.date_gdpr_consent:type_name -> google.protobuf.Timestamp - 225, // 266: clarifai.api.User.date_tos_consent:type_name -> google.protobuf.Timestamp - 225, // 267: clarifai.api.User.date_marketing_consent:type_name -> google.protobuf.Timestamp - 225, // 268: clarifai.api.User.date_pii_consent:type_name -> google.protobuf.Timestamp - 223, // 269: clarifai.api.User.metadata:type_name -> google.protobuf.Struct + 226, // 264: clarifai.api.User.created_at:type_name -> google.protobuf.Timestamp + 226, // 265: clarifai.api.User.date_gdpr_consent:type_name -> google.protobuf.Timestamp + 226, // 266: clarifai.api.User.date_tos_consent:type_name -> google.protobuf.Timestamp + 226, // 267: clarifai.api.User.date_marketing_consent:type_name -> google.protobuf.Timestamp + 226, // 268: clarifai.api.User.date_pii_consent:type_name -> google.protobuf.Timestamp + 224, // 269: clarifai.api.User.metadata:type_name -> google.protobuf.Struct 144, // 270: clarifai.api.User.email_addresses:type_name -> clarifai.api.EmailAddress - 181, // 271: clarifai.api.User.visibility:type_name -> clarifai.api.Visibility + 182, // 271: clarifai.api.User.visibility:type_name -> clarifai.api.Visibility 143, // 272: clarifai.api.User.user_detail:type_name -> clarifai.api.UserDetail - 225, // 273: clarifai.api.UserDetail.date_gdpr_consent:type_name -> google.protobuf.Timestamp - 225, // 274: clarifai.api.UserDetail.date_tos_consent:type_name -> google.protobuf.Timestamp - 225, // 275: clarifai.api.UserDetail.date_marketing_consent:type_name -> google.protobuf.Timestamp - 225, // 276: clarifai.api.UserDetail.date_pii_consent:type_name -> google.protobuf.Timestamp - 223, // 277: clarifai.api.UserDetail.metadata:type_name -> google.protobuf.Struct + 226, // 273: clarifai.api.UserDetail.date_gdpr_consent:type_name -> google.protobuf.Timestamp + 226, // 274: clarifai.api.UserDetail.date_tos_consent:type_name -> google.protobuf.Timestamp + 226, // 275: clarifai.api.UserDetail.date_marketing_consent:type_name -> google.protobuf.Timestamp + 226, // 276: clarifai.api.UserDetail.date_pii_consent:type_name -> google.protobuf.Timestamp + 224, // 277: clarifai.api.UserDetail.metadata:type_name -> google.protobuf.Struct 144, // 278: clarifai.api.UserDetail.email_addresses:type_name -> clarifai.api.EmailAddress 72, // 279: clarifai.api.Video.hosted:type_name -> clarifai.api.HostedURL 72, // 280: clarifai.api.Video.hosted_thumbnail:type_name -> clarifai.api.HostedURL 148, // 281: clarifai.api.Video.video_info:type_name -> clarifai.api.VideoInfo - 225, // 282: clarifai.api.Workflow.created_at:type_name -> google.protobuf.Timestamp + 226, // 282: clarifai.api.Workflow.created_at:type_name -> google.protobuf.Timestamp 151, // 283: clarifai.api.Workflow.nodes:type_name -> clarifai.api.WorkflowNode - 223, // 284: clarifai.api.Workflow.metadata:type_name -> google.protobuf.Struct - 181, // 285: clarifai.api.Workflow.visibility:type_name -> clarifai.api.Visibility - 225, // 286: clarifai.api.Workflow.modified_at:type_name -> google.protobuf.Timestamp + 224, // 284: clarifai.api.Workflow.metadata:type_name -> google.protobuf.Struct + 182, // 285: clarifai.api.Workflow.visibility:type_name -> clarifai.api.Visibility + 226, // 286: clarifai.api.Workflow.modified_at:type_name -> google.protobuf.Timestamp 150, // 287: clarifai.api.Workflow.version:type_name -> clarifai.api.WorkflowVersion - 218, // 288: clarifai.api.Workflow.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin + 219, // 288: clarifai.api.Workflow.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin 70, // 289: clarifai.api.Workflow.image:type_name -> clarifai.api.Image - 225, // 290: clarifai.api.WorkflowVersion.created_at:type_name -> google.protobuf.Timestamp - 225, // 291: clarifai.api.WorkflowVersion.modified_at:type_name -> google.protobuf.Timestamp - 181, // 292: clarifai.api.WorkflowVersion.visibility:type_name -> clarifai.api.Visibility + 226, // 290: clarifai.api.WorkflowVersion.created_at:type_name -> google.protobuf.Timestamp + 226, // 291: clarifai.api.WorkflowVersion.modified_at:type_name -> google.protobuf.Timestamp + 182, // 292: clarifai.api.WorkflowVersion.visibility:type_name -> clarifai.api.Visibility 151, // 293: clarifai.api.WorkflowVersion.nodes:type_name -> clarifai.api.WorkflowNode - 223, // 294: clarifai.api.WorkflowVersion.metadata:type_name -> google.protobuf.Struct + 224, // 294: clarifai.api.WorkflowVersion.metadata:type_name -> google.protobuf.Struct 90, // 295: clarifai.api.WorkflowNode.model:type_name -> clarifai.api.Model 152, // 296: clarifai.api.WorkflowNode.node_inputs:type_name -> clarifai.api.NodeInput 93, // 297: clarifai.api.WorkflowNode.output_info_override:type_name -> clarifai.api.OutputInfo - 224, // 298: clarifai.api.WorkflowResult.status:type_name -> clarifai.api.status.Status - 225, // 299: clarifai.api.WorkflowResult.created_at:type_name -> google.protobuf.Timestamp + 225, // 298: clarifai.api.WorkflowResult.status:type_name -> clarifai.api.status.Status + 226, // 299: clarifai.api.WorkflowResult.created_at:type_name -> google.protobuf.Timestamp 90, // 300: clarifai.api.WorkflowResult.model:type_name -> clarifai.api.Model 73, // 301: clarifai.api.WorkflowResult.input:type_name -> clarifai.api.Input 128, // 302: clarifai.api.WorkflowResult.outputs:type_name -> clarifai.api.Output 29, // 303: clarifai.api.AppDuplication.destination_app:type_name -> clarifai.api.App - 224, // 304: clarifai.api.AppDuplication.status:type_name -> clarifai.api.status.Status - 225, // 305: clarifai.api.AppDuplication.created_at:type_name -> google.protobuf.Timestamp - 225, // 306: clarifai.api.AppDuplication.last_modified_at:type_name -> google.protobuf.Timestamp + 225, // 304: clarifai.api.AppDuplication.status:type_name -> clarifai.api.status.Status + 226, // 305: clarifai.api.AppDuplication.created_at:type_name -> google.protobuf.Timestamp + 226, // 306: clarifai.api.AppDuplication.last_modified_at:type_name -> google.protobuf.Timestamp 157, // 307: clarifai.api.AppDuplication.filter:type_name -> clarifai.api.AppDuplicationFilters 156, // 308: clarifai.api.AppDuplication.progress:type_name -> clarifai.api.AppCopyProgress - 224, // 309: clarifai.api.LabelOrder.status:type_name -> clarifai.api.status.Status - 225, // 310: clarifai.api.LabelOrder.desired_fulfill_time:type_name -> google.protobuf.Timestamp - 225, // 311: clarifai.api.LabelOrder.estimate_fulfill_time:type_name -> google.protobuf.Timestamp + 225, // 309: clarifai.api.LabelOrder.status:type_name -> clarifai.api.status.Status + 226, // 310: clarifai.api.LabelOrder.desired_fulfill_time:type_name -> google.protobuf.Timestamp + 226, // 311: clarifai.api.LabelOrder.estimate_fulfill_time:type_name -> google.protobuf.Timestamp 159, // 312: clarifai.api.LabelOrder.task:type_name -> clarifai.api.Task - 225, // 313: clarifai.api.LabelOrder.created_at:type_name -> google.protobuf.Timestamp - 225, // 314: clarifai.api.LabelOrder.modified_at:type_name -> google.protobuf.Timestamp - 225, // 315: clarifai.api.Task.created_at:type_name -> google.protobuf.Timestamp - 225, // 316: clarifai.api.Task.modified_at:type_name -> google.protobuf.Timestamp + 226, // 313: clarifai.api.LabelOrder.created_at:type_name -> google.protobuf.Timestamp + 226, // 314: clarifai.api.LabelOrder.modified_at:type_name -> google.protobuf.Timestamp + 226, // 315: clarifai.api.Task.created_at:type_name -> google.protobuf.Timestamp + 226, // 316: clarifai.api.Task.modified_at:type_name -> google.protobuf.Timestamp 19, // 317: clarifai.api.Task.type:type_name -> clarifai.api.Task.TaskType 161, // 318: clarifai.api.Task.worker:type_name -> clarifai.api.TaskWorker 163, // 319: clarifai.api.Task.input_source:type_name -> clarifai.api.TaskInputSource 167, // 320: clarifai.api.Task.ai_assistant:type_name -> clarifai.api.TaskAIAssistant 164, // 321: clarifai.api.Task.review:type_name -> clarifai.api.TaskReview - 224, // 322: clarifai.api.Task.status:type_name -> clarifai.api.status.Status + 225, // 322: clarifai.api.Task.status:type_name -> clarifai.api.status.Status 160, // 323: clarifai.api.Task.ai_assist_params:type_name -> clarifai.api.AiAssistParameters - 181, // 324: clarifai.api.Task.visibility:type_name -> clarifai.api.Visibility + 182, // 324: clarifai.api.Task.visibility:type_name -> clarifai.api.Visibility 171, // 325: clarifai.api.Task.concepts:type_name -> clarifai.api.TaskConcept - 20, // 326: clarifai.api.TaskWorker.strategy:type_name -> clarifai.api.TaskWorker.TaskWorkerStrategy - 142, // 327: clarifai.api.TaskWorker.users:type_name -> clarifai.api.User - 90, // 328: clarifai.api.TaskWorker.models:type_name -> clarifai.api.Model - 149, // 329: clarifai.api.TaskWorker.workflows:type_name -> clarifai.api.Workflow - 162, // 330: clarifai.api.TaskWorker.partitioned_strategy_info:type_name -> clarifai.api.TaskWorkerPartitionedStrategyInfo - 21, // 331: clarifai.api.TaskWorkerPartitionedStrategyInfo.type:type_name -> clarifai.api.TaskWorkerPartitionedStrategyInfo.TaskWorkerPartitionedStrategy - 223, // 332: clarifai.api.TaskWorkerPartitionedStrategyInfo.weights:type_name -> google.protobuf.Struct - 22, // 333: clarifai.api.TaskInputSource.type:type_name -> clarifai.api.TaskInputSource.TaskInputSourceType - 23, // 334: clarifai.api.TaskReview.strategy:type_name -> clarifai.api.TaskReview.TaskReviewStrategy - 142, // 335: clarifai.api.TaskReview.users:type_name -> clarifai.api.User - 165, // 336: clarifai.api.TaskReview.manual_strategy_info:type_name -> clarifai.api.TaskReviewManualStrategyInfo - 166, // 337: clarifai.api.TaskReview.consensus_strategy_info:type_name -> clarifai.api.TaskReviewConsensusStrategyInfo - 169, // 338: clarifai.api.TaskConceptAutoAnnotationConfig.threshold_range:type_name -> clarifai.api.ThresholdRange - 230, // 339: clarifai.api.TaskConceptAutoAnnotationConfig.status_code:type_name -> clarifai.api.status.StatusCode - 42, // 340: clarifai.api.TaskConcept.concept:type_name -> clarifai.api.Concept - 170, // 341: clarifai.api.TaskConcept.auto_annotation_config:type_name -> clarifai.api.TaskConceptAutoAnnotationConfig - 225, // 342: clarifai.api.Collector.created_at:type_name -> google.protobuf.Timestamp - 173, // 343: clarifai.api.Collector.collector_source:type_name -> clarifai.api.CollectorSource - 224, // 344: clarifai.api.Collector.status:type_name -> clarifai.api.status.Status - 174, // 345: clarifai.api.CollectorSource.api_post_model_outputs_collector_source:type_name -> clarifai.api.APIPostModelOutputsCollectorSource - 225, // 346: clarifai.api.StatValue.time:type_name -> google.protobuf.Timestamp - 177, // 347: clarifai.api.StatValueAggregateResult.stat_value_aggregates:type_name -> clarifai.api.StatValueAggregate - 178, // 348: clarifai.api.StatValueAggregateResult.stat_value_aggregate_query:type_name -> clarifai.api.StatValueAggregateQuery - 225, // 349: clarifai.api.StatValueAggregate.time:type_name -> google.protobuf.Timestamp - 12, // 350: clarifai.api.StatValueAggregateQuery.stat_value_agg_type:type_name -> clarifai.api.StatValueAggType - 13, // 351: clarifai.api.StatValueAggregateQuery.stat_time_agg_type:type_name -> clarifai.api.StatTimeAggType - 225, // 352: clarifai.api.StatValueAggregateQuery.start_time:type_name -> google.protobuf.Timestamp - 225, // 353: clarifai.api.StatValueAggregateQuery.end_time:type_name -> google.protobuf.Timestamp - 24, // 354: clarifai.api.Visibility.gettable:type_name -> clarifai.api.Visibility.Gettable - 54, // 355: clarifai.api.TimeSegment.data:type_name -> clarifai.api.Data - 185, // 356: clarifai.api.TimeSegment.time_info:type_name -> clarifai.api.TimeInfo - 225, // 357: clarifai.api.Module.created_at:type_name -> google.protobuf.Timestamp - 225, // 358: clarifai.api.Module.modified_at:type_name -> google.protobuf.Timestamp - 181, // 359: clarifai.api.Module.visibility:type_name -> clarifai.api.Visibility - 223, // 360: clarifai.api.Module.metadata:type_name -> google.protobuf.Struct - 189, // 361: clarifai.api.Module.module_version:type_name -> clarifai.api.ModuleVersion - 218, // 362: clarifai.api.Module.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin - 70, // 363: clarifai.api.Module.image:type_name -> clarifai.api.Image - 225, // 364: clarifai.api.ModuleVersion.created_at:type_name -> google.protobuf.Timestamp - 225, // 365: clarifai.api.ModuleVersion.modified_at:type_name -> google.protobuf.Timestamp - 222, // 366: clarifai.api.ModuleVersion.module_nav:type_name -> clarifai.api.ModuleVersion.ModuleNav - 181, // 367: clarifai.api.ModuleVersion.visibility:type_name -> clarifai.api.Visibility - 223, // 368: clarifai.api.ModuleVersion.metadata:type_name -> google.protobuf.Struct - 189, // 369: clarifai.api.InstalledModuleVersion.module_version:type_name -> clarifai.api.ModuleVersion - 225, // 370: clarifai.api.InstalledModuleVersion.created_at:type_name -> google.protobuf.Timestamp - 225, // 371: clarifai.api.InstalledModuleVersion.modified_at:type_name -> google.protobuf.Timestamp - 181, // 372: clarifai.api.InstalledModuleVersion.visibility:type_name -> clarifai.api.Visibility - 192, // 373: clarifai.api.BulkOperation.input_ids:type_name -> clarifai.api.InputIDs - 135, // 374: clarifai.api.BulkOperation.search:type_name -> clarifai.api.Search - 76, // 375: clarifai.api.BulkOperation.dataset:type_name -> clarifai.api.Dataset - 194, // 376: clarifai.api.BulkOperation.operation:type_name -> clarifai.api.Operation - 224, // 377: clarifai.api.BulkOperation.status:type_name -> clarifai.api.status.Status - 193, // 378: clarifai.api.BulkOperation.progress:type_name -> clarifai.api.Progress - 225, // 379: clarifai.api.BulkOperation.created_at:type_name -> google.protobuf.Timestamp - 225, // 380: clarifai.api.BulkOperation.last_modified_at:type_name -> google.protobuf.Timestamp - 195, // 381: clarifai.api.Operation.add_concepts:type_name -> clarifai.api.AddConcepts - 196, // 382: clarifai.api.Operation.delete_concepts:type_name -> clarifai.api.DeleteConcepts - 197, // 383: clarifai.api.Operation.add_metadata:type_name -> clarifai.api.AddMetadata - 198, // 384: clarifai.api.Operation.delete_metadata:type_name -> clarifai.api.DeleteMetadata - 199, // 385: clarifai.api.Operation.overwrite_geo:type_name -> clarifai.api.OverwriteGeo - 200, // 386: clarifai.api.Operation.delete_geo:type_name -> clarifai.api.DeleteGeo - 202, // 387: clarifai.api.Operation.delete_from_dataset:type_name -> clarifai.api.DeleteFromDataset - 201, // 388: clarifai.api.Operation.add_to_dataset:type_name -> clarifai.api.AddToDataset - 203, // 389: clarifai.api.Operation.split_into_datasets:type_name -> clarifai.api.SplitIntoDatasets - 42, // 390: clarifai.api.AddConcepts.concepts:type_name -> clarifai.api.Concept - 42, // 391: clarifai.api.DeleteConcepts.concepts:type_name -> clarifai.api.Concept - 223, // 392: clarifai.api.AddMetadata.metadata:type_name -> google.protobuf.Struct - 223, // 393: clarifai.api.DeleteMetadata.metadata:type_name -> google.protobuf.Struct - 69, // 394: clarifai.api.OverwriteGeo.geo:type_name -> clarifai.api.Geo - 204, // 395: clarifai.api.SplitIntoDatasets.dataset_splits:type_name -> clarifai.api.DatasetSplit - 25, // 396: clarifai.api.SplitIntoDatasets.method:type_name -> clarifai.api.SplitIntoDatasets.DatasetSplitMethod - 76, // 397: clarifai.api.DatasetSplit.dataset:type_name -> clarifai.api.Dataset - 206, // 398: clarifai.api.InputsAddJob.progress:type_name -> clarifai.api.InputsAddJobProgress - 225, // 399: clarifai.api.InputsAddJob.created_at:type_name -> google.protobuf.Timestamp - 225, // 400: clarifai.api.InputsAddJob.modified_at:type_name -> google.protobuf.Timestamp - 210, // 401: clarifai.api.InputsAddJob.extraction_jobs:type_name -> clarifai.api.InputsExtractionJob - 207, // 402: clarifai.api.InputsAddJob.uploads:type_name -> clarifai.api.Upload - 224, // 403: clarifai.api.InputsAddJob.status:type_name -> clarifai.api.status.Status - 225, // 404: clarifai.api.Upload.created_at:type_name -> google.protobuf.Timestamp - 225, // 405: clarifai.api.Upload.modified_at:type_name -> google.protobuf.Timestamp - 225, // 406: clarifai.api.Upload.expires_at:type_name -> google.protobuf.Timestamp - 224, // 407: clarifai.api.Upload.status:type_name -> clarifai.api.status.Status - 73, // 408: clarifai.api.CustomCodeOperatorRequest.inputs:type_name -> clarifai.api.Input - 223, // 409: clarifai.api.CustomCodeOperatorRequest.metadata:type_name -> google.protobuf.Struct - 224, // 410: clarifai.api.InputsExtractionJob.status:type_name -> clarifai.api.status.Status - 211, // 411: clarifai.api.InputsExtractionJob.progress:type_name -> clarifai.api.InputsExtractionJobProgress - 225, // 412: clarifai.api.InputsExtractionJob.created_at:type_name -> google.protobuf.Timestamp - 225, // 413: clarifai.api.InputsExtractionJob.modified_at:type_name -> google.protobuf.Timestamp - 15, // 414: clarifai.api.InputsExtractionJob.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution - 73, // 415: clarifai.api.InputsExtractionJob.input_template:type_name -> clarifai.api.Input - 213, // 416: clarifai.api.InputsDataSource.url:type_name -> clarifai.api.DataSourceURL - 15, // 417: clarifai.api.InputsDataSource.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution - 73, // 418: clarifai.api.InputsDataSource.input_template:type_name -> clarifai.api.Input - 214, // 419: clarifai.api.DataSourceURL.credentials:type_name -> clarifai.api.DataSourceCredentials - 215, // 420: clarifai.api.DataSourceCredentials.s3_creds:type_name -> clarifai.api.AWSCreds - 216, // 421: clarifai.api.DataSourceCredentials.azure_blob_creds:type_name -> clarifai.api.AzureBlobCreds - 207, // 422: clarifai.api.InputsUpload.upload:type_name -> clarifai.api.Upload - 15, // 423: clarifai.api.InputsUpload.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution - 73, // 424: clarifai.api.InputsUpload.input_template:type_name -> clarifai.api.Input - 26, // 425: clarifai.api.BookmarkOrigin.resource_type:type_name -> clarifai.api.BookmarkOrigin.BookmarkType - 225, // 426: clarifai.api.Runner.created_at:type_name -> google.protobuf.Timestamp - 225, // 427: clarifai.api.Runner.modified_at:type_name -> google.protobuf.Timestamp - 223, // 428: clarifai.api.Runner.metadata:type_name -> google.protobuf.Struct - 82, // 429: clarifai.api.DatasetVersion.MetricsEntry.value:type_name -> clarifai.api.DatasetVersionMetrics - 221, // 430: clarifai.api.ModuleVersion.ModuleNav.module_sub_navs:type_name -> clarifai.api.ModuleVersion.ModuleSubNav - 431, // [431:431] is the sub-list for method output_type - 431, // [431:431] is the sub-list for method input_type - 431, // [431:431] is the sub-list for extension type_name - 431, // [431:431] is the sub-list for extension extendee - 0, // [0:431] is the sub-list for field type_name + 172, // 326: clarifai.api.Task.metrics:type_name -> clarifai.api.TaskMetrics + 20, // 327: clarifai.api.TaskWorker.strategy:type_name -> clarifai.api.TaskWorker.TaskWorkerStrategy + 142, // 328: clarifai.api.TaskWorker.users:type_name -> clarifai.api.User + 90, // 329: clarifai.api.TaskWorker.models:type_name -> clarifai.api.Model + 149, // 330: clarifai.api.TaskWorker.workflows:type_name -> clarifai.api.Workflow + 162, // 331: clarifai.api.TaskWorker.partitioned_strategy_info:type_name -> clarifai.api.TaskWorkerPartitionedStrategyInfo + 21, // 332: clarifai.api.TaskWorkerPartitionedStrategyInfo.type:type_name -> clarifai.api.TaskWorkerPartitionedStrategyInfo.TaskWorkerPartitionedStrategy + 224, // 333: clarifai.api.TaskWorkerPartitionedStrategyInfo.weights:type_name -> google.protobuf.Struct + 22, // 334: clarifai.api.TaskInputSource.type:type_name -> clarifai.api.TaskInputSource.TaskInputSourceType + 23, // 335: clarifai.api.TaskReview.strategy:type_name -> clarifai.api.TaskReview.TaskReviewStrategy + 142, // 336: clarifai.api.TaskReview.users:type_name -> clarifai.api.User + 165, // 337: clarifai.api.TaskReview.manual_strategy_info:type_name -> clarifai.api.TaskReviewManualStrategyInfo + 166, // 338: clarifai.api.TaskReview.consensus_strategy_info:type_name -> clarifai.api.TaskReviewConsensusStrategyInfo + 169, // 339: clarifai.api.TaskConceptAutoAnnotationConfig.threshold_range:type_name -> clarifai.api.ThresholdRange + 231, // 340: clarifai.api.TaskConceptAutoAnnotationConfig.status_code:type_name -> clarifai.api.status.StatusCode + 42, // 341: clarifai.api.TaskConcept.concept:type_name -> clarifai.api.Concept + 170, // 342: clarifai.api.TaskConcept.auto_annotation_config:type_name -> clarifai.api.TaskConceptAutoAnnotationConfig + 226, // 343: clarifai.api.Collector.created_at:type_name -> google.protobuf.Timestamp + 174, // 344: clarifai.api.Collector.collector_source:type_name -> clarifai.api.CollectorSource + 225, // 345: clarifai.api.Collector.status:type_name -> clarifai.api.status.Status + 175, // 346: clarifai.api.CollectorSource.api_post_model_outputs_collector_source:type_name -> clarifai.api.APIPostModelOutputsCollectorSource + 226, // 347: clarifai.api.StatValue.time:type_name -> google.protobuf.Timestamp + 178, // 348: clarifai.api.StatValueAggregateResult.stat_value_aggregates:type_name -> clarifai.api.StatValueAggregate + 179, // 349: clarifai.api.StatValueAggregateResult.stat_value_aggregate_query:type_name -> clarifai.api.StatValueAggregateQuery + 226, // 350: clarifai.api.StatValueAggregate.time:type_name -> google.protobuf.Timestamp + 12, // 351: clarifai.api.StatValueAggregateQuery.stat_value_agg_type:type_name -> clarifai.api.StatValueAggType + 13, // 352: clarifai.api.StatValueAggregateQuery.stat_time_agg_type:type_name -> clarifai.api.StatTimeAggType + 226, // 353: clarifai.api.StatValueAggregateQuery.start_time:type_name -> google.protobuf.Timestamp + 226, // 354: clarifai.api.StatValueAggregateQuery.end_time:type_name -> google.protobuf.Timestamp + 24, // 355: clarifai.api.Visibility.gettable:type_name -> clarifai.api.Visibility.Gettable + 54, // 356: clarifai.api.TimeSegment.data:type_name -> clarifai.api.Data + 186, // 357: clarifai.api.TimeSegment.time_info:type_name -> clarifai.api.TimeInfo + 226, // 358: clarifai.api.Module.created_at:type_name -> google.protobuf.Timestamp + 226, // 359: clarifai.api.Module.modified_at:type_name -> google.protobuf.Timestamp + 182, // 360: clarifai.api.Module.visibility:type_name -> clarifai.api.Visibility + 224, // 361: clarifai.api.Module.metadata:type_name -> google.protobuf.Struct + 190, // 362: clarifai.api.Module.module_version:type_name -> clarifai.api.ModuleVersion + 219, // 363: clarifai.api.Module.bookmark_origin:type_name -> clarifai.api.BookmarkOrigin + 70, // 364: clarifai.api.Module.image:type_name -> clarifai.api.Image + 226, // 365: clarifai.api.ModuleVersion.created_at:type_name -> google.protobuf.Timestamp + 226, // 366: clarifai.api.ModuleVersion.modified_at:type_name -> google.protobuf.Timestamp + 223, // 367: clarifai.api.ModuleVersion.module_nav:type_name -> clarifai.api.ModuleVersion.ModuleNav + 182, // 368: clarifai.api.ModuleVersion.visibility:type_name -> clarifai.api.Visibility + 224, // 369: clarifai.api.ModuleVersion.metadata:type_name -> google.protobuf.Struct + 190, // 370: clarifai.api.InstalledModuleVersion.module_version:type_name -> clarifai.api.ModuleVersion + 226, // 371: clarifai.api.InstalledModuleVersion.created_at:type_name -> google.protobuf.Timestamp + 226, // 372: clarifai.api.InstalledModuleVersion.modified_at:type_name -> google.protobuf.Timestamp + 182, // 373: clarifai.api.InstalledModuleVersion.visibility:type_name -> clarifai.api.Visibility + 193, // 374: clarifai.api.BulkOperation.input_ids:type_name -> clarifai.api.InputIDs + 135, // 375: clarifai.api.BulkOperation.search:type_name -> clarifai.api.Search + 76, // 376: clarifai.api.BulkOperation.dataset:type_name -> clarifai.api.Dataset + 195, // 377: clarifai.api.BulkOperation.operation:type_name -> clarifai.api.Operation + 225, // 378: clarifai.api.BulkOperation.status:type_name -> clarifai.api.status.Status + 194, // 379: clarifai.api.BulkOperation.progress:type_name -> clarifai.api.Progress + 226, // 380: clarifai.api.BulkOperation.created_at:type_name -> google.protobuf.Timestamp + 226, // 381: clarifai.api.BulkOperation.last_modified_at:type_name -> google.protobuf.Timestamp + 196, // 382: clarifai.api.Operation.add_concepts:type_name -> clarifai.api.AddConcepts + 197, // 383: clarifai.api.Operation.delete_concepts:type_name -> clarifai.api.DeleteConcepts + 198, // 384: clarifai.api.Operation.add_metadata:type_name -> clarifai.api.AddMetadata + 199, // 385: clarifai.api.Operation.delete_metadata:type_name -> clarifai.api.DeleteMetadata + 200, // 386: clarifai.api.Operation.overwrite_geo:type_name -> clarifai.api.OverwriteGeo + 201, // 387: clarifai.api.Operation.delete_geo:type_name -> clarifai.api.DeleteGeo + 203, // 388: clarifai.api.Operation.delete_from_dataset:type_name -> clarifai.api.DeleteFromDataset + 202, // 389: clarifai.api.Operation.add_to_dataset:type_name -> clarifai.api.AddToDataset + 204, // 390: clarifai.api.Operation.split_into_datasets:type_name -> clarifai.api.SplitIntoDatasets + 42, // 391: clarifai.api.AddConcepts.concepts:type_name -> clarifai.api.Concept + 42, // 392: clarifai.api.DeleteConcepts.concepts:type_name -> clarifai.api.Concept + 224, // 393: clarifai.api.AddMetadata.metadata:type_name -> google.protobuf.Struct + 224, // 394: clarifai.api.DeleteMetadata.metadata:type_name -> google.protobuf.Struct + 69, // 395: clarifai.api.OverwriteGeo.geo:type_name -> clarifai.api.Geo + 205, // 396: clarifai.api.SplitIntoDatasets.dataset_splits:type_name -> clarifai.api.DatasetSplit + 25, // 397: clarifai.api.SplitIntoDatasets.method:type_name -> clarifai.api.SplitIntoDatasets.DatasetSplitMethod + 76, // 398: clarifai.api.DatasetSplit.dataset:type_name -> clarifai.api.Dataset + 207, // 399: clarifai.api.InputsAddJob.progress:type_name -> clarifai.api.InputsAddJobProgress + 226, // 400: clarifai.api.InputsAddJob.created_at:type_name -> google.protobuf.Timestamp + 226, // 401: clarifai.api.InputsAddJob.modified_at:type_name -> google.protobuf.Timestamp + 211, // 402: clarifai.api.InputsAddJob.extraction_jobs:type_name -> clarifai.api.InputsExtractionJob + 208, // 403: clarifai.api.InputsAddJob.uploads:type_name -> clarifai.api.Upload + 225, // 404: clarifai.api.InputsAddJob.status:type_name -> clarifai.api.status.Status + 226, // 405: clarifai.api.Upload.created_at:type_name -> google.protobuf.Timestamp + 226, // 406: clarifai.api.Upload.modified_at:type_name -> google.protobuf.Timestamp + 226, // 407: clarifai.api.Upload.expires_at:type_name -> google.protobuf.Timestamp + 225, // 408: clarifai.api.Upload.status:type_name -> clarifai.api.status.Status + 73, // 409: clarifai.api.CustomCodeOperatorRequest.inputs:type_name -> clarifai.api.Input + 224, // 410: clarifai.api.CustomCodeOperatorRequest.metadata:type_name -> google.protobuf.Struct + 225, // 411: clarifai.api.InputsExtractionJob.status:type_name -> clarifai.api.status.Status + 212, // 412: clarifai.api.InputsExtractionJob.progress:type_name -> clarifai.api.InputsExtractionJobProgress + 226, // 413: clarifai.api.InputsExtractionJob.created_at:type_name -> google.protobuf.Timestamp + 226, // 414: clarifai.api.InputsExtractionJob.modified_at:type_name -> google.protobuf.Timestamp + 15, // 415: clarifai.api.InputsExtractionJob.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution + 73, // 416: clarifai.api.InputsExtractionJob.input_template:type_name -> clarifai.api.Input + 214, // 417: clarifai.api.InputsDataSource.url:type_name -> clarifai.api.DataSourceURL + 15, // 418: clarifai.api.InputsDataSource.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution + 73, // 419: clarifai.api.InputsDataSource.input_template:type_name -> clarifai.api.Input + 215, // 420: clarifai.api.DataSourceURL.credentials:type_name -> clarifai.api.DataSourceCredentials + 216, // 421: clarifai.api.DataSourceCredentials.s3_creds:type_name -> clarifai.api.AWSCreds + 217, // 422: clarifai.api.DataSourceCredentials.azure_blob_creds:type_name -> clarifai.api.AzureBlobCreds + 208, // 423: clarifai.api.InputsUpload.upload:type_name -> clarifai.api.Upload + 15, // 424: clarifai.api.InputsUpload.input_id_conflict_resolution:type_name -> clarifai.api.InputIDConflictResolution + 73, // 425: clarifai.api.InputsUpload.input_template:type_name -> clarifai.api.Input + 26, // 426: clarifai.api.BookmarkOrigin.resource_type:type_name -> clarifai.api.BookmarkOrigin.BookmarkType + 226, // 427: clarifai.api.Runner.created_at:type_name -> google.protobuf.Timestamp + 226, // 428: clarifai.api.Runner.modified_at:type_name -> google.protobuf.Timestamp + 224, // 429: clarifai.api.Runner.metadata:type_name -> google.protobuf.Struct + 82, // 430: clarifai.api.DatasetVersion.MetricsEntry.value:type_name -> clarifai.api.DatasetVersionMetrics + 222, // 431: clarifai.api.ModuleVersion.ModuleNav.module_sub_navs:type_name -> clarifai.api.ModuleVersion.ModuleSubNav + 432, // [432:432] is the sub-list for method output_type + 432, // [432:432] is the sub-list for method input_type + 432, // [432:432] is the sub-list for extension type_name + 432, // [432:432] is the sub-list for extension extendee + 0, // [0:432] is the sub-list for field type_name } func init() { file_proto_clarifai_api_resources_proto_init() } @@ -24796,7 +24869,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[145].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Collector); i { + switch v := v.(*TaskMetrics); i { case 0: return &v.state case 1: @@ -24808,7 +24881,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[146].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectorSource); i { + switch v := v.(*Collector); i { case 0: return &v.state case 1: @@ -24820,7 +24893,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[147].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*APIPostModelOutputsCollectorSource); i { + switch v := v.(*CollectorSource); i { case 0: return &v.state case 1: @@ -24832,7 +24905,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[148].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StatValue); i { + switch v := v.(*APIPostModelOutputsCollectorSource); i { case 0: return &v.state case 1: @@ -24844,7 +24917,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[149].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StatValueAggregateResult); i { + switch v := v.(*StatValue); i { case 0: return &v.state case 1: @@ -24856,7 +24929,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[150].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StatValueAggregate); i { + switch v := v.(*StatValueAggregateResult); i { case 0: return &v.state case 1: @@ -24868,7 +24941,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[151].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StatValueAggregateQuery); i { + switch v := v.(*StatValueAggregate); i { case 0: return &v.state case 1: @@ -24880,7 +24953,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[152].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PCAProjectionComparator); i { + switch v := v.(*StatValueAggregateQuery); i { case 0: return &v.state case 1: @@ -24892,7 +24965,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[153].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DuplicateAnnotationsResults); i { + switch v := v.(*PCAProjectionComparator); i { case 0: return &v.state case 1: @@ -24904,7 +24977,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[154].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Visibility); i { + switch v := v.(*DuplicateAnnotationsResults); i { case 0: return &v.state case 1: @@ -24916,7 +24989,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[155].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TrendingMetric); i { + switch v := v.(*Visibility); i { case 0: return &v.state case 1: @@ -24928,7 +25001,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[156].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FullTag); i { + switch v := v.(*TrendingMetric); i { case 0: return &v.state case 1: @@ -24940,7 +25013,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[157].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TimeSegment); i { + switch v := v.(*FullTag); i { case 0: return &v.state case 1: @@ -24952,7 +25025,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[158].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TimeInfo); i { + switch v := v.(*TimeSegment); i { case 0: return &v.state case 1: @@ -24964,7 +25037,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[159].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DatasetStar); i { + switch v := v.(*TimeInfo); i { case 0: return &v.state case 1: @@ -24976,7 +25049,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[160].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModuleStar); i { + switch v := v.(*DatasetStar); i { case 0: return &v.state case 1: @@ -24988,7 +25061,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[161].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Module); i { + switch v := v.(*ModuleStar); i { case 0: return &v.state case 1: @@ -25000,7 +25073,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[162].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ModuleVersion); i { + switch v := v.(*Module); i { case 0: return &v.state case 1: @@ -25012,7 +25085,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[163].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InstalledModuleVersion); i { + switch v := v.(*ModuleVersion); i { case 0: return &v.state case 1: @@ -25024,7 +25097,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[164].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BulkOperation); i { + switch v := v.(*InstalledModuleVersion); i { case 0: return &v.state case 1: @@ -25036,7 +25109,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[165].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputIDs); i { + switch v := v.(*BulkOperation); i { case 0: return &v.state case 1: @@ -25048,7 +25121,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[166].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Progress); i { + switch v := v.(*InputIDs); i { case 0: return &v.state case 1: @@ -25060,7 +25133,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[167].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Operation); i { + switch v := v.(*Progress); i { case 0: return &v.state case 1: @@ -25072,7 +25145,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[168].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddConcepts); i { + switch v := v.(*Operation); i { case 0: return &v.state case 1: @@ -25084,7 +25157,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[169].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteConcepts); i { + switch v := v.(*AddConcepts); i { case 0: return &v.state case 1: @@ -25096,7 +25169,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[170].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddMetadata); i { + switch v := v.(*DeleteConcepts); i { case 0: return &v.state case 1: @@ -25108,7 +25181,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[171].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteMetadata); i { + switch v := v.(*AddMetadata); i { case 0: return &v.state case 1: @@ -25120,7 +25193,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[172].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OverwriteGeo); i { + switch v := v.(*DeleteMetadata); i { case 0: return &v.state case 1: @@ -25132,7 +25205,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[173].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteGeo); i { + switch v := v.(*OverwriteGeo); i { case 0: return &v.state case 1: @@ -25144,7 +25217,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[174].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AddToDataset); i { + switch v := v.(*DeleteGeo); i { case 0: return &v.state case 1: @@ -25156,7 +25229,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[175].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteFromDataset); i { + switch v := v.(*AddToDataset); i { case 0: return &v.state case 1: @@ -25168,7 +25241,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[176].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SplitIntoDatasets); i { + switch v := v.(*DeleteFromDataset); i { case 0: return &v.state case 1: @@ -25180,7 +25253,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[177].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DatasetSplit); i { + switch v := v.(*SplitIntoDatasets); i { case 0: return &v.state case 1: @@ -25192,7 +25265,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[178].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsAddJob); i { + switch v := v.(*DatasetSplit); i { case 0: return &v.state case 1: @@ -25204,7 +25277,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[179].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsAddJobProgress); i { + switch v := v.(*InputsAddJob); i { case 0: return &v.state case 1: @@ -25216,7 +25289,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[180].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Upload); i { + switch v := v.(*InputsAddJobProgress); i { case 0: return &v.state case 1: @@ -25228,7 +25301,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[181].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadContentPart); i { + switch v := v.(*Upload); i { case 0: return &v.state case 1: @@ -25240,7 +25313,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[182].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CustomCodeOperatorRequest); i { + switch v := v.(*UploadContentPart); i { case 0: return &v.state case 1: @@ -25252,7 +25325,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[183].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsExtractionJob); i { + switch v := v.(*CustomCodeOperatorRequest); i { case 0: return &v.state case 1: @@ -25264,7 +25337,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[184].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsExtractionJobProgress); i { + switch v := v.(*InputsExtractionJob); i { case 0: return &v.state case 1: @@ -25276,7 +25349,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[185].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsDataSource); i { + switch v := v.(*InputsExtractionJobProgress); i { case 0: return &v.state case 1: @@ -25288,7 +25361,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[186].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DataSourceURL); i { + switch v := v.(*InputsDataSource); i { case 0: return &v.state case 1: @@ -25300,7 +25373,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[187].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DataSourceCredentials); i { + switch v := v.(*DataSourceURL); i { case 0: return &v.state case 1: @@ -25312,7 +25385,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[188].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AWSCreds); i { + switch v := v.(*DataSourceCredentials); i { case 0: return &v.state case 1: @@ -25324,7 +25397,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[189].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AzureBlobCreds); i { + switch v := v.(*AWSCreds); i { case 0: return &v.state case 1: @@ -25336,7 +25409,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[190].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InputsUpload); i { + switch v := v.(*AzureBlobCreds); i { case 0: return &v.state case 1: @@ -25348,7 +25421,7 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[191].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BookmarkOrigin); i { + switch v := v.(*InputsUpload); i { case 0: return &v.state case 1: @@ -25360,6 +25433,18 @@ func file_proto_clarifai_api_resources_proto_init() { } } file_proto_clarifai_api_resources_proto_msgTypes[192].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*BookmarkOrigin); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_proto_clarifai_api_resources_proto_msgTypes[193].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Runner); i { case 0: return &v.state @@ -25371,7 +25456,7 @@ func file_proto_clarifai_api_resources_proto_init() { return nil } } - file_proto_clarifai_api_resources_proto_msgTypes[194].Exporter = func(v interface{}, i int) interface{} { + file_proto_clarifai_api_resources_proto_msgTypes[195].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ModuleVersion_ModuleSubNav); i { case 0: return &v.state @@ -25383,7 +25468,7 @@ func file_proto_clarifai_api_resources_proto_init() { return nil } } - file_proto_clarifai_api_resources_proto_msgTypes[195].Exporter = func(v interface{}, i int) interface{} { + file_proto_clarifai_api_resources_proto_msgTypes[196].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ModuleVersion_ModuleNav); i { case 0: return &v.state @@ -25412,12 +25497,12 @@ func file_proto_clarifai_api_resources_proto_init() { (*TaskReview_ManualStrategyInfo)(nil), (*TaskReview_ConsensusStrategyInfo)(nil), } - file_proto_clarifai_api_resources_proto_msgTypes[164].OneofWrappers = []interface{}{ + file_proto_clarifai_api_resources_proto_msgTypes[165].OneofWrappers = []interface{}{ (*BulkOperation_InputIds)(nil), (*BulkOperation_Search)(nil), (*BulkOperation_Dataset)(nil), } - file_proto_clarifai_api_resources_proto_msgTypes[167].OneofWrappers = []interface{}{ + file_proto_clarifai_api_resources_proto_msgTypes[168].OneofWrappers = []interface{}{ (*Operation_AddConcepts)(nil), (*Operation_DeleteConcepts)(nil), (*Operation_AddMetadata)(nil), @@ -25428,10 +25513,10 @@ func file_proto_clarifai_api_resources_proto_init() { (*Operation_AddToDataset)(nil), (*Operation_SplitIntoDatasets)(nil), } - file_proto_clarifai_api_resources_proto_msgTypes[177].OneofWrappers = []interface{}{ + file_proto_clarifai_api_resources_proto_msgTypes[178].OneofWrappers = []interface{}{ (*DatasetSplit_Percentage)(nil), } - file_proto_clarifai_api_resources_proto_msgTypes[187].OneofWrappers = []interface{}{ + file_proto_clarifai_api_resources_proto_msgTypes[188].OneofWrappers = []interface{}{ (*DataSourceCredentials_S3Creds)(nil), (*DataSourceCredentials_GcpCreds)(nil), (*DataSourceCredentials_AzureBlobCreds)(nil), @@ -25442,7 +25527,7 @@ func file_proto_clarifai_api_resources_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_proto_clarifai_api_resources_proto_rawDesc, NumEnums: 27, - NumMessages: 196, + NumMessages: 197, NumExtensions: 0, NumServices: 0, }, diff --git a/proto/clarifai/api/service.pb.go b/proto/clarifai/api/service.pb.go index 2550cd9..8576b25 100644 --- a/proto/clarifai/api/service.pb.go +++ b/proto/clarifai/api/service.pb.go @@ -16169,7 +16169,7 @@ type GetTaskRequest struct { UserAppId *UserAppIDSet `protobuf:"bytes,1,opt,name=user_app_id,json=userAppId,proto3" json:"user_app_id,omitempty"` TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // (optional URL parameter) List of additional fields to be included in the response. - // Currently supported: all, worker.users, review.users. + // Currently supported: all, worker.users, review.users, metrics.estimated_labeled_inputs_count. AdditionalFields []string `protobuf:"bytes,3,rep,name=additional_fields,json=additionalFields,proto3" json:"additional_fields,omitempty"` } @@ -16249,7 +16249,7 @@ type ListTasksRequest struct { // It is automatically set to true if label_order_ids is set. IncludingLabelOrderTasks bool `protobuf:"varint,6,opt,name=including_label_order_tasks,json=includingLabelOrderTasks,proto3" json:"including_label_order_tasks,omitempty"` // (optional URL parameter) List of additional fields to be included in the response. - // Currently supported: all, worker.users, review.users. + // Currently supported: all, worker.users, review.users, metrics.estimated_labeled_inputs_count. AdditionalFields []string `protobuf:"bytes,7,rep,name=additional_fields,json=additionalFields,proto3" json:"additional_fields,omitempty"` // (optional) task IDs to filter on Ids []string `protobuf:"bytes,9,rep,name=ids,proto3" json:"ids,omitempty"` diff --git a/proto/clarifai/api/status/status_code.pb.go b/proto/clarifai/api/status/status_code.pb.go index 997712c..f2498ae 100644 --- a/proto/clarifai/api/status/status_code.pb.go +++ b/proto/clarifai/api/status/status_code.pb.go @@ -430,6 +430,7 @@ const ( StatusCode_INTERNAL_SERVER_ISSUE StatusCode = 98004 StatusCode_INTERNAL_FETCHING_ISSUE StatusCode = 98005 StatusCode_INTERNAL_DATABASE_ISSUE StatusCode = 98006 + StatusCode_INTERNAL_CONTEXT_CANCELED StatusCode = 98008 StatusCode_INTERNAL_UNEXPECTED_TIMEOUT StatusCode = 98009 StatusCode_INTERNAL_UNEXPECTED_V1 StatusCode = 98010 StatusCode_INTERNAL_UNEXPECTED_PANIC StatusCode = 98011 @@ -787,6 +788,7 @@ var ( 98004: "INTERNAL_SERVER_ISSUE", 98005: "INTERNAL_FETCHING_ISSUE", 98006: "INTERNAL_DATABASE_ISSUE", + 98008: "INTERNAL_CONTEXT_CANCELED", 98009: "INTERNAL_UNEXPECTED_TIMEOUT", 98010: "INTERNAL_UNEXPECTED_V1", 98011: "INTERNAL_UNEXPECTED_PANIC", @@ -1138,6 +1140,7 @@ var ( "INTERNAL_SERVER_ISSUE": 98004, "INTERNAL_FETCHING_ISSUE": 98005, "INTERNAL_DATABASE_ISSUE": 98006, + "INTERNAL_CONTEXT_CANCELED": 98008, "INTERNAL_UNEXPECTED_TIMEOUT": 98009, "INTERNAL_UNEXPECTED_V1": 98010, "INTERNAL_UNEXPECTED_PANIC": 98011, @@ -1192,7 +1195,7 @@ var file_proto_clarifai_api_status_status_code_proto_rawDesc = []byte{ 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x2a, 0xed, 0x54, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, + 0x75, 0x73, 0x2a, 0x8e, 0x55, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x45, 0x52, 0x4f, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x07, 0x53, 0x55, 0x43, 0x43, 0x45, 0x53, 0x53, 0x10, 0x90, 0x4e, 0x12, 0x11, 0x0a, 0x0c, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x10, 0x9a, 0x4e, 0x12, 0x0c, 0x0a, 0x07, @@ -1820,65 +1823,67 @@ var file_proto_clarifai_api_status_status_code_proto_rawDesc = []byte{ 0x0a, 0x17, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x46, 0x45, 0x54, 0x43, 0x48, 0x49, 0x4e, 0x47, 0x5f, 0x49, 0x53, 0x53, 0x55, 0x45, 0x10, 0xd5, 0xfd, 0x05, 0x12, 0x1d, 0x0a, 0x17, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x44, 0x41, 0x54, 0x41, 0x42, 0x41, - 0x53, 0x45, 0x5f, 0x49, 0x53, 0x53, 0x55, 0x45, 0x10, 0xd6, 0xfd, 0x05, 0x12, 0x21, 0x0a, 0x1b, - 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, 0x50, 0x45, 0x43, - 0x54, 0x45, 0x44, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0xd9, 0xfd, 0x05, 0x12, - 0x1c, 0x0a, 0x16, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, - 0x50, 0x45, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x56, 0x31, 0x10, 0xda, 0xfd, 0x05, 0x12, 0x1f, 0x0a, - 0x19, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, 0x50, 0x45, - 0x43, 0x54, 0x45, 0x44, 0x5f, 0x50, 0x41, 0x4e, 0x49, 0x43, 0x10, 0xdb, 0xfd, 0x05, 0x12, 0x1f, + 0x53, 0x45, 0x5f, 0x49, 0x53, 0x53, 0x55, 0x45, 0x10, 0xd6, 0xfd, 0x05, 0x12, 0x1f, 0x0a, 0x19, + 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x45, 0x58, 0x54, + 0x5f, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x45, 0x44, 0x10, 0xd8, 0xfd, 0x05, 0x12, 0x21, 0x0a, + 0x1b, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, 0x50, 0x45, + 0x43, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0xd9, 0xfd, 0x05, + 0x12, 0x1c, 0x0a, 0x16, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, + 0x58, 0x50, 0x45, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x56, 0x31, 0x10, 0xda, 0xfd, 0x05, 0x12, 0x1f, 0x0a, 0x19, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, 0x50, - 0x45, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x53, 0x50, 0x49, 0x52, 0x45, 0x10, 0xdc, 0xfd, 0x05, 0x12, - 0x20, 0x0a, 0x1a, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x52, 0x45, 0x44, 0x49, - 0x53, 0x5f, 0x55, 0x4e, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0xdd, 0xfd, - 0x05, 0x12, 0x21, 0x0a, 0x1b, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x52, 0x45, - 0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x45, 0x58, 0x48, 0x41, 0x55, 0x53, 0x54, 0x45, 0x44, - 0x10, 0xde, 0xfd, 0x05, 0x12, 0x22, 0x0a, 0x1c, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, - 0x5f, 0x52, 0x45, 0x44, 0x49, 0x53, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, - 0x49, 0x5a, 0x45, 0x44, 0x10, 0xdf, 0xfd, 0x05, 0x12, 0x20, 0x0a, 0x1a, 0x49, 0x4e, 0x54, 0x45, - 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x41, 0x57, 0x53, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, - 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xe0, 0xfd, 0x05, 0x12, 0x22, 0x0a, 0x1c, 0x49, 0x4e, - 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x41, 0x5a, 0x55, 0x52, 0x45, 0x5f, 0x55, 0x4e, 0x43, - 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xe1, 0xfd, 0x05, 0x12, 0x18, - 0x0a, 0x12, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, - 0x49, 0x5a, 0x45, 0x44, 0x10, 0xb9, 0x85, 0x06, 0x12, 0x19, 0x0a, 0x13, 0x4d, 0x4f, 0x44, 0x45, - 0x4c, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, - 0xba, 0x85, 0x06, 0x12, 0x19, 0x0a, 0x13, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x55, 0x4e, 0x43, - 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbb, 0x85, 0x06, 0x12, 0x1e, - 0x0a, 0x18, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, 0x43, - 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbc, 0x85, 0x06, 0x12, 0x1b, - 0x0a, 0x15, 0x42, 0x49, 0x4c, 0x4c, 0x49, 0x4e, 0x47, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, - 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbd, 0x85, 0x06, 0x12, 0x1c, 0x0a, 0x16, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, - 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xc1, 0x85, 0x06, 0x12, 0x11, 0x0a, 0x0b, 0x42, 0x41, 0x44, - 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0xa0, 0xc2, 0x05, 0x12, 0x12, 0x0a, 0x0c, - 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x84, 0xc3, 0x05, - 0x22, 0x08, 0x08, 0xbf, 0xc6, 0x01, 0x10, 0xbf, 0xc6, 0x01, 0x22, 0x08, 0x08, 0xe8, 0x81, 0x02, - 0x10, 0xe8, 0x81, 0x02, 0x22, 0x08, 0x08, 0xe9, 0x81, 0x02, 0x10, 0xe9, 0x81, 0x02, 0x22, 0x08, - 0x08, 0xea, 0x81, 0x02, 0x10, 0xea, 0x81, 0x02, 0x22, 0x08, 0x08, 0xcc, 0x82, 0x02, 0x10, 0xcc, - 0x82, 0x02, 0x22, 0x08, 0x08, 0xcd, 0x82, 0x02, 0x10, 0xcd, 0x82, 0x02, 0x22, 0x08, 0x08, 0xce, - 0x82, 0x02, 0x10, 0xce, 0x82, 0x02, 0x22, 0x08, 0x08, 0xcf, 0x82, 0x02, 0x10, 0xcf, 0x82, 0x02, - 0x22, 0x08, 0x08, 0xd0, 0x82, 0x02, 0x10, 0xd0, 0x82, 0x02, 0x22, 0x08, 0x08, 0xd1, 0x82, 0x02, - 0x10, 0xd1, 0x82, 0x02, 0x22, 0x08, 0x08, 0xd2, 0x82, 0x02, 0x10, 0xd2, 0x82, 0x02, 0x22, 0x08, - 0x08, 0xb0, 0x83, 0x02, 0x10, 0xb0, 0x83, 0x02, 0x22, 0x08, 0x08, 0xb1, 0x83, 0x02, 0x10, 0xb1, - 0x83, 0x02, 0x22, 0x08, 0x08, 0xb3, 0x83, 0x02, 0x10, 0xb3, 0x83, 0x02, 0x22, 0x08, 0x08, 0xba, - 0x83, 0x02, 0x10, 0xba, 0x83, 0x02, 0x22, 0x08, 0x08, 0xbb, 0xb8, 0x02, 0x10, 0xbb, 0xb8, 0x02, - 0x22, 0x08, 0x08, 0xd2, 0xb8, 0x02, 0x10, 0xd2, 0xb8, 0x02, 0x22, 0x08, 0x08, 0xd3, 0xb8, 0x02, - 0x10, 0xd3, 0xb8, 0x02, 0x22, 0x08, 0x08, 0xf0, 0xc1, 0x02, 0x10, 0xf0, 0xc1, 0x02, 0x22, 0x08, - 0x08, 0xf1, 0xc1, 0x02, 0x10, 0xf1, 0xc1, 0x02, 0x22, 0x08, 0x08, 0xf2, 0xc1, 0x02, 0x10, 0xf2, - 0xc1, 0x02, 0x22, 0x08, 0x08, 0xf3, 0xc1, 0x02, 0x10, 0xf3, 0xc1, 0x02, 0x22, 0x08, 0x08, 0xf4, - 0xc1, 0x02, 0x10, 0xf4, 0xc1, 0x02, 0x22, 0x08, 0x08, 0x9c, 0xc7, 0x01, 0x10, 0x9c, 0xc7, 0x01, - 0x22, 0x08, 0x08, 0x9d, 0xc7, 0x01, 0x10, 0x9d, 0xc7, 0x01, 0x22, 0x08, 0x08, 0x9e, 0xc7, 0x01, - 0x10, 0x9e, 0xc7, 0x01, 0x22, 0x08, 0x08, 0x9f, 0xc7, 0x01, 0x10, 0x9f, 0xc7, 0x01, 0x22, 0x08, - 0x08, 0xa1, 0xc7, 0x01, 0x10, 0xa1, 0xc7, 0x01, 0x22, 0x08, 0x08, 0xa2, 0xc7, 0x01, 0x10, 0xa2, - 0xc7, 0x01, 0x42, 0x67, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x50, 0x01, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x43, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, - 0x61, 0x69, 0x2d, 0x67, 0x6f, 0x2d, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0xa2, 0x02, 0x04, 0x43, 0x41, 0x49, 0x50, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0x45, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x50, 0x41, 0x4e, 0x49, 0x43, 0x10, 0xdb, 0xfd, 0x05, 0x12, + 0x1f, 0x0a, 0x19, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x45, 0x58, + 0x50, 0x45, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x53, 0x50, 0x49, 0x52, 0x45, 0x10, 0xdc, 0xfd, 0x05, + 0x12, 0x20, 0x0a, 0x1a, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x52, 0x45, 0x44, + 0x49, 0x53, 0x5f, 0x55, 0x4e, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0xdd, + 0xfd, 0x05, 0x12, 0x21, 0x0a, 0x1b, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x52, + 0x45, 0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x45, 0x58, 0x48, 0x41, 0x55, 0x53, 0x54, 0x45, + 0x44, 0x10, 0xde, 0xfd, 0x05, 0x12, 0x22, 0x0a, 0x1c, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, + 0x4c, 0x5f, 0x52, 0x45, 0x44, 0x49, 0x53, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, + 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xdf, 0xfd, 0x05, 0x12, 0x20, 0x0a, 0x1a, 0x49, 0x4e, 0x54, + 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x41, 0x57, 0x53, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, + 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xe0, 0xfd, 0x05, 0x12, 0x22, 0x0a, 0x1c, 0x49, + 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x41, 0x5a, 0x55, 0x52, 0x45, 0x5f, 0x55, 0x4e, + 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xe1, 0xfd, 0x05, 0x12, + 0x18, 0x0a, 0x12, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, + 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xb9, 0x85, 0x06, 0x12, 0x19, 0x0a, 0x13, 0x4d, 0x4f, 0x44, + 0x45, 0x4c, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, + 0x10, 0xba, 0x85, 0x06, 0x12, 0x19, 0x0a, 0x13, 0x49, 0x4e, 0x50, 0x55, 0x54, 0x5f, 0x55, 0x4e, + 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbb, 0x85, 0x06, 0x12, + 0x1e, 0x0a, 0x18, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, + 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbc, 0x85, 0x06, 0x12, + 0x1b, 0x0a, 0x15, 0x42, 0x49, 0x4c, 0x4c, 0x49, 0x4e, 0x47, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, + 0x45, 0x47, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xbd, 0x85, 0x06, 0x12, 0x1c, 0x0a, 0x16, + 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x47, + 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0xc1, 0x85, 0x06, 0x12, 0x11, 0x0a, 0x0b, 0x42, 0x41, + 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0xa0, 0xc2, 0x05, 0x12, 0x12, 0x0a, + 0x0c, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x84, 0xc3, + 0x05, 0x22, 0x08, 0x08, 0xbf, 0xc6, 0x01, 0x10, 0xbf, 0xc6, 0x01, 0x22, 0x08, 0x08, 0xe8, 0x81, + 0x02, 0x10, 0xe8, 0x81, 0x02, 0x22, 0x08, 0x08, 0xe9, 0x81, 0x02, 0x10, 0xe9, 0x81, 0x02, 0x22, + 0x08, 0x08, 0xea, 0x81, 0x02, 0x10, 0xea, 0x81, 0x02, 0x22, 0x08, 0x08, 0xcc, 0x82, 0x02, 0x10, + 0xcc, 0x82, 0x02, 0x22, 0x08, 0x08, 0xcd, 0x82, 0x02, 0x10, 0xcd, 0x82, 0x02, 0x22, 0x08, 0x08, + 0xce, 0x82, 0x02, 0x10, 0xce, 0x82, 0x02, 0x22, 0x08, 0x08, 0xcf, 0x82, 0x02, 0x10, 0xcf, 0x82, + 0x02, 0x22, 0x08, 0x08, 0xd0, 0x82, 0x02, 0x10, 0xd0, 0x82, 0x02, 0x22, 0x08, 0x08, 0xd1, 0x82, + 0x02, 0x10, 0xd1, 0x82, 0x02, 0x22, 0x08, 0x08, 0xd2, 0x82, 0x02, 0x10, 0xd2, 0x82, 0x02, 0x22, + 0x08, 0x08, 0xb0, 0x83, 0x02, 0x10, 0xb0, 0x83, 0x02, 0x22, 0x08, 0x08, 0xb1, 0x83, 0x02, 0x10, + 0xb1, 0x83, 0x02, 0x22, 0x08, 0x08, 0xb3, 0x83, 0x02, 0x10, 0xb3, 0x83, 0x02, 0x22, 0x08, 0x08, + 0xba, 0x83, 0x02, 0x10, 0xba, 0x83, 0x02, 0x22, 0x08, 0x08, 0xbb, 0xb8, 0x02, 0x10, 0xbb, 0xb8, + 0x02, 0x22, 0x08, 0x08, 0xd2, 0xb8, 0x02, 0x10, 0xd2, 0xb8, 0x02, 0x22, 0x08, 0x08, 0xd3, 0xb8, + 0x02, 0x10, 0xd3, 0xb8, 0x02, 0x22, 0x08, 0x08, 0xf0, 0xc1, 0x02, 0x10, 0xf0, 0xc1, 0x02, 0x22, + 0x08, 0x08, 0xf1, 0xc1, 0x02, 0x10, 0xf1, 0xc1, 0x02, 0x22, 0x08, 0x08, 0xf2, 0xc1, 0x02, 0x10, + 0xf2, 0xc1, 0x02, 0x22, 0x08, 0x08, 0xf3, 0xc1, 0x02, 0x10, 0xf3, 0xc1, 0x02, 0x22, 0x08, 0x08, + 0xf4, 0xc1, 0x02, 0x10, 0xf4, 0xc1, 0x02, 0x22, 0x08, 0x08, 0x9c, 0xc7, 0x01, 0x10, 0x9c, 0xc7, + 0x01, 0x22, 0x08, 0x08, 0x9d, 0xc7, 0x01, 0x10, 0x9d, 0xc7, 0x01, 0x22, 0x08, 0x08, 0x9e, 0xc7, + 0x01, 0x10, 0x9e, 0xc7, 0x01, 0x22, 0x08, 0x08, 0x9f, 0xc7, 0x01, 0x10, 0x9f, 0xc7, 0x01, 0x22, + 0x08, 0x08, 0xa1, 0xc7, 0x01, 0x10, 0xa1, 0xc7, 0x01, 0x22, 0x08, 0x08, 0xa2, 0xc7, 0x01, 0x10, + 0xa2, 0xc7, 0x01, 0x42, 0x67, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6c, 0x61, 0x72, 0x69, + 0x66, 0x61, 0x69, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x50, 0x01, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x43, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, + 0x66, 0x61, 0x69, 0x2d, 0x67, 0x6f, 0x2d, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x2f, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x66, 0x61, 0x69, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0xa2, 0x02, 0x04, 0x43, 0x41, 0x49, 0x50, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var (