@google-cloud/discoveryengine 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,3963 @@
1
- {"nested":{"google":{"nested":{"cloud":{"nested":{"discoveryengine":{"nested":{"v1beta":{"options":{"csharp_namespace":"Google.Cloud.DiscoveryEngine.V1Beta","go_package":"cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb","java_multiple_files":true,"java_outer_classname":"UserEventServiceProto","java_package":"com.google.cloud.discoveryengine.v1beta","objc_class_prefix":"DISCOVERYENGINE","php_namespace":"Google\\Cloud\\DiscoveryEngine\\V1beta","ruby_package":"Google::Cloud::DiscoveryEngine::V1beta","(google.api.resource_definition).type":"discoveryengine.googleapis.com/ServingConfig","(google.api.resource_definition).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}"},"nested":{"Interval":{"oneofs":{"min":{"oneof":["minimum","exclusiveMinimum"]},"max":{"oneof":["maximum","exclusiveMaximum"]}},"fields":{"minimum":{"type":"double","id":1},"exclusiveMinimum":{"type":"double","id":2},"maximum":{"type":"double","id":3},"exclusiveMaximum":{"type":"double","id":4}}},"CustomAttribute":{"fields":{"text":{"rule":"repeated","type":"string","id":1},"numbers":{"rule":"repeated","type":"double","id":2}}},"UserInfo":{"fields":{"userId":{"type":"string","id":1},"userAgent":{"type":"string","id":2}}},"CompletionService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"CompleteQuery":{"requestType":"CompleteQueryRequest","responseType":"CompleteQueryResponse","options":{"(google.api.http).get":"/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery","(google.api.http).additional_bindings.get":"/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery","additional_bindings":{"get":"/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"}}}]}}},"CompleteQueryRequest":{"fields":{"dataStore":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"query":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"queryModel":{"type":"string","id":3},"userPseudoId":{"type":"string","id":4}}},"CompleteQueryResponse":{"fields":{"querySuggestions":{"rule":"repeated","type":"QuerySuggestion","id":1}},"nested":{"QuerySuggestion":{"fields":{"suggestion":{"type":"string","id":1}}}}},"Document":{"options":{"(google.api.resource).type":"discoveryengine.googleapis.com/Document","(google.api.resource).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"},"oneofs":{"data":{"oneof":["structData","jsonData"]}},"fields":{"structData":{"type":"google.protobuf.Struct","id":4},"jsonData":{"type":"string","id":5},"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"IMMUTABLE"}},"id":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"IMMUTABLE"}},"schemaId":{"type":"string","id":3},"content":{"type":"Content","id":10},"parentDocumentId":{"type":"string","id":7},"derivedStructData":{"type":"google.protobuf.Struct","id":6,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}},"nested":{"Content":{"oneofs":{"content":{"oneof":["rawBytes","uri"]}},"fields":{"rawBytes":{"type":"bytes","id":2},"uri":{"type":"string","id":3},"mimeType":{"type":"string","id":1}}}}},"DocumentService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"GetDocument":{"requestType":"GetDocumentRequest","responseType":"Document","options":{"(google.api.http).get":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","additional_bindings":{"get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"}}},{"(google.api.method_signature)":"name"}]},"ListDocuments":{"requestType":"ListDocumentsRequest","responseType":"ListDocumentsResponse","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"}}},{"(google.api.method_signature)":"parent"}]},"CreateDocument":{"requestType":"CreateDocumentRequest","responseType":"Document","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","(google.api.http).body":"document","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","(google.api.http).additional_bindings.body":"document","(google.api.method_signature)":"parent,document,document_id"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents","body":"document","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents","body":"document"}}},{"(google.api.method_signature)":"parent,document,document_id"}]},"UpdateDocument":{"requestType":"UpdateDocumentRequest","responseType":"Document","options":{"(google.api.http).patch":"/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).body":"document","(google.api.http).additional_bindings.patch":"/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.body":"document"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","body":"document","additional_bindings":{"patch":"/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","body":"document"}}}]},"DeleteDocument":{"requestType":"DeleteDocumentRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","(google.api.http).additional_bindings.delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}","additional_bindings":{"delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"}}},{"(google.api.method_signature)":"name"}]},"ImportDocuments":{"requestType":"ImportDocumentsRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import","(google.api.http).additional_bindings.body":"*","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsResponse","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import","body":"*","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import","body":"*"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsResponse","metadata_type":"google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"}}]}}},"GetDocumentRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}}}},"ListDocumentsRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListDocumentsResponse":{"fields":{"documents":{"rule":"repeated","type":"Document","id":1},"nextPageToken":{"type":"string","id":2}}},"CreateDocumentRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"document":{"type":"Document","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"documentId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"UpdateDocumentRequest":{"fields":{"document":{"type":"Document","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"allowMissing":{"type":"bool","id":2}}},"DeleteDocumentRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}}}},"GcsSource":{"fields":{"inputUris":{"rule":"repeated","type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"dataSchema":{"type":"string","id":2}}},"BigQuerySource":{"oneofs":{"partition":{"oneof":["partitionDate"]}},"fields":{"partitionDate":{"type":"google.type.Date","id":5},"projectId":{"type":"string","id":1},"datasetId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"tableId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"gcsStagingDir":{"type":"string","id":4},"dataSchema":{"type":"string","id":6}}},"ImportErrorConfig":{"oneofs":{"destination":{"oneof":["gcsPrefix"]}},"fields":{"gcsPrefix":{"type":"string","id":1}}},"ImportUserEventsRequest":{"oneofs":{"source":{"oneof":["inlineSource","gcsSource","bigquerySource"]}},"fields":{"inlineSource":{"type":"InlineSource","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"gcsSource":{"type":"GcsSource","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"bigquerySource":{"type":"BigQuerySource","id":4,"options":{"(google.api.field_behavior)":"REQUIRED"}},"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"errorConfig":{"type":"ImportErrorConfig","id":5}},"nested":{"InlineSource":{"fields":{"userEvents":{"rule":"repeated","type":"UserEvent","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}}}}}},"ImportUserEventsResponse":{"fields":{"errorSamples":{"rule":"repeated","type":"google.rpc.Status","id":1},"errorConfig":{"type":"ImportErrorConfig","id":2},"joinedEventsCount":{"type":"int64","id":3},"unjoinedEventsCount":{"type":"int64","id":4}}},"ImportUserEventsMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2},"successCount":{"type":"int64","id":3},"failureCount":{"type":"int64","id":4}}},"ImportDocumentsMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2},"successCount":{"type":"int64","id":3},"failureCount":{"type":"int64","id":4}}},"ImportDocumentsRequest":{"oneofs":{"source":{"oneof":["inlineSource","gcsSource","bigquerySource"]}},"fields":{"inlineSource":{"type":"InlineSource","id":2},"gcsSource":{"type":"GcsSource","id":3},"bigquerySource":{"type":"BigQuerySource","id":4},"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"errorConfig":{"type":"ImportErrorConfig","id":5},"reconciliationMode":{"type":"ReconciliationMode","id":6}},"nested":{"InlineSource":{"fields":{"documents":{"rule":"repeated","type":"Document","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"ReconciliationMode":{"values":{"RECONCILIATION_MODE_UNSPECIFIED":0,"INCREMENTAL":1,"FULL":2}}}},"ImportDocumentsResponse":{"fields":{"errorSamples":{"rule":"repeated","type":"google.rpc.Status","id":1},"errorConfig":{"type":"ImportErrorConfig","id":2}}},"UserEvent":{"fields":{"eventType":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"userPseudoId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"eventTime":{"type":"google.protobuf.Timestamp","id":3},"userInfo":{"type":"UserInfo","id":4},"directUserRequest":{"type":"bool","id":5},"sessionId":{"type":"string","id":6},"pageInfo":{"type":"PageInfo","id":7},"attributionToken":{"type":"string","id":8},"filter":{"type":"string","id":9},"documents":{"rule":"repeated","type":"DocumentInfo","id":10},"panel":{"type":"PanelInfo","id":11},"searchInfo":{"type":"SearchInfo","id":12},"completionInfo":{"type":"CompletionInfo","id":13},"transactionInfo":{"type":"TransactionInfo","id":14},"tagIds":{"rule":"repeated","type":"string","id":15},"promotionIds":{"rule":"repeated","type":"string","id":16},"attributes":{"keyType":"string","type":"CustomAttribute","id":17},"mediaInfo":{"type":"MediaInfo","id":18}}},"PageInfo":{"fields":{"pageviewId":{"type":"string","id":1},"pageCategory":{"type":"string","id":2},"uri":{"type":"string","id":3},"referrerUri":{"type":"string","id":4}}},"SearchInfo":{"oneofs":{"_offset":{"oneof":["offset"]}},"fields":{"searchQuery":{"type":"string","id":1},"orderBy":{"type":"string","id":2},"offset":{"type":"int32","id":3,"options":{"proto3_optional":true}}}},"CompletionInfo":{"fields":{"selectedSuggestion":{"type":"string","id":1},"selectedPosition":{"type":"int32","id":2}}},"TransactionInfo":{"oneofs":{"_value":{"oneof":["value"]},"_tax":{"oneof":["tax"]},"_cost":{"oneof":["cost"]},"_discountValue":{"oneof":["discountValue"]}},"fields":{"value":{"type":"float","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","proto3_optional":true}},"currency":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"transactionId":{"type":"string","id":3},"tax":{"type":"float","id":4,"options":{"proto3_optional":true}},"cost":{"type":"float","id":5,"options":{"proto3_optional":true}},"discountValue":{"type":"float","id":6,"options":{"proto3_optional":true}}}},"DocumentInfo":{"oneofs":{"documentDescriptor":{"oneof":["id","name"]},"_quantity":{"oneof":["quantity"]}},"fields":{"id":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"name":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Document"}},"quantity":{"type":"int32","id":3,"options":{"proto3_optional":true}},"promotionIds":{"rule":"repeated","type":"string","id":4}}},"PanelInfo":{"oneofs":{"_panelPosition":{"oneof":["panelPosition"]},"_totalPanels":{"oneof":["totalPanels"]}},"fields":{"panelId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"displayName":{"type":"string","id":3},"panelPosition":{"type":"int32","id":4,"options":{"proto3_optional":true}},"totalPanels":{"type":"int32","id":5,"options":{"proto3_optional":true}}}},"MediaInfo":{"oneofs":{"_mediaProgressPercentage":{"oneof":["mediaProgressPercentage"]}},"fields":{"mediaProgressDuration":{"type":"google.protobuf.Duration","id":1},"mediaProgressPercentage":{"type":"float","id":2,"options":{"proto3_optional":true}}}},"RecommendationService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"Recommend":{"requestType":"RecommendRequest","responseType":"RecommendResponse","options":{"(google.api.http).post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend","(google.api.http).additional_bindings.body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend","body":"*","additional_bindings":{"post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend","body":"*"}}}]}}},"RecommendRequest":{"fields":{"servingConfig":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/ServingConfig"}},"userEvent":{"type":"UserEvent","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"pageSize":{"type":"int32","id":3},"filter":{"type":"string","id":4},"validateOnly":{"type":"bool","id":5},"params":{"keyType":"string","type":"google.protobuf.Value","id":6},"userLabels":{"keyType":"string","type":"string","id":8}}},"RecommendResponse":{"fields":{"results":{"rule":"repeated","type":"RecommendationResult","id":1},"attributionToken":{"type":"string","id":2},"missingIds":{"rule":"repeated","type":"string","id":3},"validateOnly":{"type":"bool","id":4}},"nested":{"RecommendationResult":{"fields":{"id":{"type":"string","id":1},"document":{"type":"Document","id":2},"metadata":{"keyType":"string","type":"google.protobuf.Value","id":3}}}}},"Schema":{"options":{"(google.api.resource).type":"discoveryengine.googleapis.com/Schema","(google.api.resource).pattern":"projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"},"oneofs":{"schema":{"oneof":["structSchema","jsonSchema"]}},"fields":{"structSchema":{"type":"google.protobuf.Struct","id":2},"jsonSchema":{"type":"string","id":3},"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"IMMUTABLE"}}}},"SchemaService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"GetSchema":{"requestType":"GetSchemaRequest","responseType":"Schema","options":{"(google.api.http).get":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","additional_bindings":{"get":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"}}},{"(google.api.method_signature)":"name"}]},"ListSchemas":{"requestType":"ListSchemasRequest","responseType":"ListSchemasResponse","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"}}},{"(google.api.method_signature)":"parent"}]},"CreateSchema":{"requestType":"CreateSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","(google.api.http).body":"schema","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","(google.api.http).additional_bindings.body":"schema","(google.api.method_signature)":"parent,schema,schema_id","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.Schema","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas","body":"schema","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas","body":"schema"}}},{"(google.api.method_signature)":"parent,schema,schema_id"},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.Schema","metadata_type":"google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"}}]},"UpdateSchema":{"requestType":"UpdateSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).patch":"/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).body":"schema","(google.api.http).additional_bindings.patch":"/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.body":"schema","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.Schema","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}","body":"schema","additional_bindings":{"patch":"/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","body":"schema"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.Schema","metadata_type":"google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"}}]},"DeleteSchema":{"requestType":"DeleteSchemaRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","(google.api.http).additional_bindings.delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}","(google.api.method_signature)":"name","(google.longrunning.operation_info).response_type":"google.protobuf.Empty","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}","additional_bindings":{"delete":"/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"}}},{"(google.api.method_signature)":"name"},{"(google.longrunning.operation_info)":{"response_type":"google.protobuf.Empty","metadata_type":"google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"}}]}}},"GetSchemaRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Schema"}}}},"ListSchemasRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListSchemasResponse":{"fields":{"schemas":{"rule":"repeated","type":"Schema","id":1},"nextPageToken":{"type":"string","id":2}}},"CreateSchemaRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"schema":{"type":"Schema","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"schemaId":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"UpdateSchemaRequest":{"fields":{"schema":{"type":"Schema","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"allowMissing":{"type":"bool","id":3}}},"DeleteSchemaRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/Schema"}}}},"CreateSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"UpdateSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"DeleteSchemaMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1},"updateTime":{"type":"google.protobuf.Timestamp","id":2}}},"SearchService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"Search":{"requestType":"SearchRequest","responseType":"SearchResponse","options":{"(google.api.http).post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search","(google.api.http).additional_bindings.body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search","body":"*","additional_bindings":{"post":"/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search","body":"*"}}}]}}},"SearchRequest":{"fields":{"servingConfig":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/ServingConfig"}},"branch":{"type":"string","id":2,"options":{"(google.api.resource_reference).type":"discoveryengine.googleapis.com/Branch"}},"query":{"type":"string","id":3},"pageSize":{"type":"int32","id":4},"pageToken":{"type":"string","id":5},"offset":{"type":"int32","id":6},"filter":{"type":"string","id":7},"orderBy":{"type":"string","id":8},"facetSpecs":{"rule":"repeated","type":"FacetSpec","id":9},"boostSpec":{"type":"BoostSpec","id":10},"params":{"keyType":"string","type":"google.protobuf.Value","id":11},"queryExpansionSpec":{"type":"QueryExpansionSpec","id":13},"spellCorrectionSpec":{"type":"SpellCorrectionSpec","id":14},"userPseudoId":{"type":"string","id":15},"contentSearchSpec":{"type":"ContentSearchSpec","id":24}},"nested":{"FacetSpec":{"fields":{"facetKey":{"type":"FacetKey","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"limit":{"type":"int32","id":2},"excludedFilterKeys":{"rule":"repeated","type":"string","id":3},"enableDynamicPosition":{"type":"bool","id":4}},"nested":{"FacetKey":{"fields":{"key":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"intervals":{"rule":"repeated","type":"Interval","id":2},"restrictedValues":{"rule":"repeated","type":"string","id":3},"prefixes":{"rule":"repeated","type":"string","id":4},"contains":{"rule":"repeated","type":"string","id":5},"caseInsensitive":{"type":"bool","id":6},"orderBy":{"type":"string","id":7}}}}},"BoostSpec":{"fields":{"conditionBoostSpecs":{"rule":"repeated","type":"ConditionBoostSpec","id":1}},"nested":{"ConditionBoostSpec":{"fields":{"condition":{"type":"string","id":1},"boost":{"type":"float","id":2}}}}},"QueryExpansionSpec":{"fields":{"condition":{"type":"Condition","id":1}},"nested":{"Condition":{"values":{"CONDITION_UNSPECIFIED":0,"DISABLED":1,"AUTO":2}}}},"SpellCorrectionSpec":{"fields":{"mode":{"type":"Mode","id":1}},"nested":{"Mode":{"values":{"MODE_UNSPECIFIED":0,"SUGGESTION_ONLY":1,"AUTO":2}}}},"ContentSearchSpec":{"fields":{"snippetSpec":{"type":"SnippetSpec","id":1},"summarySpec":{"type":"SummarySpec","id":2}},"nested":{"SnippetSpec":{"fields":{"maxSnippetCount":{"type":"int32","id":1},"referenceOnly":{"type":"bool","id":2}}},"SummarySpec":{"fields":{"summaryResultCount":{"type":"int32","id":1}}}}}}},"SearchResponse":{"fields":{"results":{"rule":"repeated","type":"SearchResult","id":1},"facets":{"rule":"repeated","type":"Facet","id":2},"guidedSearchResult":{"type":"GuidedSearchResult","id":8},"totalSize":{"type":"int32","id":3},"attributionToken":{"type":"string","id":4},"nextPageToken":{"type":"string","id":5},"correctedQuery":{"type":"string","id":7},"summary":{"type":"Summary","id":9},"appliedControls":{"rule":"repeated","type":"string","id":10}},"nested":{"SearchResult":{"fields":{"id":{"type":"string","id":1},"document":{"type":"Document","id":2}}},"Facet":{"fields":{"key":{"type":"string","id":1},"values":{"rule":"repeated","type":"FacetValue","id":2},"dynamicFacet":{"type":"bool","id":3}},"nested":{"FacetValue":{"oneofs":{"facetValue":{"oneof":["value","interval"]}},"fields":{"value":{"type":"string","id":1},"interval":{"type":"Interval","id":2},"count":{"type":"int64","id":3}}}}},"GuidedSearchResult":{"fields":{"refinementAttributes":{"rule":"repeated","type":"RefinementAttribute","id":1}},"nested":{"RefinementAttribute":{"fields":{"attributeKey":{"type":"string","id":1},"attributeValue":{"type":"string","id":2}}}}},"Summary":{"fields":{"summaryText":{"type":"string","id":1}}}}},"UserEventService":{"options":{"(google.api.default_host)":"discoveryengine.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"WriteUserEvent":{"requestType":"WriteUserEventRequest","responseType":"UserEvent","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write","(google.api.http).body":"user_event","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write","(google.api.http).additional_bindings.body":"user_event"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write","body":"user_event","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write","body":"user_event"}}}]},"CollectUserEvent":{"requestType":"CollectUserEventRequest","responseType":"google.api.HttpBody","options":{"(google.api.http).get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect","(google.api.http).additional_bindings.get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect","additional_bindings":{"get":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"}}}]},"ImportUserEvents":{"requestType":"ImportUserEventsRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import","(google.api.http).body":"*","(google.api.http).additional_bindings.post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import","(google.api.http).additional_bindings.body":"*","(google.longrunning.operation_info).response_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsResponse","(google.longrunning.operation_info).metadata_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import","body":"*","additional_bindings":{"post":"/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import","body":"*"}}},{"(google.longrunning.operation_info)":{"response_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsResponse","metadata_type":"google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"}}]}}},"WriteUserEventRequest":{"oneofs":{"_userEvent":{"oneof":["userEvent"]}},"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"userEvent":{"type":"UserEvent","id":2,"options":{"(google.api.field_behavior)":"REQUIRED","proto3_optional":true}}}},"CollectUserEventRequest":{"oneofs":{"_uri":{"oneof":["uri"]},"_ets":{"oneof":["ets"]}},"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"discoveryengine.googleapis.com/DataStore"}},"userEvent":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"uri":{"type":"string","id":3,"options":{"proto3_optional":true}},"ets":{"type":"int64","id":4,"options":{"proto3_optional":true}}}}}}}}}},"api":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/api/httpbody;httpbody","java_multiple_files":true,"java_outer_classname":"HttpBodyProto","java_package":"com.google.api","objc_class_prefix":"GAPI"},"nested":{"resourceReference":{"type":"google.api.ResourceReference","id":1055,"extend":"google.protobuf.FieldOptions"},"resourceDefinition":{"rule":"repeated","type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.FileOptions"},"resource":{"type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.MessageOptions"},"ResourceDescriptor":{"fields":{"type":{"type":"string","id":1},"pattern":{"rule":"repeated","type":"string","id":2},"nameField":{"type":"string","id":3},"history":{"type":"History","id":4},"plural":{"type":"string","id":5},"singular":{"type":"string","id":6},"style":{"rule":"repeated","type":"Style","id":10}},"nested":{"History":{"values":{"HISTORY_UNSPECIFIED":0,"ORIGINALLY_SINGLE_PATTERN":1,"FUTURE_MULTI_PATTERN":2}},"Style":{"values":{"STYLE_UNSPECIFIED":0,"DECLARATIVE_FRIENDLY":1}}}},"ResourceReference":{"fields":{"type":{"type":"string","id":1},"childType":{"type":"string","id":2}}},"http":{"type":"HttpRule","id":72295728,"extend":"google.protobuf.MethodOptions"},"Http":{"fields":{"rules":{"rule":"repeated","type":"HttpRule","id":1},"fullyDecodeReservedExpansion":{"type":"bool","id":2}}},"HttpRule":{"oneofs":{"pattern":{"oneof":["get","put","post","delete","patch","custom"]}},"fields":{"selector":{"type":"string","id":1},"get":{"type":"string","id":2},"put":{"type":"string","id":3},"post":{"type":"string","id":4},"delete":{"type":"string","id":5},"patch":{"type":"string","id":6},"custom":{"type":"CustomHttpPattern","id":8},"body":{"type":"string","id":7},"responseBody":{"type":"string","id":12},"additionalBindings":{"rule":"repeated","type":"HttpRule","id":11}}},"CustomHttpPattern":{"fields":{"kind":{"type":"string","id":1},"path":{"type":"string","id":2}}},"methodSignature":{"rule":"repeated","type":"string","id":1051,"extend":"google.protobuf.MethodOptions"},"defaultHost":{"type":"string","id":1049,"extend":"google.protobuf.ServiceOptions"},"oauthScopes":{"type":"string","id":1050,"extend":"google.protobuf.ServiceOptions"},"CommonLanguageSettings":{"fields":{"referenceDocsUri":{"type":"string","id":1,"options":{"deprecated":true}},"destinations":{"rule":"repeated","type":"ClientLibraryDestination","id":2}}},"ClientLibrarySettings":{"fields":{"version":{"type":"string","id":1},"launchStage":{"type":"LaunchStage","id":2},"restNumericEnums":{"type":"bool","id":3},"javaSettings":{"type":"JavaSettings","id":21},"cppSettings":{"type":"CppSettings","id":22},"phpSettings":{"type":"PhpSettings","id":23},"pythonSettings":{"type":"PythonSettings","id":24},"nodeSettings":{"type":"NodeSettings","id":25},"dotnetSettings":{"type":"DotnetSettings","id":26},"rubySettings":{"type":"RubySettings","id":27},"goSettings":{"type":"GoSettings","id":28}}},"Publishing":{"fields":{"methodSettings":{"rule":"repeated","type":"MethodSettings","id":2},"newIssueUri":{"type":"string","id":101},"documentationUri":{"type":"string","id":102},"apiShortName":{"type":"string","id":103},"githubLabel":{"type":"string","id":104},"codeownerGithubTeams":{"rule":"repeated","type":"string","id":105},"docTagPrefix":{"type":"string","id":106},"organization":{"type":"ClientLibraryOrganization","id":107},"librarySettings":{"rule":"repeated","type":"ClientLibrarySettings","id":109}}},"JavaSettings":{"fields":{"libraryPackage":{"type":"string","id":1},"serviceClassNames":{"keyType":"string","type":"string","id":2},"common":{"type":"CommonLanguageSettings","id":3}}},"CppSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PhpSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PythonSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"NodeSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"DotnetSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"RubySettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"GoSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"MethodSettings":{"fields":{"selector":{"type":"string","id":1},"longRunning":{"type":"LongRunning","id":2}},"nested":{"LongRunning":{"fields":{"initialPollDelay":{"type":"google.protobuf.Duration","id":1},"pollDelayMultiplier":{"type":"float","id":2},"maxPollDelay":{"type":"google.protobuf.Duration","id":3},"totalPollTimeout":{"type":"google.protobuf.Duration","id":4}}}}},"ClientLibraryOrganization":{"values":{"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED":0,"CLOUD":1,"ADS":2,"PHOTOS":3,"STREET_VIEW":4}},"ClientLibraryDestination":{"values":{"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED":0,"GITHUB":10,"PACKAGE_MANAGER":20}},"LaunchStage":{"values":{"LAUNCH_STAGE_UNSPECIFIED":0,"UNIMPLEMENTED":6,"PRELAUNCH":7,"EARLY_ACCESS":1,"ALPHA":2,"BETA":3,"GA":4,"DEPRECATED":5}},"fieldBehavior":{"rule":"repeated","type":"google.api.FieldBehavior","id":1052,"extend":"google.protobuf.FieldOptions"},"FieldBehavior":{"values":{"FIELD_BEHAVIOR_UNSPECIFIED":0,"OPTIONAL":1,"REQUIRED":2,"OUTPUT_ONLY":3,"INPUT_ONLY":4,"IMMUTABLE":5,"UNORDERED_LIST":6,"NON_EMPTY_DEFAULT":7}},"HttpBody":{"fields":{"contentType":{"type":"string","id":1},"data":{"type":"bytes","id":2},"extensions":{"rule":"repeated","type":"google.protobuf.Any","id":3}}}}},"protobuf":{"options":{"go_package":"google.golang.org/protobuf/types/descriptorpb","java_package":"com.google.protobuf","java_outer_classname":"DescriptorProtos","csharp_namespace":"Google.Protobuf.Reflection","objc_class_prefix":"GPB","cc_enable_arenas":true,"optimize_for":"SPEED"},"nested":{"FileDescriptorSet":{"fields":{"file":{"rule":"repeated","type":"FileDescriptorProto","id":1}}},"FileDescriptorProto":{"fields":{"name":{"type":"string","id":1},"package":{"type":"string","id":2},"dependency":{"rule":"repeated","type":"string","id":3},"publicDependency":{"rule":"repeated","type":"int32","id":10,"options":{"packed":false}},"weakDependency":{"rule":"repeated","type":"int32","id":11,"options":{"packed":false}},"messageType":{"rule":"repeated","type":"DescriptorProto","id":4},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":5},"service":{"rule":"repeated","type":"ServiceDescriptorProto","id":6},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":7},"options":{"type":"FileOptions","id":8},"sourceCodeInfo":{"type":"SourceCodeInfo","id":9},"syntax":{"type":"string","id":12},"edition":{"type":"string","id":13}}},"DescriptorProto":{"fields":{"name":{"type":"string","id":1},"field":{"rule":"repeated","type":"FieldDescriptorProto","id":2},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":6},"nestedType":{"rule":"repeated","type":"DescriptorProto","id":3},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":4},"extensionRange":{"rule":"repeated","type":"ExtensionRange","id":5},"oneofDecl":{"rule":"repeated","type":"OneofDescriptorProto","id":8},"options":{"type":"MessageOptions","id":7},"reservedRange":{"rule":"repeated","type":"ReservedRange","id":9},"reservedName":{"rule":"repeated","type":"string","id":10}},"nested":{"ExtensionRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2},"options":{"type":"ExtensionRangeOptions","id":3}}},"ReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"ExtensionRangeOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"FieldDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":3},"label":{"type":"Label","id":4},"type":{"type":"Type","id":5},"typeName":{"type":"string","id":6},"extendee":{"type":"string","id":2},"defaultValue":{"type":"string","id":7},"oneofIndex":{"type":"int32","id":9},"jsonName":{"type":"string","id":10},"options":{"type":"FieldOptions","id":8},"proto3Optional":{"type":"bool","id":17}},"nested":{"Type":{"values":{"TYPE_DOUBLE":1,"TYPE_FLOAT":2,"TYPE_INT64":3,"TYPE_UINT64":4,"TYPE_INT32":5,"TYPE_FIXED64":6,"TYPE_FIXED32":7,"TYPE_BOOL":8,"TYPE_STRING":9,"TYPE_GROUP":10,"TYPE_MESSAGE":11,"TYPE_BYTES":12,"TYPE_UINT32":13,"TYPE_ENUM":14,"TYPE_SFIXED32":15,"TYPE_SFIXED64":16,"TYPE_SINT32":17,"TYPE_SINT64":18}},"Label":{"values":{"LABEL_OPTIONAL":1,"LABEL_REQUIRED":2,"LABEL_REPEATED":3}}}},"OneofDescriptorProto":{"fields":{"name":{"type":"string","id":1},"options":{"type":"OneofOptions","id":2}}},"EnumDescriptorProto":{"fields":{"name":{"type":"string","id":1},"value":{"rule":"repeated","type":"EnumValueDescriptorProto","id":2},"options":{"type":"EnumOptions","id":3},"reservedRange":{"rule":"repeated","type":"EnumReservedRange","id":4},"reservedName":{"rule":"repeated","type":"string","id":5}},"nested":{"EnumReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"EnumValueDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":2},"options":{"type":"EnumValueOptions","id":3}}},"ServiceDescriptorProto":{"fields":{"name":{"type":"string","id":1},"method":{"rule":"repeated","type":"MethodDescriptorProto","id":2},"options":{"type":"ServiceOptions","id":3}}},"MethodDescriptorProto":{"fields":{"name":{"type":"string","id":1},"inputType":{"type":"string","id":2},"outputType":{"type":"string","id":3},"options":{"type":"MethodOptions","id":4},"clientStreaming":{"type":"bool","id":5,"options":{"default":false}},"serverStreaming":{"type":"bool","id":6,"options":{"default":false}}}},"FileOptions":{"fields":{"javaPackage":{"type":"string","id":1},"javaOuterClassname":{"type":"string","id":8},"javaMultipleFiles":{"type":"bool","id":10,"options":{"default":false}},"javaGenerateEqualsAndHash":{"type":"bool","id":20,"options":{"deprecated":true}},"javaStringCheckUtf8":{"type":"bool","id":27,"options":{"default":false}},"optimizeFor":{"type":"OptimizeMode","id":9,"options":{"default":"SPEED"}},"goPackage":{"type":"string","id":11},"ccGenericServices":{"type":"bool","id":16,"options":{"default":false}},"javaGenericServices":{"type":"bool","id":17,"options":{"default":false}},"pyGenericServices":{"type":"bool","id":18,"options":{"default":false}},"phpGenericServices":{"type":"bool","id":42,"options":{"default":false}},"deprecated":{"type":"bool","id":23,"options":{"default":false}},"ccEnableArenas":{"type":"bool","id":31,"options":{"default":true}},"objcClassPrefix":{"type":"string","id":36},"csharpNamespace":{"type":"string","id":37},"swiftPrefix":{"type":"string","id":39},"phpClassPrefix":{"type":"string","id":40},"phpNamespace":{"type":"string","id":41},"phpMetadataNamespace":{"type":"string","id":44},"rubyPackage":{"type":"string","id":45},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[38,38]],"nested":{"OptimizeMode":{"values":{"SPEED":1,"CODE_SIZE":2,"LITE_RUNTIME":3}}}},"MessageOptions":{"fields":{"messageSetWireFormat":{"type":"bool","id":1,"options":{"default":false}},"noStandardDescriptorAccessor":{"type":"bool","id":2,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"mapEntry":{"type":"bool","id":7},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":11,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4],[5,5],[6,6],[8,8],[9,9]]},"FieldOptions":{"fields":{"ctype":{"type":"CType","id":1,"options":{"default":"STRING"}},"packed":{"type":"bool","id":2},"jstype":{"type":"JSType","id":6,"options":{"default":"JS_NORMAL"}},"lazy":{"type":"bool","id":5,"options":{"default":false}},"unverifiedLazy":{"type":"bool","id":15,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"weak":{"type":"bool","id":10,"options":{"default":false}},"debugRedact":{"type":"bool","id":16,"options":{"default":false}},"retention":{"type":"OptionRetention","id":17},"target":{"type":"OptionTargetType","id":18},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4]],"nested":{"CType":{"values":{"STRING":0,"CORD":1,"STRING_PIECE":2}},"JSType":{"values":{"JS_NORMAL":0,"JS_STRING":1,"JS_NUMBER":2}},"OptionRetention":{"values":{"RETENTION_UNKNOWN":0,"RETENTION_RUNTIME":1,"RETENTION_SOURCE":2}},"OptionTargetType":{"values":{"TARGET_TYPE_UNKNOWN":0,"TARGET_TYPE_FILE":1,"TARGET_TYPE_EXTENSION_RANGE":2,"TARGET_TYPE_MESSAGE":3,"TARGET_TYPE_FIELD":4,"TARGET_TYPE_ONEOF":5,"TARGET_TYPE_ENUM":6,"TARGET_TYPE_ENUM_ENTRY":7,"TARGET_TYPE_SERVICE":8,"TARGET_TYPE_METHOD":9}}}},"OneofOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"EnumOptions":{"fields":{"allowAlias":{"type":"bool","id":2},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":6,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[5,5]]},"EnumValueOptions":{"fields":{"deprecated":{"type":"bool","id":1,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"ServiceOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"MethodOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"idempotencyLevel":{"type":"IdempotencyLevel","id":34,"options":{"default":"IDEMPOTENCY_UNKNOWN"}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"nested":{"IdempotencyLevel":{"values":{"IDEMPOTENCY_UNKNOWN":0,"NO_SIDE_EFFECTS":1,"IDEMPOTENT":2}}}},"UninterpretedOption":{"fields":{"name":{"rule":"repeated","type":"NamePart","id":2},"identifierValue":{"type":"string","id":3},"positiveIntValue":{"type":"uint64","id":4},"negativeIntValue":{"type":"int64","id":5},"doubleValue":{"type":"double","id":6},"stringValue":{"type":"bytes","id":7},"aggregateValue":{"type":"string","id":8}},"nested":{"NamePart":{"fields":{"namePart":{"rule":"required","type":"string","id":1},"isExtension":{"rule":"required","type":"bool","id":2}}}}},"SourceCodeInfo":{"fields":{"location":{"rule":"repeated","type":"Location","id":1}},"nested":{"Location":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"span":{"rule":"repeated","type":"int32","id":2},"leadingComments":{"type":"string","id":3},"trailingComments":{"type":"string","id":4},"leadingDetachedComments":{"rule":"repeated","type":"string","id":6}}}}},"GeneratedCodeInfo":{"fields":{"annotation":{"rule":"repeated","type":"Annotation","id":1}},"nested":{"Annotation":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"sourceFile":{"type":"string","id":2},"begin":{"type":"int32","id":3},"end":{"type":"int32","id":4},"semantic":{"type":"Semantic","id":5}},"nested":{"Semantic":{"values":{"NONE":0,"SET":1,"ALIAS":2}}}}}},"Duration":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"Struct":{"fields":{"fields":{"keyType":"string","type":"Value","id":1}}},"Value":{"oneofs":{"kind":{"oneof":["nullValue","numberValue","stringValue","boolValue","structValue","listValue"]}},"fields":{"nullValue":{"type":"NullValue","id":1},"numberValue":{"type":"double","id":2},"stringValue":{"type":"string","id":3},"boolValue":{"type":"bool","id":4},"structValue":{"type":"Struct","id":5},"listValue":{"type":"ListValue","id":6}}},"NullValue":{"values":{"NULL_VALUE":0}},"ListValue":{"fields":{"values":{"rule":"repeated","type":"Value","id":1}}},"Timestamp":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"Any":{"fields":{"type_url":{"type":"string","id":1},"value":{"type":"bytes","id":2}}},"Empty":{"fields":{}}}},"rpc":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/rpc/status;status","java_multiple_files":true,"java_outer_classname":"StatusProto","java_package":"com.google.rpc","objc_class_prefix":"RPC"},"nested":{"Status":{"fields":{"code":{"type":"int32","id":1},"message":{"type":"string","id":2},"details":{"rule":"repeated","type":"google.protobuf.Any","id":3}}}}},"type":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/type/date;date","java_multiple_files":true,"java_outer_classname":"DateProto","java_package":"com.google.type","objc_class_prefix":"GTP"},"nested":{"Date":{"fields":{"year":{"type":"int32","id":1},"month":{"type":"int32","id":2},"day":{"type":"int32","id":3}}}}},"longrunning":{"options":{"cc_enable_arenas":true,"csharp_namespace":"Google.LongRunning","go_package":"google.golang.org/genproto/googleapis/longrunning;longrunning","java_multiple_files":true,"java_outer_classname":"OperationsProto","java_package":"com.google.longrunning","php_namespace":"Google\\LongRunning"},"nested":{"operationInfo":{"type":"google.longrunning.OperationInfo","id":1049,"extend":"google.protobuf.MethodOptions"},"Operations":{"options":{"(google.api.default_host)":"longrunning.googleapis.com"},"methods":{"ListOperations":{"requestType":"ListOperationsRequest","responseType":"ListOperationsResponse","options":{"(google.api.http).get":"/v1/{name=operations}","(google.api.method_signature)":"name,filter"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations}"}},{"(google.api.method_signature)":"name,filter"}]},"GetOperation":{"requestType":"GetOperationRequest","responseType":"Operation","options":{"(google.api.http).get":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"DeleteOperation":{"requestType":"DeleteOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).delete":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"CancelOperation":{"requestType":"CancelOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).post":"/v1/{name=operations/**}:cancel","(google.api.http).body":"*","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=operations/**}:cancel","body":"*"}},{"(google.api.method_signature)":"name"}]},"WaitOperation":{"requestType":"WaitOperationRequest","responseType":"Operation"}}},"Operation":{"oneofs":{"result":{"oneof":["error","response"]}},"fields":{"name":{"type":"string","id":1},"metadata":{"type":"google.protobuf.Any","id":2},"done":{"type":"bool","id":3},"error":{"type":"google.rpc.Status","id":4},"response":{"type":"google.protobuf.Any","id":5}}},"GetOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"ListOperationsRequest":{"fields":{"name":{"type":"string","id":4},"filter":{"type":"string","id":1},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListOperationsResponse":{"fields":{"operations":{"rule":"repeated","type":"Operation","id":1},"nextPageToken":{"type":"string","id":2}}},"CancelOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"DeleteOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"WaitOperationRequest":{"fields":{"name":{"type":"string","id":1},"timeout":{"type":"google.protobuf.Duration","id":2}}},"OperationInfo":{"fields":{"responseType":{"type":"string","id":1},"metadataType":{"type":"string","id":2}}}}}}}}}
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "cloud": {
6
+ "nested": {
7
+ "discoveryengine": {
8
+ "nested": {
9
+ "v1beta": {
10
+ "options": {
11
+ "csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Beta",
12
+ "go_package": "cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb",
13
+ "java_multiple_files": true,
14
+ "java_outer_classname": "UserEventServiceProto",
15
+ "java_package": "com.google.cloud.discoveryengine.v1beta",
16
+ "objc_class_prefix": "DISCOVERYENGINE",
17
+ "php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1beta",
18
+ "ruby_package": "Google::Cloud::DiscoveryEngine::V1beta",
19
+ "(google.api.resource_definition).type": "discoveryengine.googleapis.com/ServingConfig",
20
+ "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}"
21
+ },
22
+ "nested": {
23
+ "Interval": {
24
+ "oneofs": {
25
+ "min": {
26
+ "oneof": [
27
+ "minimum",
28
+ "exclusiveMinimum"
29
+ ]
30
+ },
31
+ "max": {
32
+ "oneof": [
33
+ "maximum",
34
+ "exclusiveMaximum"
35
+ ]
36
+ }
37
+ },
38
+ "fields": {
39
+ "minimum": {
40
+ "type": "double",
41
+ "id": 1
42
+ },
43
+ "exclusiveMinimum": {
44
+ "type": "double",
45
+ "id": 2
46
+ },
47
+ "maximum": {
48
+ "type": "double",
49
+ "id": 3
50
+ },
51
+ "exclusiveMaximum": {
52
+ "type": "double",
53
+ "id": 4
54
+ }
55
+ }
56
+ },
57
+ "CustomAttribute": {
58
+ "fields": {
59
+ "text": {
60
+ "rule": "repeated",
61
+ "type": "string",
62
+ "id": 1
63
+ },
64
+ "numbers": {
65
+ "rule": "repeated",
66
+ "type": "double",
67
+ "id": 2
68
+ }
69
+ }
70
+ },
71
+ "UserInfo": {
72
+ "fields": {
73
+ "userId": {
74
+ "type": "string",
75
+ "id": 1
76
+ },
77
+ "userAgent": {
78
+ "type": "string",
79
+ "id": 2
80
+ }
81
+ }
82
+ },
83
+ "CompletionService": {
84
+ "options": {
85
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
86
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
87
+ },
88
+ "methods": {
89
+ "CompleteQuery": {
90
+ "requestType": "CompleteQueryRequest",
91
+ "responseType": "CompleteQueryResponse",
92
+ "options": {
93
+ "(google.api.http).get": "/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
94
+ "(google.api.http).additional_bindings.get": "/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
95
+ },
96
+ "parsedOptions": [
97
+ {
98
+ "(google.api.http)": {
99
+ "get": "/v1beta/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
100
+ "additional_bindings": {
101
+ "get": "/v1beta/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
102
+ }
103
+ }
104
+ }
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "CompleteQueryRequest": {
110
+ "fields": {
111
+ "dataStore": {
112
+ "type": "string",
113
+ "id": 1,
114
+ "options": {
115
+ "(google.api.field_behavior)": "REQUIRED",
116
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
117
+ }
118
+ },
119
+ "query": {
120
+ "type": "string",
121
+ "id": 2,
122
+ "options": {
123
+ "(google.api.field_behavior)": "REQUIRED"
124
+ }
125
+ },
126
+ "queryModel": {
127
+ "type": "string",
128
+ "id": 3
129
+ },
130
+ "userPseudoId": {
131
+ "type": "string",
132
+ "id": 4
133
+ }
134
+ }
135
+ },
136
+ "CompleteQueryResponse": {
137
+ "fields": {
138
+ "querySuggestions": {
139
+ "rule": "repeated",
140
+ "type": "QuerySuggestion",
141
+ "id": 1
142
+ }
143
+ },
144
+ "nested": {
145
+ "QuerySuggestion": {
146
+ "fields": {
147
+ "suggestion": {
148
+ "type": "string",
149
+ "id": 1
150
+ }
151
+ }
152
+ }
153
+ }
154
+ },
155
+ "Document": {
156
+ "options": {
157
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Document",
158
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"
159
+ },
160
+ "oneofs": {
161
+ "data": {
162
+ "oneof": [
163
+ "structData",
164
+ "jsonData"
165
+ ]
166
+ }
167
+ },
168
+ "fields": {
169
+ "structData": {
170
+ "type": "google.protobuf.Struct",
171
+ "id": 4
172
+ },
173
+ "jsonData": {
174
+ "type": "string",
175
+ "id": 5
176
+ },
177
+ "name": {
178
+ "type": "string",
179
+ "id": 1,
180
+ "options": {
181
+ "(google.api.field_behavior)": "IMMUTABLE"
182
+ }
183
+ },
184
+ "id": {
185
+ "type": "string",
186
+ "id": 2,
187
+ "options": {
188
+ "(google.api.field_behavior)": "IMMUTABLE"
189
+ }
190
+ },
191
+ "schemaId": {
192
+ "type": "string",
193
+ "id": 3
194
+ },
195
+ "content": {
196
+ "type": "Content",
197
+ "id": 10
198
+ },
199
+ "parentDocumentId": {
200
+ "type": "string",
201
+ "id": 7
202
+ },
203
+ "derivedStructData": {
204
+ "type": "google.protobuf.Struct",
205
+ "id": 6,
206
+ "options": {
207
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
208
+ }
209
+ }
210
+ },
211
+ "nested": {
212
+ "Content": {
213
+ "oneofs": {
214
+ "content": {
215
+ "oneof": [
216
+ "rawBytes",
217
+ "uri"
218
+ ]
219
+ }
220
+ },
221
+ "fields": {
222
+ "rawBytes": {
223
+ "type": "bytes",
224
+ "id": 2
225
+ },
226
+ "uri": {
227
+ "type": "string",
228
+ "id": 3
229
+ },
230
+ "mimeType": {
231
+ "type": "string",
232
+ "id": 1
233
+ }
234
+ }
235
+ }
236
+ }
237
+ },
238
+ "DocumentService": {
239
+ "options": {
240
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
241
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
242
+ },
243
+ "methods": {
244
+ "GetDocument": {
245
+ "requestType": "GetDocumentRequest",
246
+ "responseType": "Document",
247
+ "options": {
248
+ "(google.api.http).get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
249
+ "(google.api.http).additional_bindings.get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
250
+ "(google.api.method_signature)": "name"
251
+ },
252
+ "parsedOptions": [
253
+ {
254
+ "(google.api.http)": {
255
+ "get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
256
+ "additional_bindings": {
257
+ "get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
258
+ }
259
+ }
260
+ },
261
+ {
262
+ "(google.api.method_signature)": "name"
263
+ }
264
+ ]
265
+ },
266
+ "ListDocuments": {
267
+ "requestType": "ListDocumentsRequest",
268
+ "responseType": "ListDocumentsResponse",
269
+ "options": {
270
+ "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
271
+ "(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
272
+ "(google.api.method_signature)": "parent"
273
+ },
274
+ "parsedOptions": [
275
+ {
276
+ "(google.api.http)": {
277
+ "get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
278
+ "additional_bindings": {
279
+ "get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
280
+ }
281
+ }
282
+ },
283
+ {
284
+ "(google.api.method_signature)": "parent"
285
+ }
286
+ ]
287
+ },
288
+ "CreateDocument": {
289
+ "requestType": "CreateDocumentRequest",
290
+ "responseType": "Document",
291
+ "options": {
292
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
293
+ "(google.api.http).body": "document",
294
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
295
+ "(google.api.http).additional_bindings.body": "document",
296
+ "(google.api.method_signature)": "parent,document,document_id"
297
+ },
298
+ "parsedOptions": [
299
+ {
300
+ "(google.api.http)": {
301
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
302
+ "body": "document",
303
+ "additional_bindings": {
304
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
305
+ "body": "document"
306
+ }
307
+ }
308
+ },
309
+ {
310
+ "(google.api.method_signature)": "parent,document,document_id"
311
+ }
312
+ ]
313
+ },
314
+ "UpdateDocument": {
315
+ "requestType": "UpdateDocumentRequest",
316
+ "responseType": "Document",
317
+ "options": {
318
+ "(google.api.http).patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
319
+ "(google.api.http).body": "document",
320
+ "(google.api.http).additional_bindings.patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
321
+ "(google.api.http).additional_bindings.body": "document"
322
+ },
323
+ "parsedOptions": [
324
+ {
325
+ "(google.api.http)": {
326
+ "patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
327
+ "body": "document",
328
+ "additional_bindings": {
329
+ "patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
330
+ "body": "document"
331
+ }
332
+ }
333
+ }
334
+ ]
335
+ },
336
+ "DeleteDocument": {
337
+ "requestType": "DeleteDocumentRequest",
338
+ "responseType": "google.protobuf.Empty",
339
+ "options": {
340
+ "(google.api.http).delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
341
+ "(google.api.http).additional_bindings.delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
342
+ "(google.api.method_signature)": "name"
343
+ },
344
+ "parsedOptions": [
345
+ {
346
+ "(google.api.http)": {
347
+ "delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
348
+ "additional_bindings": {
349
+ "delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "(google.api.method_signature)": "name"
355
+ }
356
+ ]
357
+ },
358
+ "ImportDocuments": {
359
+ "requestType": "ImportDocumentsRequest",
360
+ "responseType": "google.longrunning.Operation",
361
+ "options": {
362
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
363
+ "(google.api.http).body": "*",
364
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
365
+ "(google.api.http).additional_bindings.body": "*",
366
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
367
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
368
+ },
369
+ "parsedOptions": [
370
+ {
371
+ "(google.api.http)": {
372
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
373
+ "body": "*",
374
+ "additional_bindings": {
375
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
376
+ "body": "*"
377
+ }
378
+ }
379
+ },
380
+ {
381
+ "(google.longrunning.operation_info)": {
382
+ "response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
383
+ "metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
384
+ }
385
+ }
386
+ ]
387
+ },
388
+ "PurgeDocuments": {
389
+ "requestType": "PurgeDocumentsRequest",
390
+ "responseType": "google.longrunning.Operation",
391
+ "options": {
392
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
393
+ "(google.api.http).body": "*",
394
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
395
+ "(google.api.http).additional_bindings.body": "*",
396
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.PurgeDocumentsResponse",
397
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.PurgeDocumentsMetadata"
398
+ },
399
+ "parsedOptions": [
400
+ {
401
+ "(google.api.http)": {
402
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
403
+ "body": "*",
404
+ "additional_bindings": {
405
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
406
+ "body": "*"
407
+ }
408
+ }
409
+ },
410
+ {
411
+ "(google.longrunning.operation_info)": {
412
+ "response_type": "google.cloud.discoveryengine.v1beta.PurgeDocumentsResponse",
413
+ "metadata_type": "google.cloud.discoveryengine.v1beta.PurgeDocumentsMetadata"
414
+ }
415
+ }
416
+ ]
417
+ }
418
+ }
419
+ },
420
+ "GetDocumentRequest": {
421
+ "fields": {
422
+ "name": {
423
+ "type": "string",
424
+ "id": 1,
425
+ "options": {
426
+ "(google.api.field_behavior)": "REQUIRED",
427
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
428
+ }
429
+ }
430
+ }
431
+ },
432
+ "ListDocumentsRequest": {
433
+ "fields": {
434
+ "parent": {
435
+ "type": "string",
436
+ "id": 1,
437
+ "options": {
438
+ "(google.api.field_behavior)": "REQUIRED",
439
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
440
+ }
441
+ },
442
+ "pageSize": {
443
+ "type": "int32",
444
+ "id": 2
445
+ },
446
+ "pageToken": {
447
+ "type": "string",
448
+ "id": 3
449
+ }
450
+ }
451
+ },
452
+ "ListDocumentsResponse": {
453
+ "fields": {
454
+ "documents": {
455
+ "rule": "repeated",
456
+ "type": "Document",
457
+ "id": 1
458
+ },
459
+ "nextPageToken": {
460
+ "type": "string",
461
+ "id": 2
462
+ }
463
+ }
464
+ },
465
+ "CreateDocumentRequest": {
466
+ "fields": {
467
+ "parent": {
468
+ "type": "string",
469
+ "id": 1,
470
+ "options": {
471
+ "(google.api.field_behavior)": "REQUIRED",
472
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
473
+ }
474
+ },
475
+ "document": {
476
+ "type": "Document",
477
+ "id": 2,
478
+ "options": {
479
+ "(google.api.field_behavior)": "REQUIRED"
480
+ }
481
+ },
482
+ "documentId": {
483
+ "type": "string",
484
+ "id": 3,
485
+ "options": {
486
+ "(google.api.field_behavior)": "REQUIRED"
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "UpdateDocumentRequest": {
492
+ "fields": {
493
+ "document": {
494
+ "type": "Document",
495
+ "id": 1,
496
+ "options": {
497
+ "(google.api.field_behavior)": "REQUIRED"
498
+ }
499
+ },
500
+ "allowMissing": {
501
+ "type": "bool",
502
+ "id": 2
503
+ }
504
+ }
505
+ },
506
+ "DeleteDocumentRequest": {
507
+ "fields": {
508
+ "name": {
509
+ "type": "string",
510
+ "id": 1,
511
+ "options": {
512
+ "(google.api.field_behavior)": "REQUIRED",
513
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
514
+ }
515
+ }
516
+ }
517
+ },
518
+ "GcsSource": {
519
+ "fields": {
520
+ "inputUris": {
521
+ "rule": "repeated",
522
+ "type": "string",
523
+ "id": 1,
524
+ "options": {
525
+ "(google.api.field_behavior)": "REQUIRED"
526
+ }
527
+ },
528
+ "dataSchema": {
529
+ "type": "string",
530
+ "id": 2
531
+ }
532
+ }
533
+ },
534
+ "BigQuerySource": {
535
+ "oneofs": {
536
+ "partition": {
537
+ "oneof": [
538
+ "partitionDate"
539
+ ]
540
+ }
541
+ },
542
+ "fields": {
543
+ "partitionDate": {
544
+ "type": "google.type.Date",
545
+ "id": 5
546
+ },
547
+ "projectId": {
548
+ "type": "string",
549
+ "id": 1
550
+ },
551
+ "datasetId": {
552
+ "type": "string",
553
+ "id": 2,
554
+ "options": {
555
+ "(google.api.field_behavior)": "REQUIRED"
556
+ }
557
+ },
558
+ "tableId": {
559
+ "type": "string",
560
+ "id": 3,
561
+ "options": {
562
+ "(google.api.field_behavior)": "REQUIRED"
563
+ }
564
+ },
565
+ "gcsStagingDir": {
566
+ "type": "string",
567
+ "id": 4
568
+ },
569
+ "dataSchema": {
570
+ "type": "string",
571
+ "id": 6
572
+ }
573
+ }
574
+ },
575
+ "ImportErrorConfig": {
576
+ "oneofs": {
577
+ "destination": {
578
+ "oneof": [
579
+ "gcsPrefix"
580
+ ]
581
+ }
582
+ },
583
+ "fields": {
584
+ "gcsPrefix": {
585
+ "type": "string",
586
+ "id": 1
587
+ }
588
+ }
589
+ },
590
+ "ImportUserEventsRequest": {
591
+ "oneofs": {
592
+ "source": {
593
+ "oneof": [
594
+ "inlineSource",
595
+ "gcsSource",
596
+ "bigquerySource"
597
+ ]
598
+ }
599
+ },
600
+ "fields": {
601
+ "inlineSource": {
602
+ "type": "InlineSource",
603
+ "id": 2,
604
+ "options": {
605
+ "(google.api.field_behavior)": "REQUIRED"
606
+ }
607
+ },
608
+ "gcsSource": {
609
+ "type": "GcsSource",
610
+ "id": 3,
611
+ "options": {
612
+ "(google.api.field_behavior)": "REQUIRED"
613
+ }
614
+ },
615
+ "bigquerySource": {
616
+ "type": "BigQuerySource",
617
+ "id": 4,
618
+ "options": {
619
+ "(google.api.field_behavior)": "REQUIRED"
620
+ }
621
+ },
622
+ "parent": {
623
+ "type": "string",
624
+ "id": 1,
625
+ "options": {
626
+ "(google.api.field_behavior)": "REQUIRED",
627
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
628
+ }
629
+ },
630
+ "errorConfig": {
631
+ "type": "ImportErrorConfig",
632
+ "id": 5
633
+ }
634
+ },
635
+ "nested": {
636
+ "InlineSource": {
637
+ "fields": {
638
+ "userEvents": {
639
+ "rule": "repeated",
640
+ "type": "UserEvent",
641
+ "id": 1,
642
+ "options": {
643
+ "(google.api.field_behavior)": "REQUIRED"
644
+ }
645
+ }
646
+ }
647
+ }
648
+ }
649
+ },
650
+ "ImportUserEventsResponse": {
651
+ "fields": {
652
+ "errorSamples": {
653
+ "rule": "repeated",
654
+ "type": "google.rpc.Status",
655
+ "id": 1
656
+ },
657
+ "errorConfig": {
658
+ "type": "ImportErrorConfig",
659
+ "id": 2
660
+ },
661
+ "joinedEventsCount": {
662
+ "type": "int64",
663
+ "id": 3
664
+ },
665
+ "unjoinedEventsCount": {
666
+ "type": "int64",
667
+ "id": 4
668
+ }
669
+ }
670
+ },
671
+ "ImportUserEventsMetadata": {
672
+ "fields": {
673
+ "createTime": {
674
+ "type": "google.protobuf.Timestamp",
675
+ "id": 1
676
+ },
677
+ "updateTime": {
678
+ "type": "google.protobuf.Timestamp",
679
+ "id": 2
680
+ },
681
+ "successCount": {
682
+ "type": "int64",
683
+ "id": 3
684
+ },
685
+ "failureCount": {
686
+ "type": "int64",
687
+ "id": 4
688
+ }
689
+ }
690
+ },
691
+ "ImportDocumentsMetadata": {
692
+ "fields": {
693
+ "createTime": {
694
+ "type": "google.protobuf.Timestamp",
695
+ "id": 1
696
+ },
697
+ "updateTime": {
698
+ "type": "google.protobuf.Timestamp",
699
+ "id": 2
700
+ },
701
+ "successCount": {
702
+ "type": "int64",
703
+ "id": 3
704
+ },
705
+ "failureCount": {
706
+ "type": "int64",
707
+ "id": 4
708
+ }
709
+ }
710
+ },
711
+ "ImportDocumentsRequest": {
712
+ "oneofs": {
713
+ "source": {
714
+ "oneof": [
715
+ "inlineSource",
716
+ "gcsSource",
717
+ "bigquerySource"
718
+ ]
719
+ }
720
+ },
721
+ "fields": {
722
+ "inlineSource": {
723
+ "type": "InlineSource",
724
+ "id": 2
725
+ },
726
+ "gcsSource": {
727
+ "type": "GcsSource",
728
+ "id": 3
729
+ },
730
+ "bigquerySource": {
731
+ "type": "BigQuerySource",
732
+ "id": 4
733
+ },
734
+ "parent": {
735
+ "type": "string",
736
+ "id": 1,
737
+ "options": {
738
+ "(google.api.field_behavior)": "REQUIRED",
739
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
740
+ }
741
+ },
742
+ "errorConfig": {
743
+ "type": "ImportErrorConfig",
744
+ "id": 5
745
+ },
746
+ "reconciliationMode": {
747
+ "type": "ReconciliationMode",
748
+ "id": 6
749
+ }
750
+ },
751
+ "nested": {
752
+ "InlineSource": {
753
+ "fields": {
754
+ "documents": {
755
+ "rule": "repeated",
756
+ "type": "Document",
757
+ "id": 1,
758
+ "options": {
759
+ "(google.api.field_behavior)": "REQUIRED"
760
+ }
761
+ }
762
+ }
763
+ },
764
+ "ReconciliationMode": {
765
+ "values": {
766
+ "RECONCILIATION_MODE_UNSPECIFIED": 0,
767
+ "INCREMENTAL": 1,
768
+ "FULL": 2
769
+ }
770
+ }
771
+ }
772
+ },
773
+ "ImportDocumentsResponse": {
774
+ "fields": {
775
+ "errorSamples": {
776
+ "rule": "repeated",
777
+ "type": "google.rpc.Status",
778
+ "id": 1
779
+ },
780
+ "errorConfig": {
781
+ "type": "ImportErrorConfig",
782
+ "id": 2
783
+ }
784
+ }
785
+ },
786
+ "UserEvent": {
787
+ "fields": {
788
+ "eventType": {
789
+ "type": "string",
790
+ "id": 1,
791
+ "options": {
792
+ "(google.api.field_behavior)": "REQUIRED"
793
+ }
794
+ },
795
+ "userPseudoId": {
796
+ "type": "string",
797
+ "id": 2,
798
+ "options": {
799
+ "(google.api.field_behavior)": "REQUIRED"
800
+ }
801
+ },
802
+ "eventTime": {
803
+ "type": "google.protobuf.Timestamp",
804
+ "id": 3
805
+ },
806
+ "userInfo": {
807
+ "type": "UserInfo",
808
+ "id": 4
809
+ },
810
+ "directUserRequest": {
811
+ "type": "bool",
812
+ "id": 5
813
+ },
814
+ "sessionId": {
815
+ "type": "string",
816
+ "id": 6
817
+ },
818
+ "pageInfo": {
819
+ "type": "PageInfo",
820
+ "id": 7
821
+ },
822
+ "attributionToken": {
823
+ "type": "string",
824
+ "id": 8
825
+ },
826
+ "filter": {
827
+ "type": "string",
828
+ "id": 9
829
+ },
830
+ "documents": {
831
+ "rule": "repeated",
832
+ "type": "DocumentInfo",
833
+ "id": 10
834
+ },
835
+ "panel": {
836
+ "type": "PanelInfo",
837
+ "id": 11
838
+ },
839
+ "searchInfo": {
840
+ "type": "SearchInfo",
841
+ "id": 12
842
+ },
843
+ "completionInfo": {
844
+ "type": "CompletionInfo",
845
+ "id": 13
846
+ },
847
+ "transactionInfo": {
848
+ "type": "TransactionInfo",
849
+ "id": 14
850
+ },
851
+ "tagIds": {
852
+ "rule": "repeated",
853
+ "type": "string",
854
+ "id": 15
855
+ },
856
+ "promotionIds": {
857
+ "rule": "repeated",
858
+ "type": "string",
859
+ "id": 16
860
+ },
861
+ "attributes": {
862
+ "keyType": "string",
863
+ "type": "CustomAttribute",
864
+ "id": 17
865
+ },
866
+ "mediaInfo": {
867
+ "type": "MediaInfo",
868
+ "id": 18
869
+ }
870
+ }
871
+ },
872
+ "PageInfo": {
873
+ "fields": {
874
+ "pageviewId": {
875
+ "type": "string",
876
+ "id": 1
877
+ },
878
+ "pageCategory": {
879
+ "type": "string",
880
+ "id": 2
881
+ },
882
+ "uri": {
883
+ "type": "string",
884
+ "id": 3
885
+ },
886
+ "referrerUri": {
887
+ "type": "string",
888
+ "id": 4
889
+ }
890
+ }
891
+ },
892
+ "SearchInfo": {
893
+ "oneofs": {
894
+ "_offset": {
895
+ "oneof": [
896
+ "offset"
897
+ ]
898
+ }
899
+ },
900
+ "fields": {
901
+ "searchQuery": {
902
+ "type": "string",
903
+ "id": 1
904
+ },
905
+ "orderBy": {
906
+ "type": "string",
907
+ "id": 2
908
+ },
909
+ "offset": {
910
+ "type": "int32",
911
+ "id": 3,
912
+ "options": {
913
+ "proto3_optional": true
914
+ }
915
+ }
916
+ }
917
+ },
918
+ "CompletionInfo": {
919
+ "fields": {
920
+ "selectedSuggestion": {
921
+ "type": "string",
922
+ "id": 1
923
+ },
924
+ "selectedPosition": {
925
+ "type": "int32",
926
+ "id": 2
927
+ }
928
+ }
929
+ },
930
+ "TransactionInfo": {
931
+ "oneofs": {
932
+ "_value": {
933
+ "oneof": [
934
+ "value"
935
+ ]
936
+ },
937
+ "_tax": {
938
+ "oneof": [
939
+ "tax"
940
+ ]
941
+ },
942
+ "_cost": {
943
+ "oneof": [
944
+ "cost"
945
+ ]
946
+ },
947
+ "_discountValue": {
948
+ "oneof": [
949
+ "discountValue"
950
+ ]
951
+ }
952
+ },
953
+ "fields": {
954
+ "value": {
955
+ "type": "float",
956
+ "id": 1,
957
+ "options": {
958
+ "(google.api.field_behavior)": "REQUIRED",
959
+ "proto3_optional": true
960
+ }
961
+ },
962
+ "currency": {
963
+ "type": "string",
964
+ "id": 2,
965
+ "options": {
966
+ "(google.api.field_behavior)": "REQUIRED"
967
+ }
968
+ },
969
+ "transactionId": {
970
+ "type": "string",
971
+ "id": 3
972
+ },
973
+ "tax": {
974
+ "type": "float",
975
+ "id": 4,
976
+ "options": {
977
+ "proto3_optional": true
978
+ }
979
+ },
980
+ "cost": {
981
+ "type": "float",
982
+ "id": 5,
983
+ "options": {
984
+ "proto3_optional": true
985
+ }
986
+ },
987
+ "discountValue": {
988
+ "type": "float",
989
+ "id": 6,
990
+ "options": {
991
+ "proto3_optional": true
992
+ }
993
+ }
994
+ }
995
+ },
996
+ "DocumentInfo": {
997
+ "oneofs": {
998
+ "documentDescriptor": {
999
+ "oneof": [
1000
+ "id",
1001
+ "name"
1002
+ ]
1003
+ },
1004
+ "_quantity": {
1005
+ "oneof": [
1006
+ "quantity"
1007
+ ]
1008
+ }
1009
+ },
1010
+ "fields": {
1011
+ "id": {
1012
+ "type": "string",
1013
+ "id": 1,
1014
+ "options": {
1015
+ "(google.api.field_behavior)": "REQUIRED"
1016
+ }
1017
+ },
1018
+ "name": {
1019
+ "type": "string",
1020
+ "id": 2,
1021
+ "options": {
1022
+ "(google.api.field_behavior)": "REQUIRED",
1023
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
1024
+ }
1025
+ },
1026
+ "quantity": {
1027
+ "type": "int32",
1028
+ "id": 3,
1029
+ "options": {
1030
+ "proto3_optional": true
1031
+ }
1032
+ },
1033
+ "promotionIds": {
1034
+ "rule": "repeated",
1035
+ "type": "string",
1036
+ "id": 4
1037
+ }
1038
+ }
1039
+ },
1040
+ "PanelInfo": {
1041
+ "oneofs": {
1042
+ "_panelPosition": {
1043
+ "oneof": [
1044
+ "panelPosition"
1045
+ ]
1046
+ },
1047
+ "_totalPanels": {
1048
+ "oneof": [
1049
+ "totalPanels"
1050
+ ]
1051
+ }
1052
+ },
1053
+ "fields": {
1054
+ "panelId": {
1055
+ "type": "string",
1056
+ "id": 2,
1057
+ "options": {
1058
+ "(google.api.field_behavior)": "REQUIRED"
1059
+ }
1060
+ },
1061
+ "displayName": {
1062
+ "type": "string",
1063
+ "id": 3
1064
+ },
1065
+ "panelPosition": {
1066
+ "type": "int32",
1067
+ "id": 4,
1068
+ "options": {
1069
+ "proto3_optional": true
1070
+ }
1071
+ },
1072
+ "totalPanels": {
1073
+ "type": "int32",
1074
+ "id": 5,
1075
+ "options": {
1076
+ "proto3_optional": true
1077
+ }
1078
+ }
1079
+ }
1080
+ },
1081
+ "MediaInfo": {
1082
+ "oneofs": {
1083
+ "_mediaProgressPercentage": {
1084
+ "oneof": [
1085
+ "mediaProgressPercentage"
1086
+ ]
1087
+ }
1088
+ },
1089
+ "fields": {
1090
+ "mediaProgressDuration": {
1091
+ "type": "google.protobuf.Duration",
1092
+ "id": 1
1093
+ },
1094
+ "mediaProgressPercentage": {
1095
+ "type": "float",
1096
+ "id": 2,
1097
+ "options": {
1098
+ "proto3_optional": true
1099
+ }
1100
+ }
1101
+ }
1102
+ },
1103
+ "PurgeDocumentsRequest": {
1104
+ "fields": {
1105
+ "parent": {
1106
+ "type": "string",
1107
+ "id": 1,
1108
+ "options": {
1109
+ "(google.api.field_behavior)": "REQUIRED",
1110
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
1111
+ }
1112
+ },
1113
+ "filter": {
1114
+ "type": "string",
1115
+ "id": 2,
1116
+ "options": {
1117
+ "(google.api.field_behavior)": "REQUIRED"
1118
+ }
1119
+ },
1120
+ "force": {
1121
+ "type": "bool",
1122
+ "id": 3
1123
+ }
1124
+ }
1125
+ },
1126
+ "PurgeDocumentsResponse": {
1127
+ "fields": {
1128
+ "purgeCount": {
1129
+ "type": "int64",
1130
+ "id": 1
1131
+ },
1132
+ "purgeSample": {
1133
+ "rule": "repeated",
1134
+ "type": "string",
1135
+ "id": 2,
1136
+ "options": {
1137
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
1138
+ }
1139
+ }
1140
+ }
1141
+ },
1142
+ "PurgeDocumentsMetadata": {
1143
+ "fields": {
1144
+ "createTime": {
1145
+ "type": "google.protobuf.Timestamp",
1146
+ "id": 1
1147
+ },
1148
+ "updateTime": {
1149
+ "type": "google.protobuf.Timestamp",
1150
+ "id": 2
1151
+ },
1152
+ "successCount": {
1153
+ "type": "int64",
1154
+ "id": 3
1155
+ },
1156
+ "failureCount": {
1157
+ "type": "int64",
1158
+ "id": 4
1159
+ }
1160
+ }
1161
+ },
1162
+ "RecommendationService": {
1163
+ "options": {
1164
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
1165
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
1166
+ },
1167
+ "methods": {
1168
+ "Recommend": {
1169
+ "requestType": "RecommendRequest",
1170
+ "responseType": "RecommendResponse",
1171
+ "options": {
1172
+ "(google.api.http).post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
1173
+ "(google.api.http).body": "*",
1174
+ "(google.api.http).additional_bindings.post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
1175
+ "(google.api.http).additional_bindings.body": "*"
1176
+ },
1177
+ "parsedOptions": [
1178
+ {
1179
+ "(google.api.http)": {
1180
+ "post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
1181
+ "body": "*",
1182
+ "additional_bindings": {
1183
+ "post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
1184
+ "body": "*"
1185
+ }
1186
+ }
1187
+ }
1188
+ ]
1189
+ }
1190
+ }
1191
+ },
1192
+ "RecommendRequest": {
1193
+ "fields": {
1194
+ "servingConfig": {
1195
+ "type": "string",
1196
+ "id": 1,
1197
+ "options": {
1198
+ "(google.api.field_behavior)": "REQUIRED",
1199
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
1200
+ }
1201
+ },
1202
+ "userEvent": {
1203
+ "type": "UserEvent",
1204
+ "id": 2,
1205
+ "options": {
1206
+ "(google.api.field_behavior)": "REQUIRED"
1207
+ }
1208
+ },
1209
+ "pageSize": {
1210
+ "type": "int32",
1211
+ "id": 3
1212
+ },
1213
+ "filter": {
1214
+ "type": "string",
1215
+ "id": 4
1216
+ },
1217
+ "validateOnly": {
1218
+ "type": "bool",
1219
+ "id": 5
1220
+ },
1221
+ "params": {
1222
+ "keyType": "string",
1223
+ "type": "google.protobuf.Value",
1224
+ "id": 6
1225
+ },
1226
+ "userLabels": {
1227
+ "keyType": "string",
1228
+ "type": "string",
1229
+ "id": 8
1230
+ }
1231
+ }
1232
+ },
1233
+ "RecommendResponse": {
1234
+ "fields": {
1235
+ "results": {
1236
+ "rule": "repeated",
1237
+ "type": "RecommendationResult",
1238
+ "id": 1
1239
+ },
1240
+ "attributionToken": {
1241
+ "type": "string",
1242
+ "id": 2
1243
+ },
1244
+ "missingIds": {
1245
+ "rule": "repeated",
1246
+ "type": "string",
1247
+ "id": 3
1248
+ },
1249
+ "validateOnly": {
1250
+ "type": "bool",
1251
+ "id": 4
1252
+ }
1253
+ },
1254
+ "nested": {
1255
+ "RecommendationResult": {
1256
+ "fields": {
1257
+ "id": {
1258
+ "type": "string",
1259
+ "id": 1
1260
+ },
1261
+ "document": {
1262
+ "type": "Document",
1263
+ "id": 2
1264
+ },
1265
+ "metadata": {
1266
+ "keyType": "string",
1267
+ "type": "google.protobuf.Value",
1268
+ "id": 3
1269
+ }
1270
+ }
1271
+ }
1272
+ }
1273
+ },
1274
+ "Schema": {
1275
+ "options": {
1276
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Schema",
1277
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"
1278
+ },
1279
+ "oneofs": {
1280
+ "schema": {
1281
+ "oneof": [
1282
+ "structSchema",
1283
+ "jsonSchema"
1284
+ ]
1285
+ }
1286
+ },
1287
+ "fields": {
1288
+ "structSchema": {
1289
+ "type": "google.protobuf.Struct",
1290
+ "id": 2
1291
+ },
1292
+ "jsonSchema": {
1293
+ "type": "string",
1294
+ "id": 3
1295
+ },
1296
+ "name": {
1297
+ "type": "string",
1298
+ "id": 1,
1299
+ "options": {
1300
+ "(google.api.field_behavior)": "IMMUTABLE"
1301
+ }
1302
+ }
1303
+ }
1304
+ },
1305
+ "SchemaService": {
1306
+ "options": {
1307
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
1308
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
1309
+ },
1310
+ "methods": {
1311
+ "GetSchema": {
1312
+ "requestType": "GetSchemaRequest",
1313
+ "responseType": "Schema",
1314
+ "options": {
1315
+ "(google.api.http).get": "/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}",
1316
+ "(google.api.http).additional_bindings.get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
1317
+ "(google.api.method_signature)": "name"
1318
+ },
1319
+ "parsedOptions": [
1320
+ {
1321
+ "(google.api.http)": {
1322
+ "get": "/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}",
1323
+ "additional_bindings": {
1324
+ "get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
1325
+ }
1326
+ }
1327
+ },
1328
+ {
1329
+ "(google.api.method_signature)": "name"
1330
+ }
1331
+ ]
1332
+ },
1333
+ "ListSchemas": {
1334
+ "requestType": "ListSchemasRequest",
1335
+ "responseType": "ListSchemasResponse",
1336
+ "options": {
1337
+ "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas",
1338
+ "(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
1339
+ "(google.api.method_signature)": "parent"
1340
+ },
1341
+ "parsedOptions": [
1342
+ {
1343
+ "(google.api.http)": {
1344
+ "get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas",
1345
+ "additional_bindings": {
1346
+ "get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "(google.api.method_signature)": "parent"
1352
+ }
1353
+ ]
1354
+ },
1355
+ "CreateSchema": {
1356
+ "requestType": "CreateSchemaRequest",
1357
+ "responseType": "google.longrunning.Operation",
1358
+ "options": {
1359
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas",
1360
+ "(google.api.http).body": "schema",
1361
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
1362
+ "(google.api.http).additional_bindings.body": "schema",
1363
+ "(google.api.method_signature)": "parent,schema,schema_id",
1364
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.Schema",
1365
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"
1366
+ },
1367
+ "parsedOptions": [
1368
+ {
1369
+ "(google.api.http)": {
1370
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/schemas",
1371
+ "body": "schema",
1372
+ "additional_bindings": {
1373
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
1374
+ "body": "schema"
1375
+ }
1376
+ }
1377
+ },
1378
+ {
1379
+ "(google.api.method_signature)": "parent,schema,schema_id"
1380
+ },
1381
+ {
1382
+ "(google.longrunning.operation_info)": {
1383
+ "response_type": "google.cloud.discoveryengine.v1beta.Schema",
1384
+ "metadata_type": "google.cloud.discoveryengine.v1beta.CreateSchemaMetadata"
1385
+ }
1386
+ }
1387
+ ]
1388
+ },
1389
+ "UpdateSchema": {
1390
+ "requestType": "UpdateSchemaRequest",
1391
+ "responseType": "google.longrunning.Operation",
1392
+ "options": {
1393
+ "(google.api.http).patch": "/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
1394
+ "(google.api.http).body": "schema",
1395
+ "(google.api.http).additional_bindings.patch": "/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
1396
+ "(google.api.http).additional_bindings.body": "schema",
1397
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.Schema",
1398
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"
1399
+ },
1400
+ "parsedOptions": [
1401
+ {
1402
+ "(google.api.http)": {
1403
+ "patch": "/v1beta/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
1404
+ "body": "schema",
1405
+ "additional_bindings": {
1406
+ "patch": "/v1beta/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
1407
+ "body": "schema"
1408
+ }
1409
+ }
1410
+ },
1411
+ {
1412
+ "(google.longrunning.operation_info)": {
1413
+ "response_type": "google.cloud.discoveryengine.v1beta.Schema",
1414
+ "metadata_type": "google.cloud.discoveryengine.v1beta.UpdateSchemaMetadata"
1415
+ }
1416
+ }
1417
+ ]
1418
+ },
1419
+ "DeleteSchema": {
1420
+ "requestType": "DeleteSchemaRequest",
1421
+ "responseType": "google.longrunning.Operation",
1422
+ "options": {
1423
+ "(google.api.http).delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}",
1424
+ "(google.api.http).additional_bindings.delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
1425
+ "(google.api.method_signature)": "name",
1426
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
1427
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"
1428
+ },
1429
+ "parsedOptions": [
1430
+ {
1431
+ "(google.api.http)": {
1432
+ "delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/schemas/*}",
1433
+ "additional_bindings": {
1434
+ "delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
1435
+ }
1436
+ }
1437
+ },
1438
+ {
1439
+ "(google.api.method_signature)": "name"
1440
+ },
1441
+ {
1442
+ "(google.longrunning.operation_info)": {
1443
+ "response_type": "google.protobuf.Empty",
1444
+ "metadata_type": "google.cloud.discoveryengine.v1beta.DeleteSchemaMetadata"
1445
+ }
1446
+ }
1447
+ ]
1448
+ }
1449
+ }
1450
+ },
1451
+ "GetSchemaRequest": {
1452
+ "fields": {
1453
+ "name": {
1454
+ "type": "string",
1455
+ "id": 1,
1456
+ "options": {
1457
+ "(google.api.field_behavior)": "REQUIRED",
1458
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
1459
+ }
1460
+ }
1461
+ }
1462
+ },
1463
+ "ListSchemasRequest": {
1464
+ "fields": {
1465
+ "parent": {
1466
+ "type": "string",
1467
+ "id": 1,
1468
+ "options": {
1469
+ "(google.api.field_behavior)": "REQUIRED",
1470
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
1471
+ }
1472
+ },
1473
+ "pageSize": {
1474
+ "type": "int32",
1475
+ "id": 2
1476
+ },
1477
+ "pageToken": {
1478
+ "type": "string",
1479
+ "id": 3
1480
+ }
1481
+ }
1482
+ },
1483
+ "ListSchemasResponse": {
1484
+ "fields": {
1485
+ "schemas": {
1486
+ "rule": "repeated",
1487
+ "type": "Schema",
1488
+ "id": 1
1489
+ },
1490
+ "nextPageToken": {
1491
+ "type": "string",
1492
+ "id": 2
1493
+ }
1494
+ }
1495
+ },
1496
+ "CreateSchemaRequest": {
1497
+ "fields": {
1498
+ "parent": {
1499
+ "type": "string",
1500
+ "id": 1,
1501
+ "options": {
1502
+ "(google.api.field_behavior)": "REQUIRED",
1503
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
1504
+ }
1505
+ },
1506
+ "schema": {
1507
+ "type": "Schema",
1508
+ "id": 2,
1509
+ "options": {
1510
+ "(google.api.field_behavior)": "REQUIRED"
1511
+ }
1512
+ },
1513
+ "schemaId": {
1514
+ "type": "string",
1515
+ "id": 3,
1516
+ "options": {
1517
+ "(google.api.field_behavior)": "REQUIRED"
1518
+ }
1519
+ }
1520
+ }
1521
+ },
1522
+ "UpdateSchemaRequest": {
1523
+ "fields": {
1524
+ "schema": {
1525
+ "type": "Schema",
1526
+ "id": 1,
1527
+ "options": {
1528
+ "(google.api.field_behavior)": "REQUIRED"
1529
+ }
1530
+ },
1531
+ "allowMissing": {
1532
+ "type": "bool",
1533
+ "id": 3
1534
+ }
1535
+ }
1536
+ },
1537
+ "DeleteSchemaRequest": {
1538
+ "fields": {
1539
+ "name": {
1540
+ "type": "string",
1541
+ "id": 1,
1542
+ "options": {
1543
+ "(google.api.field_behavior)": "REQUIRED",
1544
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
1545
+ }
1546
+ }
1547
+ }
1548
+ },
1549
+ "CreateSchemaMetadata": {
1550
+ "fields": {
1551
+ "createTime": {
1552
+ "type": "google.protobuf.Timestamp",
1553
+ "id": 1
1554
+ },
1555
+ "updateTime": {
1556
+ "type": "google.protobuf.Timestamp",
1557
+ "id": 2
1558
+ }
1559
+ }
1560
+ },
1561
+ "UpdateSchemaMetadata": {
1562
+ "fields": {
1563
+ "createTime": {
1564
+ "type": "google.protobuf.Timestamp",
1565
+ "id": 1
1566
+ },
1567
+ "updateTime": {
1568
+ "type": "google.protobuf.Timestamp",
1569
+ "id": 2
1570
+ }
1571
+ }
1572
+ },
1573
+ "DeleteSchemaMetadata": {
1574
+ "fields": {
1575
+ "createTime": {
1576
+ "type": "google.protobuf.Timestamp",
1577
+ "id": 1
1578
+ },
1579
+ "updateTime": {
1580
+ "type": "google.protobuf.Timestamp",
1581
+ "id": 2
1582
+ }
1583
+ }
1584
+ },
1585
+ "SearchService": {
1586
+ "options": {
1587
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
1588
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
1589
+ },
1590
+ "methods": {
1591
+ "Search": {
1592
+ "requestType": "SearchRequest",
1593
+ "responseType": "SearchResponse",
1594
+ "options": {
1595
+ "(google.api.http).post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
1596
+ "(google.api.http).body": "*",
1597
+ "(google.api.http).additional_bindings.post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search",
1598
+ "(google.api.http).additional_bindings.body": "*"
1599
+ },
1600
+ "parsedOptions": [
1601
+ {
1602
+ "(google.api.http)": {
1603
+ "post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
1604
+ "body": "*",
1605
+ "additional_bindings": {
1606
+ "post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search",
1607
+ "body": "*"
1608
+ }
1609
+ }
1610
+ }
1611
+ ]
1612
+ }
1613
+ }
1614
+ },
1615
+ "SearchRequest": {
1616
+ "fields": {
1617
+ "servingConfig": {
1618
+ "type": "string",
1619
+ "id": 1,
1620
+ "options": {
1621
+ "(google.api.field_behavior)": "REQUIRED",
1622
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
1623
+ }
1624
+ },
1625
+ "branch": {
1626
+ "type": "string",
1627
+ "id": 2,
1628
+ "options": {
1629
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
1630
+ }
1631
+ },
1632
+ "query": {
1633
+ "type": "string",
1634
+ "id": 3
1635
+ },
1636
+ "pageSize": {
1637
+ "type": "int32",
1638
+ "id": 4
1639
+ },
1640
+ "pageToken": {
1641
+ "type": "string",
1642
+ "id": 5
1643
+ },
1644
+ "offset": {
1645
+ "type": "int32",
1646
+ "id": 6
1647
+ },
1648
+ "filter": {
1649
+ "type": "string",
1650
+ "id": 7
1651
+ },
1652
+ "orderBy": {
1653
+ "type": "string",
1654
+ "id": 8
1655
+ },
1656
+ "facetSpecs": {
1657
+ "rule": "repeated",
1658
+ "type": "FacetSpec",
1659
+ "id": 9
1660
+ },
1661
+ "boostSpec": {
1662
+ "type": "BoostSpec",
1663
+ "id": 10
1664
+ },
1665
+ "params": {
1666
+ "keyType": "string",
1667
+ "type": "google.protobuf.Value",
1668
+ "id": 11
1669
+ },
1670
+ "queryExpansionSpec": {
1671
+ "type": "QueryExpansionSpec",
1672
+ "id": 13
1673
+ },
1674
+ "spellCorrectionSpec": {
1675
+ "type": "SpellCorrectionSpec",
1676
+ "id": 14
1677
+ },
1678
+ "userPseudoId": {
1679
+ "type": "string",
1680
+ "id": 15
1681
+ },
1682
+ "contentSearchSpec": {
1683
+ "type": "ContentSearchSpec",
1684
+ "id": 24
1685
+ }
1686
+ },
1687
+ "nested": {
1688
+ "FacetSpec": {
1689
+ "fields": {
1690
+ "facetKey": {
1691
+ "type": "FacetKey",
1692
+ "id": 1,
1693
+ "options": {
1694
+ "(google.api.field_behavior)": "REQUIRED"
1695
+ }
1696
+ },
1697
+ "limit": {
1698
+ "type": "int32",
1699
+ "id": 2
1700
+ },
1701
+ "excludedFilterKeys": {
1702
+ "rule": "repeated",
1703
+ "type": "string",
1704
+ "id": 3
1705
+ },
1706
+ "enableDynamicPosition": {
1707
+ "type": "bool",
1708
+ "id": 4
1709
+ }
1710
+ },
1711
+ "nested": {
1712
+ "FacetKey": {
1713
+ "fields": {
1714
+ "key": {
1715
+ "type": "string",
1716
+ "id": 1,
1717
+ "options": {
1718
+ "(google.api.field_behavior)": "REQUIRED"
1719
+ }
1720
+ },
1721
+ "intervals": {
1722
+ "rule": "repeated",
1723
+ "type": "Interval",
1724
+ "id": 2
1725
+ },
1726
+ "restrictedValues": {
1727
+ "rule": "repeated",
1728
+ "type": "string",
1729
+ "id": 3
1730
+ },
1731
+ "prefixes": {
1732
+ "rule": "repeated",
1733
+ "type": "string",
1734
+ "id": 4
1735
+ },
1736
+ "contains": {
1737
+ "rule": "repeated",
1738
+ "type": "string",
1739
+ "id": 5
1740
+ },
1741
+ "caseInsensitive": {
1742
+ "type": "bool",
1743
+ "id": 6
1744
+ },
1745
+ "orderBy": {
1746
+ "type": "string",
1747
+ "id": 7
1748
+ }
1749
+ }
1750
+ }
1751
+ }
1752
+ },
1753
+ "BoostSpec": {
1754
+ "fields": {
1755
+ "conditionBoostSpecs": {
1756
+ "rule": "repeated",
1757
+ "type": "ConditionBoostSpec",
1758
+ "id": 1
1759
+ }
1760
+ },
1761
+ "nested": {
1762
+ "ConditionBoostSpec": {
1763
+ "fields": {
1764
+ "condition": {
1765
+ "type": "string",
1766
+ "id": 1
1767
+ },
1768
+ "boost": {
1769
+ "type": "float",
1770
+ "id": 2
1771
+ }
1772
+ }
1773
+ }
1774
+ }
1775
+ },
1776
+ "QueryExpansionSpec": {
1777
+ "fields": {
1778
+ "condition": {
1779
+ "type": "Condition",
1780
+ "id": 1
1781
+ }
1782
+ },
1783
+ "nested": {
1784
+ "Condition": {
1785
+ "values": {
1786
+ "CONDITION_UNSPECIFIED": 0,
1787
+ "DISABLED": 1,
1788
+ "AUTO": 2
1789
+ }
1790
+ }
1791
+ }
1792
+ },
1793
+ "SpellCorrectionSpec": {
1794
+ "fields": {
1795
+ "mode": {
1796
+ "type": "Mode",
1797
+ "id": 1
1798
+ }
1799
+ },
1800
+ "nested": {
1801
+ "Mode": {
1802
+ "values": {
1803
+ "MODE_UNSPECIFIED": 0,
1804
+ "SUGGESTION_ONLY": 1,
1805
+ "AUTO": 2
1806
+ }
1807
+ }
1808
+ }
1809
+ },
1810
+ "ContentSearchSpec": {
1811
+ "fields": {
1812
+ "snippetSpec": {
1813
+ "type": "SnippetSpec",
1814
+ "id": 1
1815
+ },
1816
+ "summarySpec": {
1817
+ "type": "SummarySpec",
1818
+ "id": 2
1819
+ }
1820
+ },
1821
+ "nested": {
1822
+ "SnippetSpec": {
1823
+ "fields": {
1824
+ "maxSnippetCount": {
1825
+ "type": "int32",
1826
+ "id": 1
1827
+ },
1828
+ "referenceOnly": {
1829
+ "type": "bool",
1830
+ "id": 2
1831
+ }
1832
+ }
1833
+ },
1834
+ "SummarySpec": {
1835
+ "fields": {
1836
+ "summaryResultCount": {
1837
+ "type": "int32",
1838
+ "id": 1
1839
+ }
1840
+ }
1841
+ }
1842
+ }
1843
+ }
1844
+ }
1845
+ },
1846
+ "SearchResponse": {
1847
+ "fields": {
1848
+ "results": {
1849
+ "rule": "repeated",
1850
+ "type": "SearchResult",
1851
+ "id": 1
1852
+ },
1853
+ "facets": {
1854
+ "rule": "repeated",
1855
+ "type": "Facet",
1856
+ "id": 2
1857
+ },
1858
+ "guidedSearchResult": {
1859
+ "type": "GuidedSearchResult",
1860
+ "id": 8
1861
+ },
1862
+ "totalSize": {
1863
+ "type": "int32",
1864
+ "id": 3
1865
+ },
1866
+ "attributionToken": {
1867
+ "type": "string",
1868
+ "id": 4
1869
+ },
1870
+ "nextPageToken": {
1871
+ "type": "string",
1872
+ "id": 5
1873
+ },
1874
+ "correctedQuery": {
1875
+ "type": "string",
1876
+ "id": 7
1877
+ },
1878
+ "summary": {
1879
+ "type": "Summary",
1880
+ "id": 9
1881
+ },
1882
+ "appliedControls": {
1883
+ "rule": "repeated",
1884
+ "type": "string",
1885
+ "id": 10
1886
+ }
1887
+ },
1888
+ "nested": {
1889
+ "SearchResult": {
1890
+ "fields": {
1891
+ "id": {
1892
+ "type": "string",
1893
+ "id": 1
1894
+ },
1895
+ "document": {
1896
+ "type": "Document",
1897
+ "id": 2
1898
+ }
1899
+ }
1900
+ },
1901
+ "Facet": {
1902
+ "fields": {
1903
+ "key": {
1904
+ "type": "string",
1905
+ "id": 1
1906
+ },
1907
+ "values": {
1908
+ "rule": "repeated",
1909
+ "type": "FacetValue",
1910
+ "id": 2
1911
+ },
1912
+ "dynamicFacet": {
1913
+ "type": "bool",
1914
+ "id": 3
1915
+ }
1916
+ },
1917
+ "nested": {
1918
+ "FacetValue": {
1919
+ "oneofs": {
1920
+ "facetValue": {
1921
+ "oneof": [
1922
+ "value",
1923
+ "interval"
1924
+ ]
1925
+ }
1926
+ },
1927
+ "fields": {
1928
+ "value": {
1929
+ "type": "string",
1930
+ "id": 1
1931
+ },
1932
+ "interval": {
1933
+ "type": "Interval",
1934
+ "id": 2
1935
+ },
1936
+ "count": {
1937
+ "type": "int64",
1938
+ "id": 3
1939
+ }
1940
+ }
1941
+ }
1942
+ }
1943
+ },
1944
+ "GuidedSearchResult": {
1945
+ "fields": {
1946
+ "refinementAttributes": {
1947
+ "rule": "repeated",
1948
+ "type": "RefinementAttribute",
1949
+ "id": 1
1950
+ }
1951
+ },
1952
+ "nested": {
1953
+ "RefinementAttribute": {
1954
+ "fields": {
1955
+ "attributeKey": {
1956
+ "type": "string",
1957
+ "id": 1
1958
+ },
1959
+ "attributeValue": {
1960
+ "type": "string",
1961
+ "id": 2
1962
+ }
1963
+ }
1964
+ }
1965
+ }
1966
+ },
1967
+ "Summary": {
1968
+ "fields": {
1969
+ "summaryText": {
1970
+ "type": "string",
1971
+ "id": 1
1972
+ }
1973
+ }
1974
+ }
1975
+ }
1976
+ },
1977
+ "UserEventService": {
1978
+ "options": {
1979
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
1980
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
1981
+ },
1982
+ "methods": {
1983
+ "WriteUserEvent": {
1984
+ "requestType": "WriteUserEventRequest",
1985
+ "responseType": "UserEvent",
1986
+ "options": {
1987
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
1988
+ "(google.api.http).body": "user_event",
1989
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
1990
+ "(google.api.http).additional_bindings.body": "user_event"
1991
+ },
1992
+ "parsedOptions": [
1993
+ {
1994
+ "(google.api.http)": {
1995
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
1996
+ "body": "user_event",
1997
+ "additional_bindings": {
1998
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
1999
+ "body": "user_event"
2000
+ }
2001
+ }
2002
+ }
2003
+ ]
2004
+ },
2005
+ "CollectUserEvent": {
2006
+ "requestType": "CollectUserEventRequest",
2007
+ "responseType": "google.api.HttpBody",
2008
+ "options": {
2009
+ "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
2010
+ "(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
2011
+ },
2012
+ "parsedOptions": [
2013
+ {
2014
+ "(google.api.http)": {
2015
+ "get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
2016
+ "additional_bindings": {
2017
+ "get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
2018
+ }
2019
+ }
2020
+ }
2021
+ ]
2022
+ },
2023
+ "ImportUserEvents": {
2024
+ "requestType": "ImportUserEventsRequest",
2025
+ "responseType": "google.longrunning.Operation",
2026
+ "options": {
2027
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
2028
+ "(google.api.http).body": "*",
2029
+ "(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
2030
+ "(google.api.http).additional_bindings.body": "*",
2031
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
2032
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
2033
+ },
2034
+ "parsedOptions": [
2035
+ {
2036
+ "(google.api.http)": {
2037
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
2038
+ "body": "*",
2039
+ "additional_bindings": {
2040
+ "post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
2041
+ "body": "*"
2042
+ }
2043
+ }
2044
+ },
2045
+ {
2046
+ "(google.longrunning.operation_info)": {
2047
+ "response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
2048
+ "metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
2049
+ }
2050
+ }
2051
+ ]
2052
+ }
2053
+ }
2054
+ },
2055
+ "WriteUserEventRequest": {
2056
+ "oneofs": {
2057
+ "_userEvent": {
2058
+ "oneof": [
2059
+ "userEvent"
2060
+ ]
2061
+ }
2062
+ },
2063
+ "fields": {
2064
+ "parent": {
2065
+ "type": "string",
2066
+ "id": 1,
2067
+ "options": {
2068
+ "(google.api.field_behavior)": "REQUIRED",
2069
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
2070
+ }
2071
+ },
2072
+ "userEvent": {
2073
+ "type": "UserEvent",
2074
+ "id": 2,
2075
+ "options": {
2076
+ "(google.api.field_behavior)": "REQUIRED",
2077
+ "proto3_optional": true
2078
+ }
2079
+ }
2080
+ }
2081
+ },
2082
+ "CollectUserEventRequest": {
2083
+ "oneofs": {
2084
+ "_uri": {
2085
+ "oneof": [
2086
+ "uri"
2087
+ ]
2088
+ },
2089
+ "_ets": {
2090
+ "oneof": [
2091
+ "ets"
2092
+ ]
2093
+ }
2094
+ },
2095
+ "fields": {
2096
+ "parent": {
2097
+ "type": "string",
2098
+ "id": 1,
2099
+ "options": {
2100
+ "(google.api.field_behavior)": "REQUIRED",
2101
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
2102
+ }
2103
+ },
2104
+ "userEvent": {
2105
+ "type": "string",
2106
+ "id": 2,
2107
+ "options": {
2108
+ "(google.api.field_behavior)": "REQUIRED"
2109
+ }
2110
+ },
2111
+ "uri": {
2112
+ "type": "string",
2113
+ "id": 3,
2114
+ "options": {
2115
+ "proto3_optional": true
2116
+ }
2117
+ },
2118
+ "ets": {
2119
+ "type": "int64",
2120
+ "id": 4,
2121
+ "options": {
2122
+ "proto3_optional": true
2123
+ }
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2128
+ }
2129
+ }
2130
+ }
2131
+ }
2132
+ },
2133
+ "api": {
2134
+ "options": {
2135
+ "cc_enable_arenas": true,
2136
+ "go_package": "google.golang.org/genproto/googleapis/api/httpbody;httpbody",
2137
+ "java_multiple_files": true,
2138
+ "java_outer_classname": "HttpBodyProto",
2139
+ "java_package": "com.google.api",
2140
+ "objc_class_prefix": "GAPI"
2141
+ },
2142
+ "nested": {
2143
+ "resourceReference": {
2144
+ "type": "google.api.ResourceReference",
2145
+ "id": 1055,
2146
+ "extend": "google.protobuf.FieldOptions"
2147
+ },
2148
+ "resourceDefinition": {
2149
+ "rule": "repeated",
2150
+ "type": "google.api.ResourceDescriptor",
2151
+ "id": 1053,
2152
+ "extend": "google.protobuf.FileOptions"
2153
+ },
2154
+ "resource": {
2155
+ "type": "google.api.ResourceDescriptor",
2156
+ "id": 1053,
2157
+ "extend": "google.protobuf.MessageOptions"
2158
+ },
2159
+ "ResourceDescriptor": {
2160
+ "fields": {
2161
+ "type": {
2162
+ "type": "string",
2163
+ "id": 1
2164
+ },
2165
+ "pattern": {
2166
+ "rule": "repeated",
2167
+ "type": "string",
2168
+ "id": 2
2169
+ },
2170
+ "nameField": {
2171
+ "type": "string",
2172
+ "id": 3
2173
+ },
2174
+ "history": {
2175
+ "type": "History",
2176
+ "id": 4
2177
+ },
2178
+ "plural": {
2179
+ "type": "string",
2180
+ "id": 5
2181
+ },
2182
+ "singular": {
2183
+ "type": "string",
2184
+ "id": 6
2185
+ },
2186
+ "style": {
2187
+ "rule": "repeated",
2188
+ "type": "Style",
2189
+ "id": 10
2190
+ }
2191
+ },
2192
+ "nested": {
2193
+ "History": {
2194
+ "values": {
2195
+ "HISTORY_UNSPECIFIED": 0,
2196
+ "ORIGINALLY_SINGLE_PATTERN": 1,
2197
+ "FUTURE_MULTI_PATTERN": 2
2198
+ }
2199
+ },
2200
+ "Style": {
2201
+ "values": {
2202
+ "STYLE_UNSPECIFIED": 0,
2203
+ "DECLARATIVE_FRIENDLY": 1
2204
+ }
2205
+ }
2206
+ }
2207
+ },
2208
+ "ResourceReference": {
2209
+ "fields": {
2210
+ "type": {
2211
+ "type": "string",
2212
+ "id": 1
2213
+ },
2214
+ "childType": {
2215
+ "type": "string",
2216
+ "id": 2
2217
+ }
2218
+ }
2219
+ },
2220
+ "http": {
2221
+ "type": "HttpRule",
2222
+ "id": 72295728,
2223
+ "extend": "google.protobuf.MethodOptions"
2224
+ },
2225
+ "Http": {
2226
+ "fields": {
2227
+ "rules": {
2228
+ "rule": "repeated",
2229
+ "type": "HttpRule",
2230
+ "id": 1
2231
+ },
2232
+ "fullyDecodeReservedExpansion": {
2233
+ "type": "bool",
2234
+ "id": 2
2235
+ }
2236
+ }
2237
+ },
2238
+ "HttpRule": {
2239
+ "oneofs": {
2240
+ "pattern": {
2241
+ "oneof": [
2242
+ "get",
2243
+ "put",
2244
+ "post",
2245
+ "delete",
2246
+ "patch",
2247
+ "custom"
2248
+ ]
2249
+ }
2250
+ },
2251
+ "fields": {
2252
+ "selector": {
2253
+ "type": "string",
2254
+ "id": 1
2255
+ },
2256
+ "get": {
2257
+ "type": "string",
2258
+ "id": 2
2259
+ },
2260
+ "put": {
2261
+ "type": "string",
2262
+ "id": 3
2263
+ },
2264
+ "post": {
2265
+ "type": "string",
2266
+ "id": 4
2267
+ },
2268
+ "delete": {
2269
+ "type": "string",
2270
+ "id": 5
2271
+ },
2272
+ "patch": {
2273
+ "type": "string",
2274
+ "id": 6
2275
+ },
2276
+ "custom": {
2277
+ "type": "CustomHttpPattern",
2278
+ "id": 8
2279
+ },
2280
+ "body": {
2281
+ "type": "string",
2282
+ "id": 7
2283
+ },
2284
+ "responseBody": {
2285
+ "type": "string",
2286
+ "id": 12
2287
+ },
2288
+ "additionalBindings": {
2289
+ "rule": "repeated",
2290
+ "type": "HttpRule",
2291
+ "id": 11
2292
+ }
2293
+ }
2294
+ },
2295
+ "CustomHttpPattern": {
2296
+ "fields": {
2297
+ "kind": {
2298
+ "type": "string",
2299
+ "id": 1
2300
+ },
2301
+ "path": {
2302
+ "type": "string",
2303
+ "id": 2
2304
+ }
2305
+ }
2306
+ },
2307
+ "methodSignature": {
2308
+ "rule": "repeated",
2309
+ "type": "string",
2310
+ "id": 1051,
2311
+ "extend": "google.protobuf.MethodOptions"
2312
+ },
2313
+ "defaultHost": {
2314
+ "type": "string",
2315
+ "id": 1049,
2316
+ "extend": "google.protobuf.ServiceOptions"
2317
+ },
2318
+ "oauthScopes": {
2319
+ "type": "string",
2320
+ "id": 1050,
2321
+ "extend": "google.protobuf.ServiceOptions"
2322
+ },
2323
+ "CommonLanguageSettings": {
2324
+ "fields": {
2325
+ "referenceDocsUri": {
2326
+ "type": "string",
2327
+ "id": 1,
2328
+ "options": {
2329
+ "deprecated": true
2330
+ }
2331
+ },
2332
+ "destinations": {
2333
+ "rule": "repeated",
2334
+ "type": "ClientLibraryDestination",
2335
+ "id": 2
2336
+ }
2337
+ }
2338
+ },
2339
+ "ClientLibrarySettings": {
2340
+ "fields": {
2341
+ "version": {
2342
+ "type": "string",
2343
+ "id": 1
2344
+ },
2345
+ "launchStage": {
2346
+ "type": "LaunchStage",
2347
+ "id": 2
2348
+ },
2349
+ "restNumericEnums": {
2350
+ "type": "bool",
2351
+ "id": 3
2352
+ },
2353
+ "javaSettings": {
2354
+ "type": "JavaSettings",
2355
+ "id": 21
2356
+ },
2357
+ "cppSettings": {
2358
+ "type": "CppSettings",
2359
+ "id": 22
2360
+ },
2361
+ "phpSettings": {
2362
+ "type": "PhpSettings",
2363
+ "id": 23
2364
+ },
2365
+ "pythonSettings": {
2366
+ "type": "PythonSettings",
2367
+ "id": 24
2368
+ },
2369
+ "nodeSettings": {
2370
+ "type": "NodeSettings",
2371
+ "id": 25
2372
+ },
2373
+ "dotnetSettings": {
2374
+ "type": "DotnetSettings",
2375
+ "id": 26
2376
+ },
2377
+ "rubySettings": {
2378
+ "type": "RubySettings",
2379
+ "id": 27
2380
+ },
2381
+ "goSettings": {
2382
+ "type": "GoSettings",
2383
+ "id": 28
2384
+ }
2385
+ }
2386
+ },
2387
+ "Publishing": {
2388
+ "fields": {
2389
+ "methodSettings": {
2390
+ "rule": "repeated",
2391
+ "type": "MethodSettings",
2392
+ "id": 2
2393
+ },
2394
+ "newIssueUri": {
2395
+ "type": "string",
2396
+ "id": 101
2397
+ },
2398
+ "documentationUri": {
2399
+ "type": "string",
2400
+ "id": 102
2401
+ },
2402
+ "apiShortName": {
2403
+ "type": "string",
2404
+ "id": 103
2405
+ },
2406
+ "githubLabel": {
2407
+ "type": "string",
2408
+ "id": 104
2409
+ },
2410
+ "codeownerGithubTeams": {
2411
+ "rule": "repeated",
2412
+ "type": "string",
2413
+ "id": 105
2414
+ },
2415
+ "docTagPrefix": {
2416
+ "type": "string",
2417
+ "id": 106
2418
+ },
2419
+ "organization": {
2420
+ "type": "ClientLibraryOrganization",
2421
+ "id": 107
2422
+ },
2423
+ "librarySettings": {
2424
+ "rule": "repeated",
2425
+ "type": "ClientLibrarySettings",
2426
+ "id": 109
2427
+ }
2428
+ }
2429
+ },
2430
+ "JavaSettings": {
2431
+ "fields": {
2432
+ "libraryPackage": {
2433
+ "type": "string",
2434
+ "id": 1
2435
+ },
2436
+ "serviceClassNames": {
2437
+ "keyType": "string",
2438
+ "type": "string",
2439
+ "id": 2
2440
+ },
2441
+ "common": {
2442
+ "type": "CommonLanguageSettings",
2443
+ "id": 3
2444
+ }
2445
+ }
2446
+ },
2447
+ "CppSettings": {
2448
+ "fields": {
2449
+ "common": {
2450
+ "type": "CommonLanguageSettings",
2451
+ "id": 1
2452
+ }
2453
+ }
2454
+ },
2455
+ "PhpSettings": {
2456
+ "fields": {
2457
+ "common": {
2458
+ "type": "CommonLanguageSettings",
2459
+ "id": 1
2460
+ }
2461
+ }
2462
+ },
2463
+ "PythonSettings": {
2464
+ "fields": {
2465
+ "common": {
2466
+ "type": "CommonLanguageSettings",
2467
+ "id": 1
2468
+ }
2469
+ }
2470
+ },
2471
+ "NodeSettings": {
2472
+ "fields": {
2473
+ "common": {
2474
+ "type": "CommonLanguageSettings",
2475
+ "id": 1
2476
+ }
2477
+ }
2478
+ },
2479
+ "DotnetSettings": {
2480
+ "fields": {
2481
+ "common": {
2482
+ "type": "CommonLanguageSettings",
2483
+ "id": 1
2484
+ }
2485
+ }
2486
+ },
2487
+ "RubySettings": {
2488
+ "fields": {
2489
+ "common": {
2490
+ "type": "CommonLanguageSettings",
2491
+ "id": 1
2492
+ }
2493
+ }
2494
+ },
2495
+ "GoSettings": {
2496
+ "fields": {
2497
+ "common": {
2498
+ "type": "CommonLanguageSettings",
2499
+ "id": 1
2500
+ }
2501
+ }
2502
+ },
2503
+ "MethodSettings": {
2504
+ "fields": {
2505
+ "selector": {
2506
+ "type": "string",
2507
+ "id": 1
2508
+ },
2509
+ "longRunning": {
2510
+ "type": "LongRunning",
2511
+ "id": 2
2512
+ }
2513
+ },
2514
+ "nested": {
2515
+ "LongRunning": {
2516
+ "fields": {
2517
+ "initialPollDelay": {
2518
+ "type": "google.protobuf.Duration",
2519
+ "id": 1
2520
+ },
2521
+ "pollDelayMultiplier": {
2522
+ "type": "float",
2523
+ "id": 2
2524
+ },
2525
+ "maxPollDelay": {
2526
+ "type": "google.protobuf.Duration",
2527
+ "id": 3
2528
+ },
2529
+ "totalPollTimeout": {
2530
+ "type": "google.protobuf.Duration",
2531
+ "id": 4
2532
+ }
2533
+ }
2534
+ }
2535
+ }
2536
+ },
2537
+ "ClientLibraryOrganization": {
2538
+ "values": {
2539
+ "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
2540
+ "CLOUD": 1,
2541
+ "ADS": 2,
2542
+ "PHOTOS": 3,
2543
+ "STREET_VIEW": 4
2544
+ }
2545
+ },
2546
+ "ClientLibraryDestination": {
2547
+ "values": {
2548
+ "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
2549
+ "GITHUB": 10,
2550
+ "PACKAGE_MANAGER": 20
2551
+ }
2552
+ },
2553
+ "LaunchStage": {
2554
+ "values": {
2555
+ "LAUNCH_STAGE_UNSPECIFIED": 0,
2556
+ "UNIMPLEMENTED": 6,
2557
+ "PRELAUNCH": 7,
2558
+ "EARLY_ACCESS": 1,
2559
+ "ALPHA": 2,
2560
+ "BETA": 3,
2561
+ "GA": 4,
2562
+ "DEPRECATED": 5
2563
+ }
2564
+ },
2565
+ "fieldBehavior": {
2566
+ "rule": "repeated",
2567
+ "type": "google.api.FieldBehavior",
2568
+ "id": 1052,
2569
+ "extend": "google.protobuf.FieldOptions"
2570
+ },
2571
+ "FieldBehavior": {
2572
+ "values": {
2573
+ "FIELD_BEHAVIOR_UNSPECIFIED": 0,
2574
+ "OPTIONAL": 1,
2575
+ "REQUIRED": 2,
2576
+ "OUTPUT_ONLY": 3,
2577
+ "INPUT_ONLY": 4,
2578
+ "IMMUTABLE": 5,
2579
+ "UNORDERED_LIST": 6,
2580
+ "NON_EMPTY_DEFAULT": 7
2581
+ }
2582
+ },
2583
+ "HttpBody": {
2584
+ "fields": {
2585
+ "contentType": {
2586
+ "type": "string",
2587
+ "id": 1
2588
+ },
2589
+ "data": {
2590
+ "type": "bytes",
2591
+ "id": 2
2592
+ },
2593
+ "extensions": {
2594
+ "rule": "repeated",
2595
+ "type": "google.protobuf.Any",
2596
+ "id": 3
2597
+ }
2598
+ }
2599
+ }
2600
+ }
2601
+ },
2602
+ "protobuf": {
2603
+ "options": {
2604
+ "go_package": "google.golang.org/protobuf/types/descriptorpb",
2605
+ "java_package": "com.google.protobuf",
2606
+ "java_outer_classname": "DescriptorProtos",
2607
+ "csharp_namespace": "Google.Protobuf.Reflection",
2608
+ "objc_class_prefix": "GPB",
2609
+ "cc_enable_arenas": true,
2610
+ "optimize_for": "SPEED"
2611
+ },
2612
+ "nested": {
2613
+ "FileDescriptorSet": {
2614
+ "fields": {
2615
+ "file": {
2616
+ "rule": "repeated",
2617
+ "type": "FileDescriptorProto",
2618
+ "id": 1
2619
+ }
2620
+ }
2621
+ },
2622
+ "FileDescriptorProto": {
2623
+ "fields": {
2624
+ "name": {
2625
+ "type": "string",
2626
+ "id": 1
2627
+ },
2628
+ "package": {
2629
+ "type": "string",
2630
+ "id": 2
2631
+ },
2632
+ "dependency": {
2633
+ "rule": "repeated",
2634
+ "type": "string",
2635
+ "id": 3
2636
+ },
2637
+ "publicDependency": {
2638
+ "rule": "repeated",
2639
+ "type": "int32",
2640
+ "id": 10,
2641
+ "options": {
2642
+ "packed": false
2643
+ }
2644
+ },
2645
+ "weakDependency": {
2646
+ "rule": "repeated",
2647
+ "type": "int32",
2648
+ "id": 11,
2649
+ "options": {
2650
+ "packed": false
2651
+ }
2652
+ },
2653
+ "messageType": {
2654
+ "rule": "repeated",
2655
+ "type": "DescriptorProto",
2656
+ "id": 4
2657
+ },
2658
+ "enumType": {
2659
+ "rule": "repeated",
2660
+ "type": "EnumDescriptorProto",
2661
+ "id": 5
2662
+ },
2663
+ "service": {
2664
+ "rule": "repeated",
2665
+ "type": "ServiceDescriptorProto",
2666
+ "id": 6
2667
+ },
2668
+ "extension": {
2669
+ "rule": "repeated",
2670
+ "type": "FieldDescriptorProto",
2671
+ "id": 7
2672
+ },
2673
+ "options": {
2674
+ "type": "FileOptions",
2675
+ "id": 8
2676
+ },
2677
+ "sourceCodeInfo": {
2678
+ "type": "SourceCodeInfo",
2679
+ "id": 9
2680
+ },
2681
+ "syntax": {
2682
+ "type": "string",
2683
+ "id": 12
2684
+ },
2685
+ "edition": {
2686
+ "type": "string",
2687
+ "id": 13
2688
+ }
2689
+ }
2690
+ },
2691
+ "DescriptorProto": {
2692
+ "fields": {
2693
+ "name": {
2694
+ "type": "string",
2695
+ "id": 1
2696
+ },
2697
+ "field": {
2698
+ "rule": "repeated",
2699
+ "type": "FieldDescriptorProto",
2700
+ "id": 2
2701
+ },
2702
+ "extension": {
2703
+ "rule": "repeated",
2704
+ "type": "FieldDescriptorProto",
2705
+ "id": 6
2706
+ },
2707
+ "nestedType": {
2708
+ "rule": "repeated",
2709
+ "type": "DescriptorProto",
2710
+ "id": 3
2711
+ },
2712
+ "enumType": {
2713
+ "rule": "repeated",
2714
+ "type": "EnumDescriptorProto",
2715
+ "id": 4
2716
+ },
2717
+ "extensionRange": {
2718
+ "rule": "repeated",
2719
+ "type": "ExtensionRange",
2720
+ "id": 5
2721
+ },
2722
+ "oneofDecl": {
2723
+ "rule": "repeated",
2724
+ "type": "OneofDescriptorProto",
2725
+ "id": 8
2726
+ },
2727
+ "options": {
2728
+ "type": "MessageOptions",
2729
+ "id": 7
2730
+ },
2731
+ "reservedRange": {
2732
+ "rule": "repeated",
2733
+ "type": "ReservedRange",
2734
+ "id": 9
2735
+ },
2736
+ "reservedName": {
2737
+ "rule": "repeated",
2738
+ "type": "string",
2739
+ "id": 10
2740
+ }
2741
+ },
2742
+ "nested": {
2743
+ "ExtensionRange": {
2744
+ "fields": {
2745
+ "start": {
2746
+ "type": "int32",
2747
+ "id": 1
2748
+ },
2749
+ "end": {
2750
+ "type": "int32",
2751
+ "id": 2
2752
+ },
2753
+ "options": {
2754
+ "type": "ExtensionRangeOptions",
2755
+ "id": 3
2756
+ }
2757
+ }
2758
+ },
2759
+ "ReservedRange": {
2760
+ "fields": {
2761
+ "start": {
2762
+ "type": "int32",
2763
+ "id": 1
2764
+ },
2765
+ "end": {
2766
+ "type": "int32",
2767
+ "id": 2
2768
+ }
2769
+ }
2770
+ }
2771
+ }
2772
+ },
2773
+ "ExtensionRangeOptions": {
2774
+ "fields": {
2775
+ "uninterpretedOption": {
2776
+ "rule": "repeated",
2777
+ "type": "UninterpretedOption",
2778
+ "id": 999
2779
+ }
2780
+ },
2781
+ "extensions": [
2782
+ [
2783
+ 1000,
2784
+ 536870911
2785
+ ]
2786
+ ]
2787
+ },
2788
+ "FieldDescriptorProto": {
2789
+ "fields": {
2790
+ "name": {
2791
+ "type": "string",
2792
+ "id": 1
2793
+ },
2794
+ "number": {
2795
+ "type": "int32",
2796
+ "id": 3
2797
+ },
2798
+ "label": {
2799
+ "type": "Label",
2800
+ "id": 4
2801
+ },
2802
+ "type": {
2803
+ "type": "Type",
2804
+ "id": 5
2805
+ },
2806
+ "typeName": {
2807
+ "type": "string",
2808
+ "id": 6
2809
+ },
2810
+ "extendee": {
2811
+ "type": "string",
2812
+ "id": 2
2813
+ },
2814
+ "defaultValue": {
2815
+ "type": "string",
2816
+ "id": 7
2817
+ },
2818
+ "oneofIndex": {
2819
+ "type": "int32",
2820
+ "id": 9
2821
+ },
2822
+ "jsonName": {
2823
+ "type": "string",
2824
+ "id": 10
2825
+ },
2826
+ "options": {
2827
+ "type": "FieldOptions",
2828
+ "id": 8
2829
+ },
2830
+ "proto3Optional": {
2831
+ "type": "bool",
2832
+ "id": 17
2833
+ }
2834
+ },
2835
+ "nested": {
2836
+ "Type": {
2837
+ "values": {
2838
+ "TYPE_DOUBLE": 1,
2839
+ "TYPE_FLOAT": 2,
2840
+ "TYPE_INT64": 3,
2841
+ "TYPE_UINT64": 4,
2842
+ "TYPE_INT32": 5,
2843
+ "TYPE_FIXED64": 6,
2844
+ "TYPE_FIXED32": 7,
2845
+ "TYPE_BOOL": 8,
2846
+ "TYPE_STRING": 9,
2847
+ "TYPE_GROUP": 10,
2848
+ "TYPE_MESSAGE": 11,
2849
+ "TYPE_BYTES": 12,
2850
+ "TYPE_UINT32": 13,
2851
+ "TYPE_ENUM": 14,
2852
+ "TYPE_SFIXED32": 15,
2853
+ "TYPE_SFIXED64": 16,
2854
+ "TYPE_SINT32": 17,
2855
+ "TYPE_SINT64": 18
2856
+ }
2857
+ },
2858
+ "Label": {
2859
+ "values": {
2860
+ "LABEL_OPTIONAL": 1,
2861
+ "LABEL_REQUIRED": 2,
2862
+ "LABEL_REPEATED": 3
2863
+ }
2864
+ }
2865
+ }
2866
+ },
2867
+ "OneofDescriptorProto": {
2868
+ "fields": {
2869
+ "name": {
2870
+ "type": "string",
2871
+ "id": 1
2872
+ },
2873
+ "options": {
2874
+ "type": "OneofOptions",
2875
+ "id": 2
2876
+ }
2877
+ }
2878
+ },
2879
+ "EnumDescriptorProto": {
2880
+ "fields": {
2881
+ "name": {
2882
+ "type": "string",
2883
+ "id": 1
2884
+ },
2885
+ "value": {
2886
+ "rule": "repeated",
2887
+ "type": "EnumValueDescriptorProto",
2888
+ "id": 2
2889
+ },
2890
+ "options": {
2891
+ "type": "EnumOptions",
2892
+ "id": 3
2893
+ },
2894
+ "reservedRange": {
2895
+ "rule": "repeated",
2896
+ "type": "EnumReservedRange",
2897
+ "id": 4
2898
+ },
2899
+ "reservedName": {
2900
+ "rule": "repeated",
2901
+ "type": "string",
2902
+ "id": 5
2903
+ }
2904
+ },
2905
+ "nested": {
2906
+ "EnumReservedRange": {
2907
+ "fields": {
2908
+ "start": {
2909
+ "type": "int32",
2910
+ "id": 1
2911
+ },
2912
+ "end": {
2913
+ "type": "int32",
2914
+ "id": 2
2915
+ }
2916
+ }
2917
+ }
2918
+ }
2919
+ },
2920
+ "EnumValueDescriptorProto": {
2921
+ "fields": {
2922
+ "name": {
2923
+ "type": "string",
2924
+ "id": 1
2925
+ },
2926
+ "number": {
2927
+ "type": "int32",
2928
+ "id": 2
2929
+ },
2930
+ "options": {
2931
+ "type": "EnumValueOptions",
2932
+ "id": 3
2933
+ }
2934
+ }
2935
+ },
2936
+ "ServiceDescriptorProto": {
2937
+ "fields": {
2938
+ "name": {
2939
+ "type": "string",
2940
+ "id": 1
2941
+ },
2942
+ "method": {
2943
+ "rule": "repeated",
2944
+ "type": "MethodDescriptorProto",
2945
+ "id": 2
2946
+ },
2947
+ "options": {
2948
+ "type": "ServiceOptions",
2949
+ "id": 3
2950
+ }
2951
+ }
2952
+ },
2953
+ "MethodDescriptorProto": {
2954
+ "fields": {
2955
+ "name": {
2956
+ "type": "string",
2957
+ "id": 1
2958
+ },
2959
+ "inputType": {
2960
+ "type": "string",
2961
+ "id": 2
2962
+ },
2963
+ "outputType": {
2964
+ "type": "string",
2965
+ "id": 3
2966
+ },
2967
+ "options": {
2968
+ "type": "MethodOptions",
2969
+ "id": 4
2970
+ },
2971
+ "clientStreaming": {
2972
+ "type": "bool",
2973
+ "id": 5,
2974
+ "options": {
2975
+ "default": false
2976
+ }
2977
+ },
2978
+ "serverStreaming": {
2979
+ "type": "bool",
2980
+ "id": 6,
2981
+ "options": {
2982
+ "default": false
2983
+ }
2984
+ }
2985
+ }
2986
+ },
2987
+ "FileOptions": {
2988
+ "fields": {
2989
+ "javaPackage": {
2990
+ "type": "string",
2991
+ "id": 1
2992
+ },
2993
+ "javaOuterClassname": {
2994
+ "type": "string",
2995
+ "id": 8
2996
+ },
2997
+ "javaMultipleFiles": {
2998
+ "type": "bool",
2999
+ "id": 10,
3000
+ "options": {
3001
+ "default": false
3002
+ }
3003
+ },
3004
+ "javaGenerateEqualsAndHash": {
3005
+ "type": "bool",
3006
+ "id": 20,
3007
+ "options": {
3008
+ "deprecated": true
3009
+ }
3010
+ },
3011
+ "javaStringCheckUtf8": {
3012
+ "type": "bool",
3013
+ "id": 27,
3014
+ "options": {
3015
+ "default": false
3016
+ }
3017
+ },
3018
+ "optimizeFor": {
3019
+ "type": "OptimizeMode",
3020
+ "id": 9,
3021
+ "options": {
3022
+ "default": "SPEED"
3023
+ }
3024
+ },
3025
+ "goPackage": {
3026
+ "type": "string",
3027
+ "id": 11
3028
+ },
3029
+ "ccGenericServices": {
3030
+ "type": "bool",
3031
+ "id": 16,
3032
+ "options": {
3033
+ "default": false
3034
+ }
3035
+ },
3036
+ "javaGenericServices": {
3037
+ "type": "bool",
3038
+ "id": 17,
3039
+ "options": {
3040
+ "default": false
3041
+ }
3042
+ },
3043
+ "pyGenericServices": {
3044
+ "type": "bool",
3045
+ "id": 18,
3046
+ "options": {
3047
+ "default": false
3048
+ }
3049
+ },
3050
+ "phpGenericServices": {
3051
+ "type": "bool",
3052
+ "id": 42,
3053
+ "options": {
3054
+ "default": false
3055
+ }
3056
+ },
3057
+ "deprecated": {
3058
+ "type": "bool",
3059
+ "id": 23,
3060
+ "options": {
3061
+ "default": false
3062
+ }
3063
+ },
3064
+ "ccEnableArenas": {
3065
+ "type": "bool",
3066
+ "id": 31,
3067
+ "options": {
3068
+ "default": true
3069
+ }
3070
+ },
3071
+ "objcClassPrefix": {
3072
+ "type": "string",
3073
+ "id": 36
3074
+ },
3075
+ "csharpNamespace": {
3076
+ "type": "string",
3077
+ "id": 37
3078
+ },
3079
+ "swiftPrefix": {
3080
+ "type": "string",
3081
+ "id": 39
3082
+ },
3083
+ "phpClassPrefix": {
3084
+ "type": "string",
3085
+ "id": 40
3086
+ },
3087
+ "phpNamespace": {
3088
+ "type": "string",
3089
+ "id": 41
3090
+ },
3091
+ "phpMetadataNamespace": {
3092
+ "type": "string",
3093
+ "id": 44
3094
+ },
3095
+ "rubyPackage": {
3096
+ "type": "string",
3097
+ "id": 45
3098
+ },
3099
+ "uninterpretedOption": {
3100
+ "rule": "repeated",
3101
+ "type": "UninterpretedOption",
3102
+ "id": 999
3103
+ }
3104
+ },
3105
+ "extensions": [
3106
+ [
3107
+ 1000,
3108
+ 536870911
3109
+ ]
3110
+ ],
3111
+ "reserved": [
3112
+ [
3113
+ 38,
3114
+ 38
3115
+ ]
3116
+ ],
3117
+ "nested": {
3118
+ "OptimizeMode": {
3119
+ "values": {
3120
+ "SPEED": 1,
3121
+ "CODE_SIZE": 2,
3122
+ "LITE_RUNTIME": 3
3123
+ }
3124
+ }
3125
+ }
3126
+ },
3127
+ "MessageOptions": {
3128
+ "fields": {
3129
+ "messageSetWireFormat": {
3130
+ "type": "bool",
3131
+ "id": 1,
3132
+ "options": {
3133
+ "default": false
3134
+ }
3135
+ },
3136
+ "noStandardDescriptorAccessor": {
3137
+ "type": "bool",
3138
+ "id": 2,
3139
+ "options": {
3140
+ "default": false
3141
+ }
3142
+ },
3143
+ "deprecated": {
3144
+ "type": "bool",
3145
+ "id": 3,
3146
+ "options": {
3147
+ "default": false
3148
+ }
3149
+ },
3150
+ "mapEntry": {
3151
+ "type": "bool",
3152
+ "id": 7
3153
+ },
3154
+ "deprecatedLegacyJsonFieldConflicts": {
3155
+ "type": "bool",
3156
+ "id": 11,
3157
+ "options": {
3158
+ "deprecated": true
3159
+ }
3160
+ },
3161
+ "uninterpretedOption": {
3162
+ "rule": "repeated",
3163
+ "type": "UninterpretedOption",
3164
+ "id": 999
3165
+ }
3166
+ },
3167
+ "extensions": [
3168
+ [
3169
+ 1000,
3170
+ 536870911
3171
+ ]
3172
+ ],
3173
+ "reserved": [
3174
+ [
3175
+ 4,
3176
+ 4
3177
+ ],
3178
+ [
3179
+ 5,
3180
+ 5
3181
+ ],
3182
+ [
3183
+ 6,
3184
+ 6
3185
+ ],
3186
+ [
3187
+ 8,
3188
+ 8
3189
+ ],
3190
+ [
3191
+ 9,
3192
+ 9
3193
+ ]
3194
+ ]
3195
+ },
3196
+ "FieldOptions": {
3197
+ "fields": {
3198
+ "ctype": {
3199
+ "type": "CType",
3200
+ "id": 1,
3201
+ "options": {
3202
+ "default": "STRING"
3203
+ }
3204
+ },
3205
+ "packed": {
3206
+ "type": "bool",
3207
+ "id": 2
3208
+ },
3209
+ "jstype": {
3210
+ "type": "JSType",
3211
+ "id": 6,
3212
+ "options": {
3213
+ "default": "JS_NORMAL"
3214
+ }
3215
+ },
3216
+ "lazy": {
3217
+ "type": "bool",
3218
+ "id": 5,
3219
+ "options": {
3220
+ "default": false
3221
+ }
3222
+ },
3223
+ "unverifiedLazy": {
3224
+ "type": "bool",
3225
+ "id": 15,
3226
+ "options": {
3227
+ "default": false
3228
+ }
3229
+ },
3230
+ "deprecated": {
3231
+ "type": "bool",
3232
+ "id": 3,
3233
+ "options": {
3234
+ "default": false
3235
+ }
3236
+ },
3237
+ "weak": {
3238
+ "type": "bool",
3239
+ "id": 10,
3240
+ "options": {
3241
+ "default": false
3242
+ }
3243
+ },
3244
+ "debugRedact": {
3245
+ "type": "bool",
3246
+ "id": 16,
3247
+ "options": {
3248
+ "default": false
3249
+ }
3250
+ },
3251
+ "retention": {
3252
+ "type": "OptionRetention",
3253
+ "id": 17
3254
+ },
3255
+ "target": {
3256
+ "type": "OptionTargetType",
3257
+ "id": 18
3258
+ },
3259
+ "uninterpretedOption": {
3260
+ "rule": "repeated",
3261
+ "type": "UninterpretedOption",
3262
+ "id": 999
3263
+ }
3264
+ },
3265
+ "extensions": [
3266
+ [
3267
+ 1000,
3268
+ 536870911
3269
+ ]
3270
+ ],
3271
+ "reserved": [
3272
+ [
3273
+ 4,
3274
+ 4
3275
+ ]
3276
+ ],
3277
+ "nested": {
3278
+ "CType": {
3279
+ "values": {
3280
+ "STRING": 0,
3281
+ "CORD": 1,
3282
+ "STRING_PIECE": 2
3283
+ }
3284
+ },
3285
+ "JSType": {
3286
+ "values": {
3287
+ "JS_NORMAL": 0,
3288
+ "JS_STRING": 1,
3289
+ "JS_NUMBER": 2
3290
+ }
3291
+ },
3292
+ "OptionRetention": {
3293
+ "values": {
3294
+ "RETENTION_UNKNOWN": 0,
3295
+ "RETENTION_RUNTIME": 1,
3296
+ "RETENTION_SOURCE": 2
3297
+ }
3298
+ },
3299
+ "OptionTargetType": {
3300
+ "values": {
3301
+ "TARGET_TYPE_UNKNOWN": 0,
3302
+ "TARGET_TYPE_FILE": 1,
3303
+ "TARGET_TYPE_EXTENSION_RANGE": 2,
3304
+ "TARGET_TYPE_MESSAGE": 3,
3305
+ "TARGET_TYPE_FIELD": 4,
3306
+ "TARGET_TYPE_ONEOF": 5,
3307
+ "TARGET_TYPE_ENUM": 6,
3308
+ "TARGET_TYPE_ENUM_ENTRY": 7,
3309
+ "TARGET_TYPE_SERVICE": 8,
3310
+ "TARGET_TYPE_METHOD": 9
3311
+ }
3312
+ }
3313
+ }
3314
+ },
3315
+ "OneofOptions": {
3316
+ "fields": {
3317
+ "uninterpretedOption": {
3318
+ "rule": "repeated",
3319
+ "type": "UninterpretedOption",
3320
+ "id": 999
3321
+ }
3322
+ },
3323
+ "extensions": [
3324
+ [
3325
+ 1000,
3326
+ 536870911
3327
+ ]
3328
+ ]
3329
+ },
3330
+ "EnumOptions": {
3331
+ "fields": {
3332
+ "allowAlias": {
3333
+ "type": "bool",
3334
+ "id": 2
3335
+ },
3336
+ "deprecated": {
3337
+ "type": "bool",
3338
+ "id": 3,
3339
+ "options": {
3340
+ "default": false
3341
+ }
3342
+ },
3343
+ "deprecatedLegacyJsonFieldConflicts": {
3344
+ "type": "bool",
3345
+ "id": 6,
3346
+ "options": {
3347
+ "deprecated": true
3348
+ }
3349
+ },
3350
+ "uninterpretedOption": {
3351
+ "rule": "repeated",
3352
+ "type": "UninterpretedOption",
3353
+ "id": 999
3354
+ }
3355
+ },
3356
+ "extensions": [
3357
+ [
3358
+ 1000,
3359
+ 536870911
3360
+ ]
3361
+ ],
3362
+ "reserved": [
3363
+ [
3364
+ 5,
3365
+ 5
3366
+ ]
3367
+ ]
3368
+ },
3369
+ "EnumValueOptions": {
3370
+ "fields": {
3371
+ "deprecated": {
3372
+ "type": "bool",
3373
+ "id": 1,
3374
+ "options": {
3375
+ "default": false
3376
+ }
3377
+ },
3378
+ "uninterpretedOption": {
3379
+ "rule": "repeated",
3380
+ "type": "UninterpretedOption",
3381
+ "id": 999
3382
+ }
3383
+ },
3384
+ "extensions": [
3385
+ [
3386
+ 1000,
3387
+ 536870911
3388
+ ]
3389
+ ]
3390
+ },
3391
+ "ServiceOptions": {
3392
+ "fields": {
3393
+ "deprecated": {
3394
+ "type": "bool",
3395
+ "id": 33,
3396
+ "options": {
3397
+ "default": false
3398
+ }
3399
+ },
3400
+ "uninterpretedOption": {
3401
+ "rule": "repeated",
3402
+ "type": "UninterpretedOption",
3403
+ "id": 999
3404
+ }
3405
+ },
3406
+ "extensions": [
3407
+ [
3408
+ 1000,
3409
+ 536870911
3410
+ ]
3411
+ ]
3412
+ },
3413
+ "MethodOptions": {
3414
+ "fields": {
3415
+ "deprecated": {
3416
+ "type": "bool",
3417
+ "id": 33,
3418
+ "options": {
3419
+ "default": false
3420
+ }
3421
+ },
3422
+ "idempotencyLevel": {
3423
+ "type": "IdempotencyLevel",
3424
+ "id": 34,
3425
+ "options": {
3426
+ "default": "IDEMPOTENCY_UNKNOWN"
3427
+ }
3428
+ },
3429
+ "uninterpretedOption": {
3430
+ "rule": "repeated",
3431
+ "type": "UninterpretedOption",
3432
+ "id": 999
3433
+ }
3434
+ },
3435
+ "extensions": [
3436
+ [
3437
+ 1000,
3438
+ 536870911
3439
+ ]
3440
+ ],
3441
+ "nested": {
3442
+ "IdempotencyLevel": {
3443
+ "values": {
3444
+ "IDEMPOTENCY_UNKNOWN": 0,
3445
+ "NO_SIDE_EFFECTS": 1,
3446
+ "IDEMPOTENT": 2
3447
+ }
3448
+ }
3449
+ }
3450
+ },
3451
+ "UninterpretedOption": {
3452
+ "fields": {
3453
+ "name": {
3454
+ "rule": "repeated",
3455
+ "type": "NamePart",
3456
+ "id": 2
3457
+ },
3458
+ "identifierValue": {
3459
+ "type": "string",
3460
+ "id": 3
3461
+ },
3462
+ "positiveIntValue": {
3463
+ "type": "uint64",
3464
+ "id": 4
3465
+ },
3466
+ "negativeIntValue": {
3467
+ "type": "int64",
3468
+ "id": 5
3469
+ },
3470
+ "doubleValue": {
3471
+ "type": "double",
3472
+ "id": 6
3473
+ },
3474
+ "stringValue": {
3475
+ "type": "bytes",
3476
+ "id": 7
3477
+ },
3478
+ "aggregateValue": {
3479
+ "type": "string",
3480
+ "id": 8
3481
+ }
3482
+ },
3483
+ "nested": {
3484
+ "NamePart": {
3485
+ "fields": {
3486
+ "namePart": {
3487
+ "rule": "required",
3488
+ "type": "string",
3489
+ "id": 1
3490
+ },
3491
+ "isExtension": {
3492
+ "rule": "required",
3493
+ "type": "bool",
3494
+ "id": 2
3495
+ }
3496
+ }
3497
+ }
3498
+ }
3499
+ },
3500
+ "SourceCodeInfo": {
3501
+ "fields": {
3502
+ "location": {
3503
+ "rule": "repeated",
3504
+ "type": "Location",
3505
+ "id": 1
3506
+ }
3507
+ },
3508
+ "nested": {
3509
+ "Location": {
3510
+ "fields": {
3511
+ "path": {
3512
+ "rule": "repeated",
3513
+ "type": "int32",
3514
+ "id": 1
3515
+ },
3516
+ "span": {
3517
+ "rule": "repeated",
3518
+ "type": "int32",
3519
+ "id": 2
3520
+ },
3521
+ "leadingComments": {
3522
+ "type": "string",
3523
+ "id": 3
3524
+ },
3525
+ "trailingComments": {
3526
+ "type": "string",
3527
+ "id": 4
3528
+ },
3529
+ "leadingDetachedComments": {
3530
+ "rule": "repeated",
3531
+ "type": "string",
3532
+ "id": 6
3533
+ }
3534
+ }
3535
+ }
3536
+ }
3537
+ },
3538
+ "GeneratedCodeInfo": {
3539
+ "fields": {
3540
+ "annotation": {
3541
+ "rule": "repeated",
3542
+ "type": "Annotation",
3543
+ "id": 1
3544
+ }
3545
+ },
3546
+ "nested": {
3547
+ "Annotation": {
3548
+ "fields": {
3549
+ "path": {
3550
+ "rule": "repeated",
3551
+ "type": "int32",
3552
+ "id": 1
3553
+ },
3554
+ "sourceFile": {
3555
+ "type": "string",
3556
+ "id": 2
3557
+ },
3558
+ "begin": {
3559
+ "type": "int32",
3560
+ "id": 3
3561
+ },
3562
+ "end": {
3563
+ "type": "int32",
3564
+ "id": 4
3565
+ },
3566
+ "semantic": {
3567
+ "type": "Semantic",
3568
+ "id": 5
3569
+ }
3570
+ },
3571
+ "nested": {
3572
+ "Semantic": {
3573
+ "values": {
3574
+ "NONE": 0,
3575
+ "SET": 1,
3576
+ "ALIAS": 2
3577
+ }
3578
+ }
3579
+ }
3580
+ }
3581
+ }
3582
+ },
3583
+ "Duration": {
3584
+ "fields": {
3585
+ "seconds": {
3586
+ "type": "int64",
3587
+ "id": 1
3588
+ },
3589
+ "nanos": {
3590
+ "type": "int32",
3591
+ "id": 2
3592
+ }
3593
+ }
3594
+ },
3595
+ "Struct": {
3596
+ "fields": {
3597
+ "fields": {
3598
+ "keyType": "string",
3599
+ "type": "Value",
3600
+ "id": 1
3601
+ }
3602
+ }
3603
+ },
3604
+ "Value": {
3605
+ "oneofs": {
3606
+ "kind": {
3607
+ "oneof": [
3608
+ "nullValue",
3609
+ "numberValue",
3610
+ "stringValue",
3611
+ "boolValue",
3612
+ "structValue",
3613
+ "listValue"
3614
+ ]
3615
+ }
3616
+ },
3617
+ "fields": {
3618
+ "nullValue": {
3619
+ "type": "NullValue",
3620
+ "id": 1
3621
+ },
3622
+ "numberValue": {
3623
+ "type": "double",
3624
+ "id": 2
3625
+ },
3626
+ "stringValue": {
3627
+ "type": "string",
3628
+ "id": 3
3629
+ },
3630
+ "boolValue": {
3631
+ "type": "bool",
3632
+ "id": 4
3633
+ },
3634
+ "structValue": {
3635
+ "type": "Struct",
3636
+ "id": 5
3637
+ },
3638
+ "listValue": {
3639
+ "type": "ListValue",
3640
+ "id": 6
3641
+ }
3642
+ }
3643
+ },
3644
+ "NullValue": {
3645
+ "values": {
3646
+ "NULL_VALUE": 0
3647
+ }
3648
+ },
3649
+ "ListValue": {
3650
+ "fields": {
3651
+ "values": {
3652
+ "rule": "repeated",
3653
+ "type": "Value",
3654
+ "id": 1
3655
+ }
3656
+ }
3657
+ },
3658
+ "Timestamp": {
3659
+ "fields": {
3660
+ "seconds": {
3661
+ "type": "int64",
3662
+ "id": 1
3663
+ },
3664
+ "nanos": {
3665
+ "type": "int32",
3666
+ "id": 2
3667
+ }
3668
+ }
3669
+ },
3670
+ "Any": {
3671
+ "fields": {
3672
+ "type_url": {
3673
+ "type": "string",
3674
+ "id": 1
3675
+ },
3676
+ "value": {
3677
+ "type": "bytes",
3678
+ "id": 2
3679
+ }
3680
+ }
3681
+ },
3682
+ "Empty": {
3683
+ "fields": {}
3684
+ }
3685
+ }
3686
+ },
3687
+ "rpc": {
3688
+ "options": {
3689
+ "cc_enable_arenas": true,
3690
+ "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
3691
+ "java_multiple_files": true,
3692
+ "java_outer_classname": "StatusProto",
3693
+ "java_package": "com.google.rpc",
3694
+ "objc_class_prefix": "RPC"
3695
+ },
3696
+ "nested": {
3697
+ "Status": {
3698
+ "fields": {
3699
+ "code": {
3700
+ "type": "int32",
3701
+ "id": 1
3702
+ },
3703
+ "message": {
3704
+ "type": "string",
3705
+ "id": 2
3706
+ },
3707
+ "details": {
3708
+ "rule": "repeated",
3709
+ "type": "google.protobuf.Any",
3710
+ "id": 3
3711
+ }
3712
+ }
3713
+ }
3714
+ }
3715
+ },
3716
+ "type": {
3717
+ "options": {
3718
+ "cc_enable_arenas": true,
3719
+ "go_package": "google.golang.org/genproto/googleapis/type/date;date",
3720
+ "java_multiple_files": true,
3721
+ "java_outer_classname": "DateProto",
3722
+ "java_package": "com.google.type",
3723
+ "objc_class_prefix": "GTP"
3724
+ },
3725
+ "nested": {
3726
+ "Date": {
3727
+ "fields": {
3728
+ "year": {
3729
+ "type": "int32",
3730
+ "id": 1
3731
+ },
3732
+ "month": {
3733
+ "type": "int32",
3734
+ "id": 2
3735
+ },
3736
+ "day": {
3737
+ "type": "int32",
3738
+ "id": 3
3739
+ }
3740
+ }
3741
+ }
3742
+ }
3743
+ },
3744
+ "longrunning": {
3745
+ "options": {
3746
+ "cc_enable_arenas": true,
3747
+ "csharp_namespace": "Google.LongRunning",
3748
+ "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
3749
+ "java_multiple_files": true,
3750
+ "java_outer_classname": "OperationsProto",
3751
+ "java_package": "com.google.longrunning",
3752
+ "php_namespace": "Google\\LongRunning"
3753
+ },
3754
+ "nested": {
3755
+ "operationInfo": {
3756
+ "type": "google.longrunning.OperationInfo",
3757
+ "id": 1049,
3758
+ "extend": "google.protobuf.MethodOptions"
3759
+ },
3760
+ "Operations": {
3761
+ "options": {
3762
+ "(google.api.default_host)": "longrunning.googleapis.com"
3763
+ },
3764
+ "methods": {
3765
+ "ListOperations": {
3766
+ "requestType": "ListOperationsRequest",
3767
+ "responseType": "ListOperationsResponse",
3768
+ "options": {
3769
+ "(google.api.http).get": "/v1/{name=operations}",
3770
+ "(google.api.method_signature)": "name,filter"
3771
+ },
3772
+ "parsedOptions": [
3773
+ {
3774
+ "(google.api.http)": {
3775
+ "get": "/v1/{name=operations}"
3776
+ }
3777
+ },
3778
+ {
3779
+ "(google.api.method_signature)": "name,filter"
3780
+ }
3781
+ ]
3782
+ },
3783
+ "GetOperation": {
3784
+ "requestType": "GetOperationRequest",
3785
+ "responseType": "Operation",
3786
+ "options": {
3787
+ "(google.api.http).get": "/v1/{name=operations/**}",
3788
+ "(google.api.method_signature)": "name"
3789
+ },
3790
+ "parsedOptions": [
3791
+ {
3792
+ "(google.api.http)": {
3793
+ "get": "/v1/{name=operations/**}"
3794
+ }
3795
+ },
3796
+ {
3797
+ "(google.api.method_signature)": "name"
3798
+ }
3799
+ ]
3800
+ },
3801
+ "DeleteOperation": {
3802
+ "requestType": "DeleteOperationRequest",
3803
+ "responseType": "google.protobuf.Empty",
3804
+ "options": {
3805
+ "(google.api.http).delete": "/v1/{name=operations/**}",
3806
+ "(google.api.method_signature)": "name"
3807
+ },
3808
+ "parsedOptions": [
3809
+ {
3810
+ "(google.api.http)": {
3811
+ "delete": "/v1/{name=operations/**}"
3812
+ }
3813
+ },
3814
+ {
3815
+ "(google.api.method_signature)": "name"
3816
+ }
3817
+ ]
3818
+ },
3819
+ "CancelOperation": {
3820
+ "requestType": "CancelOperationRequest",
3821
+ "responseType": "google.protobuf.Empty",
3822
+ "options": {
3823
+ "(google.api.http).post": "/v1/{name=operations/**}:cancel",
3824
+ "(google.api.http).body": "*",
3825
+ "(google.api.method_signature)": "name"
3826
+ },
3827
+ "parsedOptions": [
3828
+ {
3829
+ "(google.api.http)": {
3830
+ "post": "/v1/{name=operations/**}:cancel",
3831
+ "body": "*"
3832
+ }
3833
+ },
3834
+ {
3835
+ "(google.api.method_signature)": "name"
3836
+ }
3837
+ ]
3838
+ },
3839
+ "WaitOperation": {
3840
+ "requestType": "WaitOperationRequest",
3841
+ "responseType": "Operation"
3842
+ }
3843
+ }
3844
+ },
3845
+ "Operation": {
3846
+ "oneofs": {
3847
+ "result": {
3848
+ "oneof": [
3849
+ "error",
3850
+ "response"
3851
+ ]
3852
+ }
3853
+ },
3854
+ "fields": {
3855
+ "name": {
3856
+ "type": "string",
3857
+ "id": 1
3858
+ },
3859
+ "metadata": {
3860
+ "type": "google.protobuf.Any",
3861
+ "id": 2
3862
+ },
3863
+ "done": {
3864
+ "type": "bool",
3865
+ "id": 3
3866
+ },
3867
+ "error": {
3868
+ "type": "google.rpc.Status",
3869
+ "id": 4
3870
+ },
3871
+ "response": {
3872
+ "type": "google.protobuf.Any",
3873
+ "id": 5
3874
+ }
3875
+ }
3876
+ },
3877
+ "GetOperationRequest": {
3878
+ "fields": {
3879
+ "name": {
3880
+ "type": "string",
3881
+ "id": 1
3882
+ }
3883
+ }
3884
+ },
3885
+ "ListOperationsRequest": {
3886
+ "fields": {
3887
+ "name": {
3888
+ "type": "string",
3889
+ "id": 4
3890
+ },
3891
+ "filter": {
3892
+ "type": "string",
3893
+ "id": 1
3894
+ },
3895
+ "pageSize": {
3896
+ "type": "int32",
3897
+ "id": 2
3898
+ },
3899
+ "pageToken": {
3900
+ "type": "string",
3901
+ "id": 3
3902
+ }
3903
+ }
3904
+ },
3905
+ "ListOperationsResponse": {
3906
+ "fields": {
3907
+ "operations": {
3908
+ "rule": "repeated",
3909
+ "type": "Operation",
3910
+ "id": 1
3911
+ },
3912
+ "nextPageToken": {
3913
+ "type": "string",
3914
+ "id": 2
3915
+ }
3916
+ }
3917
+ },
3918
+ "CancelOperationRequest": {
3919
+ "fields": {
3920
+ "name": {
3921
+ "type": "string",
3922
+ "id": 1
3923
+ }
3924
+ }
3925
+ },
3926
+ "DeleteOperationRequest": {
3927
+ "fields": {
3928
+ "name": {
3929
+ "type": "string",
3930
+ "id": 1
3931
+ }
3932
+ }
3933
+ },
3934
+ "WaitOperationRequest": {
3935
+ "fields": {
3936
+ "name": {
3937
+ "type": "string",
3938
+ "id": 1
3939
+ },
3940
+ "timeout": {
3941
+ "type": "google.protobuf.Duration",
3942
+ "id": 2
3943
+ }
3944
+ }
3945
+ },
3946
+ "OperationInfo": {
3947
+ "fields": {
3948
+ "responseType": {
3949
+ "type": "string",
3950
+ "id": 1
3951
+ },
3952
+ "metadataType": {
3953
+ "type": "string",
3954
+ "id": 2
3955
+ }
3956
+ }
3957
+ }
3958
+ }
3959
+ }
3960
+ }
3961
+ }
3962
+ }
3963
+ }