@google-cloud/discoveryengine 0.4.1 → 0.5.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.
- package/CHANGELOG.md +7 -0
- package/README.md +7 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +40 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +116 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +45 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +12 -12
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +26 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +15 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +259 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +546 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +14 -12
- package/build/protos/protos.d.ts +5625 -1874
- package/build/protos/protos.js +1 -1
- package/build/protos/protos.json +1 -1
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +10 -1
- package/build/src/v1beta/completion_service_client.d.ts +455 -0
- package/build/src/v1beta/completion_service_client.js +659 -0
- package/build/src/v1beta/completion_service_client_config.json +43 -0
- package/build/src/v1beta/document_service_client.d.ts +111 -18
- package/build/src/v1beta/document_service_client.js +134 -6
- package/build/src/v1beta/index.d.ts +3 -0
- package/build/src/v1beta/index.js +7 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +108 -14
- package/build/src/v1beta/recommendation_service_client.js +128 -0
- package/build/src/v1beta/schema_service_client.d.ts +798 -0
- package/build/src/v1beta/schema_service_client.js +1122 -0
- package/build/src/v1beta/schema_service_client_config.json +63 -0
- package/build/src/v1beta/search_service_client.d.ts +851 -0
- package/build/src/v1beta/search_service_client.js +1070 -0
- package/build/src/v1beta/search_service_client_config.json +43 -0
- package/build/src/v1beta/user_event_service_client.d.ts +93 -0
- package/build/src/v1beta/user_event_service_client.js +128 -0
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
@@ -1 +1 @@
|
|
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":{"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}}},"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},"parentDocumentId":{"type":"string","id":7}}},"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}}}}},"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}}},"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}},"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}},"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}}}}}},"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}}},"Duration":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"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
|
+
{"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}}}}}}}}}
|
package/build/src/index.d.ts
CHANGED
@@ -1,15 +1,24 @@
|
|
1
1
|
import * as v1beta from './v1beta';
|
2
|
+
declare const CompletionServiceClient: typeof v1beta.CompletionServiceClient;
|
3
|
+
type CompletionServiceClient = v1beta.CompletionServiceClient;
|
2
4
|
declare const DocumentServiceClient: typeof v1beta.DocumentServiceClient;
|
3
5
|
type DocumentServiceClient = v1beta.DocumentServiceClient;
|
4
6
|
declare const RecommendationServiceClient: typeof v1beta.RecommendationServiceClient;
|
5
7
|
type RecommendationServiceClient = v1beta.RecommendationServiceClient;
|
8
|
+
declare const SchemaServiceClient: typeof v1beta.SchemaServiceClient;
|
9
|
+
type SchemaServiceClient = v1beta.SchemaServiceClient;
|
10
|
+
declare const SearchServiceClient: typeof v1beta.SearchServiceClient;
|
11
|
+
type SearchServiceClient = v1beta.SearchServiceClient;
|
6
12
|
declare const UserEventServiceClient: typeof v1beta.UserEventServiceClient;
|
7
13
|
type UserEventServiceClient = v1beta.UserEventServiceClient;
|
8
|
-
export { v1beta, DocumentServiceClient, RecommendationServiceClient, UserEventServiceClient, };
|
14
|
+
export { v1beta, CompletionServiceClient, DocumentServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, UserEventServiceClient, };
|
9
15
|
declare const _default: {
|
10
16
|
v1beta: typeof v1beta;
|
17
|
+
CompletionServiceClient: typeof v1beta.CompletionServiceClient;
|
11
18
|
DocumentServiceClient: typeof v1beta.DocumentServiceClient;
|
12
19
|
RecommendationServiceClient: typeof v1beta.RecommendationServiceClient;
|
20
|
+
SchemaServiceClient: typeof v1beta.SchemaServiceClient;
|
21
|
+
SearchServiceClient: typeof v1beta.SearchServiceClient;
|
13
22
|
UserEventServiceClient: typeof v1beta.UserEventServiceClient;
|
14
23
|
};
|
15
24
|
export default _default;
|
package/build/src/index.js
CHANGED
@@ -17,19 +17,28 @@
|
|
17
17
|
// ** https://github.com/googleapis/synthtool **
|
18
18
|
// ** All changes to this file may be overwritten. **
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
-
exports.protos = exports.UserEventServiceClient = exports.RecommendationServiceClient = exports.DocumentServiceClient = exports.v1beta = void 0;
|
20
|
+
exports.protos = exports.UserEventServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.DocumentServiceClient = exports.CompletionServiceClient = exports.v1beta = void 0;
|
21
21
|
const v1beta = require("./v1beta");
|
22
22
|
exports.v1beta = v1beta;
|
23
|
+
const CompletionServiceClient = v1beta.CompletionServiceClient;
|
24
|
+
exports.CompletionServiceClient = CompletionServiceClient;
|
23
25
|
const DocumentServiceClient = v1beta.DocumentServiceClient;
|
24
26
|
exports.DocumentServiceClient = DocumentServiceClient;
|
25
27
|
const RecommendationServiceClient = v1beta.RecommendationServiceClient;
|
26
28
|
exports.RecommendationServiceClient = RecommendationServiceClient;
|
29
|
+
const SchemaServiceClient = v1beta.SchemaServiceClient;
|
30
|
+
exports.SchemaServiceClient = SchemaServiceClient;
|
31
|
+
const SearchServiceClient = v1beta.SearchServiceClient;
|
32
|
+
exports.SearchServiceClient = SearchServiceClient;
|
27
33
|
const UserEventServiceClient = v1beta.UserEventServiceClient;
|
28
34
|
exports.UserEventServiceClient = UserEventServiceClient;
|
29
35
|
exports.default = {
|
30
36
|
v1beta,
|
37
|
+
CompletionServiceClient,
|
31
38
|
DocumentServiceClient,
|
32
39
|
RecommendationServiceClient,
|
40
|
+
SchemaServiceClient,
|
41
|
+
SearchServiceClient,
|
33
42
|
UserEventServiceClient,
|
34
43
|
};
|
35
44
|
const protos = require("../protos/protos");
|