@google-cloud/discoveryengine 1.3.1 → 1.4.1
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 +14 -0
- package/README.md +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
- package/build/protos/protos.d.ts +48530 -23682
- package/build/protos/protos.js +122429 -63306
- package/build/protos/protos.json +13438 -7286
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +10 -1
- package/build/src/v1/completion_service_client.d.ts +489 -7
- package/build/src/v1/completion_service_client.js +715 -11
- package/build/src/v1/completion_service_client_config.json +10 -0
- package/build/src/v1/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1/conversational_search_service_client.js +466 -9
- package/build/src/v1/data_store_service_client.d.ts +1286 -0
- package/build/src/v1/data_store_service_client.js +1768 -0
- package/build/src/v1/data_store_service_client_config.json +46 -0
- package/build/src/v1/document_service_client.d.ts +347 -2
- package/build/src/v1/document_service_client.js +506 -9
- package/build/src/v1/engine_service_client.d.ts +1211 -0
- package/build/src/v1/engine_service_client.js +1731 -0
- package/build/src/v1/engine_service_client_config.json +46 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +7 -1
- package/build/src/v1/schema_service_client.d.ts +272 -2
- package/build/src/v1/schema_service_client.js +402 -9
- package/build/src/v1/search_service_client.d.ts +515 -11
- package/build/src/v1/search_service_client.js +648 -15
- package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
- package/build/src/v1/site_search_engine_service_client.js +2075 -0
- package/build/src/v1/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1/user_event_service_client.d.ts +272 -2
- package/build/src/v1/user_event_service_client.js +402 -9
- package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
- package/build/src/v1alpha/acl_config_service_client.js +1765 -0
- package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
- package/build/src/v1alpha/chunk_service_client.js +1886 -0
- package/build/src/v1alpha/chunk_service_client_config.json +34 -0
- package/build/src/v1alpha/completion_service_client.d.ts +599 -5
- package/build/src/v1alpha/completion_service_client.js +868 -12
- package/build/src/v1alpha/completion_service_client_config.json +10 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
- package/build/src/v1alpha/conversational_search_service_client.js +353 -10
- package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
- package/build/src/v1alpha/data_store_service_client.js +599 -12
- package/build/src/v1alpha/data_store_service_client_config.json +8 -0
- package/build/src/v1alpha/document_service_client.d.ts +393 -2
- package/build/src/v1alpha/document_service_client.js +551 -10
- package/build/src/v1alpha/engine_service_client.d.ts +386 -4
- package/build/src/v1alpha/engine_service_client.js +551 -10
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
- package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
- package/build/src/v1alpha/index.d.ts +4 -0
- package/build/src/v1alpha/index.js +10 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
- package/build/src/v1alpha/recommendation_service_client.js +353 -10
- package/build/src/v1alpha/schema_service_client.d.ts +383 -2
- package/build/src/v1alpha/schema_service_client.js +551 -10
- package/build/src/v1alpha/search_service_client.d.ts +269 -17
- package/build/src/v1alpha/search_service_client.js +373 -20
- package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
- package/build/src/v1alpha/search_tuning_service_client.js +551 -10
- package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
- package/build/src/v1alpha/serving_config_service_client.js +1935 -0
- package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
- package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
- package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
- package/build/src/v1alpha/user_event_service_client.js +551 -10
- package/build/src/v1beta/completion_service_client.d.ts +708 -7
- package/build/src/v1beta/completion_service_client.js +1015 -11
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
- package/build/src/v1beta/conversational_search_service_client.js +570 -9
- package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
- package/build/src/v1beta/data_store_service_client.js +2070 -0
- package/build/src/v1beta/data_store_service_client_config.json +46 -0
- package/build/src/v1beta/document_service_client.d.ts +566 -2
- package/build/src/v1beta/document_service_client.js +810 -11
- package/build/src/v1beta/engine_service_client.d.ts +1432 -0
- package/build/src/v1beta/engine_service_client.js +2032 -0
- package/build/src/v1beta/engine_service_client_config.json +46 -0
- package/build/src/v1beta/index.d.ts +5 -0
- package/build/src/v1beta/index.js +11 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
- package/build/src/v1beta/recommendation_service_client.js +674 -9
- package/build/src/v1beta/schema_service_client.d.ts +491 -2
- package/build/src/v1beta/schema_service_client.js +706 -11
- package/build/src/v1beta/search_service_client.d.ts +620 -29
- package/build/src/v1beta/search_service_client.js +772 -27
- package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
- package/build/src/v1beta/search_tuning_service_client.js +1781 -0
- package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
- package/build/src/v1beta/serving_config_service_client.js +1724 -0
- package/build/src/v1beta/serving_config_service_client_config.json +38 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
- package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
- package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1beta/user_event_service_client.d.ts +491 -2
- package/build/src/v1beta/user_event_service_client.js +706 -11
- package/package.json +3 -3
|
@@ -16,6 +16,8 @@ export declare class SchemaServiceClient {
|
|
|
16
16
|
private _gaxGrpc;
|
|
17
17
|
private _protos;
|
|
18
18
|
private _defaults;
|
|
19
|
+
private _universeDomain;
|
|
20
|
+
private _servicePath;
|
|
19
21
|
auth: gax.GoogleAuth;
|
|
20
22
|
descriptors: Descriptors;
|
|
21
23
|
warn: (code: string, message: string, warnType?: string) => void;
|
|
@@ -86,15 +88,22 @@ export declare class SchemaServiceClient {
|
|
|
86
88
|
}>;
|
|
87
89
|
/**
|
|
88
90
|
* The DNS address for this API service.
|
|
91
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
89
92
|
* @returns {string} The DNS address for this service.
|
|
90
93
|
*/
|
|
91
94
|
static get servicePath(): string;
|
|
92
95
|
/**
|
|
93
|
-
* The DNS address for this API service - same as servicePath
|
|
94
|
-
*
|
|
96
|
+
* The DNS address for this API service - same as servicePath.
|
|
97
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
95
98
|
* @returns {string} The DNS address for this service.
|
|
96
99
|
*/
|
|
97
100
|
static get apiEndpoint(): string;
|
|
101
|
+
/**
|
|
102
|
+
* The DNS address for this API service.
|
|
103
|
+
* @returns {string} The DNS address for this service.
|
|
104
|
+
*/
|
|
105
|
+
get apiEndpoint(): string;
|
|
106
|
+
get universeDomain(): string;
|
|
98
107
|
/**
|
|
99
108
|
* The port for this API service.
|
|
100
109
|
* @returns {number} The default port for this service.
|
|
@@ -553,6 +562,30 @@ export declare class SchemaServiceClient {
|
|
|
553
562
|
* ```
|
|
554
563
|
*/
|
|
555
564
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
|
565
|
+
/**
|
|
566
|
+
* Return a fully-qualified aclConfig resource name string.
|
|
567
|
+
*
|
|
568
|
+
* @param {string} project
|
|
569
|
+
* @param {string} location
|
|
570
|
+
* @returns {string} Resource name string.
|
|
571
|
+
*/
|
|
572
|
+
aclConfigPath(project: string, location: string): string;
|
|
573
|
+
/**
|
|
574
|
+
* Parse the project from AclConfig resource.
|
|
575
|
+
*
|
|
576
|
+
* @param {string} aclConfigName
|
|
577
|
+
* A fully-qualified path representing AclConfig resource.
|
|
578
|
+
* @returns {string} A string representing the project.
|
|
579
|
+
*/
|
|
580
|
+
matchProjectFromAclConfigName(aclConfigName: string): string | number;
|
|
581
|
+
/**
|
|
582
|
+
* Parse the location from AclConfig resource.
|
|
583
|
+
*
|
|
584
|
+
* @param {string} aclConfigName
|
|
585
|
+
* A fully-qualified path representing AclConfig resource.
|
|
586
|
+
* @returns {string} A string representing the location.
|
|
587
|
+
*/
|
|
588
|
+
matchLocationFromAclConfigName(aclConfigName: string): string | number;
|
|
556
589
|
/**
|
|
557
590
|
* Return a fully-qualified engine resource name string.
|
|
558
591
|
*
|
|
@@ -697,6 +730,75 @@ export declare class SchemaServiceClient {
|
|
|
697
730
|
* @returns {string} A string representing the document.
|
|
698
731
|
*/
|
|
699
732
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
|
733
|
+
/**
|
|
734
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
|
735
|
+
*
|
|
736
|
+
* @param {string} project
|
|
737
|
+
* @param {string} location
|
|
738
|
+
* @param {string} collection
|
|
739
|
+
* @param {string} data_store
|
|
740
|
+
* @param {string} branch
|
|
741
|
+
* @param {string} document
|
|
742
|
+
* @param {string} chunk
|
|
743
|
+
* @returns {string} Resource name string.
|
|
744
|
+
*/
|
|
745
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
746
|
+
/**
|
|
747
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
748
|
+
*
|
|
749
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
750
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
751
|
+
* @returns {string} A string representing the project.
|
|
752
|
+
*/
|
|
753
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
754
|
+
/**
|
|
755
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
756
|
+
*
|
|
757
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
758
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
759
|
+
* @returns {string} A string representing the location.
|
|
760
|
+
*/
|
|
761
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
762
|
+
/**
|
|
763
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
764
|
+
*
|
|
765
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
766
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
767
|
+
* @returns {string} A string representing the collection.
|
|
768
|
+
*/
|
|
769
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
770
|
+
/**
|
|
771
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
772
|
+
*
|
|
773
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
774
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
775
|
+
* @returns {string} A string representing the data_store.
|
|
776
|
+
*/
|
|
777
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
778
|
+
/**
|
|
779
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
780
|
+
*
|
|
781
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
782
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
783
|
+
* @returns {string} A string representing the branch.
|
|
784
|
+
*/
|
|
785
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
786
|
+
/**
|
|
787
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
788
|
+
*
|
|
789
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
790
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
791
|
+
* @returns {string} A string representing the document.
|
|
792
|
+
*/
|
|
793
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
794
|
+
/**
|
|
795
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
796
|
+
*
|
|
797
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
798
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
799
|
+
* @returns {string} A string representing the chunk.
|
|
800
|
+
*/
|
|
801
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
700
802
|
/**
|
|
701
803
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
|
702
804
|
*
|
|
@@ -748,6 +850,48 @@ export declare class SchemaServiceClient {
|
|
|
748
850
|
* @returns {string} A string representing the conversation.
|
|
749
851
|
*/
|
|
750
852
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
|
853
|
+
/**
|
|
854
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
|
855
|
+
*
|
|
856
|
+
* @param {string} project
|
|
857
|
+
* @param {string} location
|
|
858
|
+
* @param {string} collection
|
|
859
|
+
* @param {string} data_store
|
|
860
|
+
* @returns {string} Resource name string.
|
|
861
|
+
*/
|
|
862
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
|
863
|
+
/**
|
|
864
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
865
|
+
*
|
|
866
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
867
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
868
|
+
* @returns {string} A string representing the project.
|
|
869
|
+
*/
|
|
870
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
871
|
+
/**
|
|
872
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
873
|
+
*
|
|
874
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
875
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
876
|
+
* @returns {string} A string representing the location.
|
|
877
|
+
*/
|
|
878
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
879
|
+
/**
|
|
880
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
881
|
+
*
|
|
882
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
883
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
884
|
+
* @returns {string} A string representing the collection.
|
|
885
|
+
*/
|
|
886
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
887
|
+
/**
|
|
888
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
889
|
+
*
|
|
890
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
891
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
892
|
+
* @returns {string} A string representing the data_store.
|
|
893
|
+
*/
|
|
894
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
751
895
|
/**
|
|
752
896
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
|
753
897
|
*
|
|
@@ -799,6 +943,57 @@ export declare class SchemaServiceClient {
|
|
|
799
943
|
* @returns {string} A string representing the schema.
|
|
800
944
|
*/
|
|
801
945
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
|
946
|
+
/**
|
|
947
|
+
* Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
|
|
948
|
+
*
|
|
949
|
+
* @param {string} project
|
|
950
|
+
* @param {string} location
|
|
951
|
+
* @param {string} collection
|
|
952
|
+
* @param {string} data_store
|
|
953
|
+
* @param {string} serving_config
|
|
954
|
+
* @returns {string} Resource name string.
|
|
955
|
+
*/
|
|
956
|
+
projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
|
|
957
|
+
/**
|
|
958
|
+
* Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
959
|
+
*
|
|
960
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
961
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
962
|
+
* @returns {string} A string representing the project.
|
|
963
|
+
*/
|
|
964
|
+
matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
965
|
+
/**
|
|
966
|
+
* Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
967
|
+
*
|
|
968
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
969
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
970
|
+
* @returns {string} A string representing the location.
|
|
971
|
+
*/
|
|
972
|
+
matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
973
|
+
/**
|
|
974
|
+
* Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
975
|
+
*
|
|
976
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
977
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
978
|
+
* @returns {string} A string representing the collection.
|
|
979
|
+
*/
|
|
980
|
+
matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
981
|
+
/**
|
|
982
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
983
|
+
*
|
|
984
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
985
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
986
|
+
* @returns {string} A string representing the data_store.
|
|
987
|
+
*/
|
|
988
|
+
matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
989
|
+
/**
|
|
990
|
+
* Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
991
|
+
*
|
|
992
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
993
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
994
|
+
* @returns {string} A string representing the serving_config.
|
|
995
|
+
*/
|
|
996
|
+
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
802
997
|
/**
|
|
803
998
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
|
804
999
|
*
|
|
@@ -943,6 +1138,57 @@ export declare class SchemaServiceClient {
|
|
|
943
1138
|
* @returns {string} A string representing the conversation.
|
|
944
1139
|
*/
|
|
945
1140
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1141
|
+
/**
|
|
1142
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
|
1143
|
+
*
|
|
1144
|
+
* @param {string} project
|
|
1145
|
+
* @param {string} location
|
|
1146
|
+
* @param {string} collection
|
|
1147
|
+
* @param {string} engine
|
|
1148
|
+
* @param {string} serving_config
|
|
1149
|
+
* @returns {string} Resource name string.
|
|
1150
|
+
*/
|
|
1151
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
|
1152
|
+
/**
|
|
1153
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
|
1154
|
+
*
|
|
1155
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1156
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1157
|
+
* @returns {string} A string representing the project.
|
|
1158
|
+
*/
|
|
1159
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1160
|
+
/**
|
|
1161
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
|
1162
|
+
*
|
|
1163
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1164
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1165
|
+
* @returns {string} A string representing the location.
|
|
1166
|
+
*/
|
|
1167
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1168
|
+
/**
|
|
1169
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
|
1170
|
+
*
|
|
1171
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1172
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1173
|
+
* @returns {string} A string representing the collection.
|
|
1174
|
+
*/
|
|
1175
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1176
|
+
/**
|
|
1177
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
|
1178
|
+
*
|
|
1179
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1180
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1181
|
+
* @returns {string} A string representing the engine.
|
|
1182
|
+
*/
|
|
1183
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1184
|
+
/**
|
|
1185
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
|
1186
|
+
*
|
|
1187
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1188
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1189
|
+
* @returns {string} A string representing the serving_config.
|
|
1190
|
+
*/
|
|
1191
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
946
1192
|
/**
|
|
947
1193
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
|
948
1194
|
*
|
|
@@ -1027,6 +1273,66 @@ export declare class SchemaServiceClient {
|
|
|
1027
1273
|
* @returns {string} A string representing the document.
|
|
1028
1274
|
*/
|
|
1029
1275
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
|
1276
|
+
/**
|
|
1277
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
|
1278
|
+
*
|
|
1279
|
+
* @param {string} project
|
|
1280
|
+
* @param {string} location
|
|
1281
|
+
* @param {string} data_store
|
|
1282
|
+
* @param {string} branch
|
|
1283
|
+
* @param {string} document
|
|
1284
|
+
* @param {string} chunk
|
|
1285
|
+
* @returns {string} Resource name string.
|
|
1286
|
+
*/
|
|
1287
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
1288
|
+
/**
|
|
1289
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1290
|
+
*
|
|
1291
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1292
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1293
|
+
* @returns {string} A string representing the project.
|
|
1294
|
+
*/
|
|
1295
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1296
|
+
/**
|
|
1297
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1298
|
+
*
|
|
1299
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1300
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1301
|
+
* @returns {string} A string representing the location.
|
|
1302
|
+
*/
|
|
1303
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1304
|
+
/**
|
|
1305
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1306
|
+
*
|
|
1307
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1308
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1309
|
+
* @returns {string} A string representing the data_store.
|
|
1310
|
+
*/
|
|
1311
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1312
|
+
/**
|
|
1313
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1314
|
+
*
|
|
1315
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1316
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1317
|
+
* @returns {string} A string representing the branch.
|
|
1318
|
+
*/
|
|
1319
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1320
|
+
/**
|
|
1321
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1322
|
+
*
|
|
1323
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1324
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1325
|
+
* @returns {string} A string representing the document.
|
|
1326
|
+
*/
|
|
1327
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1328
|
+
/**
|
|
1329
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1330
|
+
*
|
|
1331
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1332
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1333
|
+
* @returns {string} A string representing the chunk.
|
|
1334
|
+
*/
|
|
1335
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1030
1336
|
/**
|
|
1031
1337
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
|
1032
1338
|
*
|
|
@@ -1069,6 +1375,39 @@ export declare class SchemaServiceClient {
|
|
|
1069
1375
|
* @returns {string} A string representing the conversation.
|
|
1070
1376
|
*/
|
|
1071
1377
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
|
1378
|
+
/**
|
|
1379
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
|
1380
|
+
*
|
|
1381
|
+
* @param {string} project
|
|
1382
|
+
* @param {string} location
|
|
1383
|
+
* @param {string} data_store
|
|
1384
|
+
* @returns {string} Resource name string.
|
|
1385
|
+
*/
|
|
1386
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
|
1387
|
+
/**
|
|
1388
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1389
|
+
*
|
|
1390
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1391
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1392
|
+
* @returns {string} A string representing the project.
|
|
1393
|
+
*/
|
|
1394
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1395
|
+
/**
|
|
1396
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1397
|
+
*
|
|
1398
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1399
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1400
|
+
* @returns {string} A string representing the location.
|
|
1401
|
+
*/
|
|
1402
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1403
|
+
/**
|
|
1404
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1405
|
+
*
|
|
1406
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1407
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1408
|
+
* @returns {string} A string representing the data_store.
|
|
1409
|
+
*/
|
|
1410
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1072
1411
|
/**
|
|
1073
1412
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
|
1074
1413
|
*
|
|
@@ -1111,6 +1450,48 @@ export declare class SchemaServiceClient {
|
|
|
1111
1450
|
* @returns {string} A string representing the schema.
|
|
1112
1451
|
*/
|
|
1113
1452
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
|
1453
|
+
/**
|
|
1454
|
+
* Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
|
|
1455
|
+
*
|
|
1456
|
+
* @param {string} project
|
|
1457
|
+
* @param {string} location
|
|
1458
|
+
* @param {string} data_store
|
|
1459
|
+
* @param {string} serving_config
|
|
1460
|
+
* @returns {string} Resource name string.
|
|
1461
|
+
*/
|
|
1462
|
+
projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
|
|
1463
|
+
/**
|
|
1464
|
+
* Parse the project from ProjectLocationDataStoreServingConfig resource.
|
|
1465
|
+
*
|
|
1466
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1467
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1468
|
+
* @returns {string} A string representing the project.
|
|
1469
|
+
*/
|
|
1470
|
+
matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1471
|
+
/**
|
|
1472
|
+
* Parse the location from ProjectLocationDataStoreServingConfig resource.
|
|
1473
|
+
*
|
|
1474
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1475
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1476
|
+
* @returns {string} A string representing the location.
|
|
1477
|
+
*/
|
|
1478
|
+
matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1479
|
+
/**
|
|
1480
|
+
* Parse the data_store from ProjectLocationDataStoreServingConfig resource.
|
|
1481
|
+
*
|
|
1482
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1483
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1484
|
+
* @returns {string} A string representing the data_store.
|
|
1485
|
+
*/
|
|
1486
|
+
matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1487
|
+
/**
|
|
1488
|
+
* Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
|
|
1489
|
+
*
|
|
1490
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1491
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1492
|
+
* @returns {string} A string representing the serving_config.
|
|
1493
|
+
*/
|
|
1494
|
+
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1114
1495
|
/**
|
|
1115
1496
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
|
1116
1497
|
*
|