@google-cloud/discoveryengine 2.0.0 → 2.1.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.
Files changed (149) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +7 -2
  3. package/build/protos/google/cloud/discoveryengine/v1/answer.proto +54 -2
  4. package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +2 -1
  5. package/build/protos/google/cloud/discoveryengine/v1/common.proto +35 -6
  6. package/build/protos/google/cloud/discoveryengine/v1/control.proto +113 -2
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +168 -2
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +23 -4
  9. package/build/protos/google/cloud/discoveryengine/v1/document.proto +7 -2
  10. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +16 -3
  12. package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +70 -9
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +20 -1
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +9 -5
  15. package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +3 -1
  16. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +2 -2
  17. package/build/protos/google/cloud/discoveryengine/v1/safety.proto +107 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +96 -8
  19. package/build/protos/google/cloud/discoveryengine/v1/serving_config.proto +271 -0
  20. package/build/protos/google/cloud/discoveryengine/v1/serving_config_service.proto +75 -0
  21. package/build/protos/google/cloud/discoveryengine/v1/session.proto +19 -0
  22. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +27 -3
  23. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +184 -5
  24. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +34 -0
  25. package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +16 -4
  26. package/build/protos/protos.d.ts +5356 -981
  27. package/build/protos/protos.js +32266 -20956
  28. package/build/protos/protos.json +1391 -74
  29. package/build/src/index.d.ts +4 -1
  30. package/build/src/index.js +4 -1
  31. package/build/src/v1/completion_service_client.d.ts +238 -1
  32. package/build/src/v1/completion_service_client.js +341 -5
  33. package/build/src/v1/completion_service_proto_list.json +3 -0
  34. package/build/src/v1/control_service_client.d.ts +237 -0
  35. package/build/src/v1/control_service_client.js +347 -7
  36. package/build/src/v1/control_service_proto_list.json +3 -0
  37. package/build/src/v1/conversational_search_service_client.d.ts +213 -6
  38. package/build/src/v1/conversational_search_service_client.js +316 -22
  39. package/build/src/v1/conversational_search_service_client_config.json +5 -0
  40. package/build/src/v1/conversational_search_service_proto_list.json +3 -0
  41. package/build/src/v1/data_store_service_client.d.ts +238 -1
  42. package/build/src/v1/data_store_service_client.js +347 -7
  43. package/build/src/v1/data_store_service_proto_list.json +3 -0
  44. package/build/src/v1/document_service_client.d.ts +245 -2
  45. package/build/src/v1/document_service_client.js +356 -10
  46. package/build/src/v1/document_service_proto_list.json +3 -0
  47. package/build/src/v1/engine_service_client.d.ts +238 -1
  48. package/build/src/v1/engine_service_client.js +347 -7
  49. package/build/src/v1/engine_service_proto_list.json +3 -0
  50. package/build/src/v1/gapic_metadata.json +59 -0
  51. package/build/src/v1/grounded_generation_service_client.d.ts +238 -3
  52. package/build/src/v1/grounded_generation_service_client.js +335 -3
  53. package/build/src/v1/grounded_generation_service_proto_list.json +3 -0
  54. package/build/src/v1/index.d.ts +1 -0
  55. package/build/src/v1/index.js +3 -1
  56. package/build/src/v1/project_service_client.d.ts +238 -1
  57. package/build/src/v1/project_service_client.js +329 -1
  58. package/build/src/v1/project_service_proto_list.json +3 -0
  59. package/build/src/v1/rank_service_client.d.ts +238 -1
  60. package/build/src/v1/rank_service_client.js +329 -1
  61. package/build/src/v1/rank_service_proto_list.json +3 -0
  62. package/build/src/v1/recommendation_service_client.d.ts +95 -2
  63. package/build/src/v1/recommendation_service_client.js +131 -1
  64. package/build/src/v1/recommendation_service_proto_list.json +3 -0
  65. package/build/src/v1/schema_service_client.d.ts +238 -1
  66. package/build/src/v1/schema_service_client.js +347 -7
  67. package/build/src/v1/schema_service_proto_list.json +3 -0
  68. package/build/src/v1/search_service_client.d.ts +219 -30
  69. package/build/src/v1/search_service_client.js +230 -26
  70. package/build/src/v1/search_service_proto_list.json +3 -0
  71. package/build/src/v1/search_tuning_service_client.d.ts +238 -1
  72. package/build/src/v1/search_tuning_service_client.js +332 -2
  73. package/build/src/v1/search_tuning_service_proto_list.json +3 -0
  74. package/build/src/v1/serving_config_service_client.d.ts +1851 -0
  75. package/build/src/v1/serving_config_service_client.js +2653 -0
  76. package/build/src/v1/serving_config_service_client_config.json +30 -0
  77. package/build/src/v1/serving_config_service_proto_list.json +39 -0
  78. package/build/src/v1/site_search_engine_service_client.d.ts +357 -4
  79. package/build/src/v1/site_search_engine_service_client.js +521 -16
  80. package/build/src/v1/site_search_engine_service_client_config.json +12 -0
  81. package/build/src/v1/site_search_engine_service_proto_list.json +3 -0
  82. package/build/src/v1/user_event_service_client.d.ts +259 -10
  83. package/build/src/v1/user_event_service_client.js +338 -4
  84. package/build/src/v1/user_event_service_proto_list.json +3 -0
  85. package/build/src/v1alpha/acl_config_service_client.js +6 -2
  86. package/build/src/v1alpha/chunk_service_client.js +12 -4
  87. package/build/src/v1alpha/completion_service_client.d.ts +1 -1
  88. package/build/src/v1alpha/completion_service_client.js +15 -5
  89. package/build/src/v1alpha/control_service_client.js +21 -7
  90. package/build/src/v1alpha/conversational_search_service_client.js +51 -17
  91. package/build/src/v1alpha/data_store_service_client.d.ts +1 -1
  92. package/build/src/v1alpha/data_store_service_client.js +27 -9
  93. package/build/src/v1alpha/document_service_client.d.ts +1 -1
  94. package/build/src/v1alpha/document_service_client.js +33 -11
  95. package/build/src/v1alpha/engine_service_client.d.ts +1 -1
  96. package/build/src/v1alpha/engine_service_client.js +30 -10
  97. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1 -1
  98. package/build/src/v1alpha/estimate_billing_service_client.js +3 -1
  99. package/build/src/v1alpha/evaluation_service_client.d.ts +1 -1
  100. package/build/src/v1alpha/evaluation_service_client.js +24 -8
  101. package/build/src/v1alpha/grounded_generation_service_client.js +3 -1
  102. package/build/src/v1alpha/project_service_client.d.ts +1 -1
  103. package/build/src/v1alpha/project_service_client.js +9 -3
  104. package/build/src/v1alpha/rank_service_client.js +3 -1
  105. package/build/src/v1alpha/recommendation_service_client.js +3 -1
  106. package/build/src/v1alpha/sample_query_service_client.d.ts +1 -1
  107. package/build/src/v1alpha/sample_query_service_client.js +24 -8
  108. package/build/src/v1alpha/sample_query_set_service_client.js +21 -7
  109. package/build/src/v1alpha/schema_service_client.d.ts +1 -1
  110. package/build/src/v1alpha/schema_service_client.js +21 -7
  111. package/build/src/v1alpha/search_service_client.js +9 -3
  112. package/build/src/v1alpha/search_tuning_service_client.d.ts +1 -1
  113. package/build/src/v1alpha/search_tuning_service_client.js +6 -2
  114. package/build/src/v1alpha/serving_config_service_client.js +15 -5
  115. package/build/src/v1alpha/site_search_engine_service_client.d.ts +1 -1
  116. package/build/src/v1alpha/site_search_engine_service_client.js +54 -18
  117. package/build/src/v1alpha/user_event_service_client.d.ts +1 -1
  118. package/build/src/v1alpha/user_event_service_client.js +12 -4
  119. package/build/src/v1beta/completion_service_client.d.ts +1 -1
  120. package/build/src/v1beta/completion_service_client.js +18 -6
  121. package/build/src/v1beta/control_service_client.js +21 -7
  122. package/build/src/v1beta/conversational_search_service_client.js +51 -17
  123. package/build/src/v1beta/data_store_service_client.d.ts +1 -1
  124. package/build/src/v1beta/data_store_service_client.js +21 -7
  125. package/build/src/v1beta/document_service_client.d.ts +1 -1
  126. package/build/src/v1beta/document_service_client.js +30 -10
  127. package/build/src/v1beta/engine_service_client.d.ts +1 -1
  128. package/build/src/v1beta/engine_service_client.js +30 -10
  129. package/build/src/v1beta/evaluation_service_client.d.ts +1 -1
  130. package/build/src/v1beta/evaluation_service_client.js +24 -8
  131. package/build/src/v1beta/grounded_generation_service_client.js +9 -3
  132. package/build/src/v1beta/project_service_client.d.ts +1 -1
  133. package/build/src/v1beta/project_service_client.js +3 -1
  134. package/build/src/v1beta/rank_service_client.js +3 -1
  135. package/build/src/v1beta/recommendation_service_client.js +3 -1
  136. package/build/src/v1beta/sample_query_service_client.d.ts +1 -1
  137. package/build/src/v1beta/sample_query_service_client.js +24 -8
  138. package/build/src/v1beta/sample_query_set_service_client.js +21 -7
  139. package/build/src/v1beta/schema_service_client.d.ts +1 -1
  140. package/build/src/v1beta/schema_service_client.js +21 -7
  141. package/build/src/v1beta/search_service_client.js +18 -6
  142. package/build/src/v1beta/search_tuning_service_client.d.ts +1 -1
  143. package/build/src/v1beta/search_tuning_service_client.js +6 -2
  144. package/build/src/v1beta/serving_config_service_client.js +15 -5
  145. package/build/src/v1beta/site_search_engine_service_client.d.ts +1 -1
  146. package/build/src/v1beta/site_search_engine_service_client.js +57 -19
  147. package/build/src/v1beta/user_event_service_client.d.ts +1 -1
  148. package/build/src/v1beta/user_event_service_client.js +12 -4
  149. package/package.json +5 -5
@@ -338,6 +338,8 @@ export declare class ConversationalSearchServiceClient {
338
338
  * Model specification.
339
339
  * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.RelatedQuestionsSpec} request.relatedQuestionsSpec
340
340
  * Related questions specification.
341
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.GroundingSpec} [request.groundingSpec]
342
+ * Optional. Grounding specification.
341
343
  * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.AnswerGenerationSpec} request.answerGenerationSpec
342
344
  * Answer generation specification.
343
345
  * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.SearchSpec} request.searchSpec
@@ -385,6 +387,8 @@ export declare class ConversationalSearchServiceClient {
385
387
  * See [Google Cloud
386
388
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
387
389
  * for more details.
390
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.EndUserSpec} [request.endUserSpec]
391
+ * Optional. End user specification.
388
392
  * @param {object} [options]
389
393
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
390
394
  * @returns {Promise} - The promise which resolves to an array.
@@ -524,6 +528,9 @@ export declare class ConversationalSearchServiceClient {
524
528
  * @param {string} request.name
525
529
  * Required. The resource name of the Session to get. Format:
526
530
  * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}`
531
+ * @param {boolean} [request.includeAnswerDetails]
532
+ * Optional. If set to true, the full session including all answer details
533
+ * will be returned.
527
534
  * @param {object} [options]
528
535
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
529
536
  * @returns {Promise} - The promise which resolves to an array.
@@ -540,6 +547,98 @@ export declare class ConversationalSearchServiceClient {
540
547
  ]>;
541
548
  getSession(request: protos.google.cloud.discoveryengine.v1.IGetSessionRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.ISession, protos.google.cloud.discoveryengine.v1.IGetSessionRequest | null | undefined, {} | null | undefined>): void;
542
549
  getSession(request: protos.google.cloud.discoveryengine.v1.IGetSessionRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.ISession, protos.google.cloud.discoveryengine.v1.IGetSessionRequest | null | undefined, {} | null | undefined>): void;
550
+ /**
551
+ * Answer query method (streaming).
552
+ *
553
+ * It takes one
554
+ * {@link protos.google.cloud.discoveryengine.v1.AnswerQueryRequest|AnswerQueryRequest}
555
+ * and returns multiple
556
+ * {@link protos.google.cloud.discoveryengine.v1.AnswerQueryResponse|AnswerQueryResponse}
557
+ * messages in a stream.
558
+ *
559
+ * @param {Object} request
560
+ * The request object that will be sent.
561
+ * @param {string} request.servingConfig
562
+ * Required. The resource name of the Search serving config, such as
563
+ * `projects/* /locations/global/collections/default_collection/engines/* /servingConfigs/default_serving_config`,
564
+ * or
565
+ * `projects/* /locations/global/collections/default_collection/dataStores/* /servingConfigs/default_serving_config`.
566
+ * This field is used to identify the serving configuration name, set
567
+ * of models used to make the search.
568
+ * @param {google.cloud.discoveryengine.v1.Query} request.query
569
+ * Required. Current user query.
570
+ * @param {string} request.session
571
+ * The session resource name. Not required.
572
+ *
573
+ * When session field is not set, the API is in sessionless mode.
574
+ *
575
+ * We support auto session mode: users can use the wildcard symbol `-` as
576
+ * session ID. A new ID will be automatically generated and assigned.
577
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.SafetySpec} request.safetySpec
578
+ * Model specification.
579
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.RelatedQuestionsSpec} request.relatedQuestionsSpec
580
+ * Related questions specification.
581
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.GroundingSpec} [request.groundingSpec]
582
+ * Optional. Grounding specification.
583
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.AnswerGenerationSpec} request.answerGenerationSpec
584
+ * Answer generation specification.
585
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.SearchSpec} request.searchSpec
586
+ * Search specification.
587
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.QueryUnderstandingSpec} request.queryUnderstandingSpec
588
+ * Query understanding specification.
589
+ * @param {boolean} request.asynchronousMode
590
+ * Deprecated: This field is deprecated. Streaming Answer API will be
591
+ * supported.
592
+ *
593
+ * Asynchronous mode control.
594
+ *
595
+ * If enabled, the response will be returned with answer/session resource
596
+ * name without final answer. The API users need to do the polling to get
597
+ * the latest status of answer/session by calling
598
+ * {@link protos.google.cloud.discoveryengine.v1.ConversationalSearchService.GetAnswer|ConversationalSearchService.GetAnswer}
599
+ * or
600
+ * {@link protos.google.cloud.discoveryengine.v1.ConversationalSearchService.GetSession|ConversationalSearchService.GetSession}
601
+ * method.
602
+ * @param {string} request.userPseudoId
603
+ * A unique identifier for tracking visitors. For example, this could be
604
+ * implemented with an HTTP cookie, which should be able to uniquely identify
605
+ * a visitor on a single device. This unique identifier should not change if
606
+ * the visitor logs in or out of the website.
607
+ *
608
+ * This field should NOT have a fixed value such as `unknown_visitor`.
609
+ *
610
+ * The field must be a UTF-8 encoded string with a length limit of 128
611
+ * characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
612
+ * @param {number[]} request.userLabels
613
+ * The user labels applied to a resource must meet the following requirements:
614
+ *
615
+ * * Each resource can have multiple labels, up to a maximum of 64.
616
+ * * Each label must be a key-value pair.
617
+ * * Keys have a minimum length of 1 character and a maximum length of 63
618
+ * characters and cannot be empty. Values can be empty and have a maximum
619
+ * length of 63 characters.
620
+ * * Keys and values can contain only lowercase letters, numeric characters,
621
+ * underscores, and dashes. All characters must use UTF-8 encoding, and
622
+ * international characters are allowed.
623
+ * * The key portion of a label must be unique. However, you can use the same
624
+ * key with multiple resources.
625
+ * * Keys must start with a lowercase letter or international character.
626
+ *
627
+ * See [Google Cloud
628
+ * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
629
+ * for more details.
630
+ * @param {google.cloud.discoveryengine.v1.AnswerQueryRequest.EndUserSpec} [request.endUserSpec]
631
+ * Optional. End user specification.
632
+ * @param {object} [options]
633
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
634
+ * @returns {Stream}
635
+ * An object stream which emits {@link protos.google.cloud.discoveryengine.v1.AnswerQueryResponse|AnswerQueryResponse} on 'data' event.
636
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#server-streaming | documentation }
637
+ * for more details and examples.
638
+ * @example <caption>include:samples/generated/v1/conversational_search_service.stream_answer_query.js</caption>
639
+ * region_tag:discoveryengine_v1_generated_ConversationalSearchService_StreamAnswerQuery_async
640
+ */
641
+ streamAnswerQuery(request?: protos.google.cloud.discoveryengine.v1.IAnswerQueryRequest, options?: CallOptions): gax.CancellableStream;
543
642
  /**
544
643
  * Lists all Conversations by their parent
545
644
  * {@link protos.google.cloud.discoveryengine.v1.DataStore|DataStore}.
@@ -703,13 +802,18 @@ export declare class ConversationalSearchServiceClient {
703
802
  * A comma-separated list of fields to order by, sorted in ascending order.
704
803
  * Use "desc" after a field name for descending.
705
804
  * Supported fields:
805
+ *
706
806
  * * `update_time`
707
807
  * * `create_time`
708
808
  * * `session_name`
809
+ * * `is_pinned`
709
810
  *
710
811
  * Example:
711
- * "update_time desc"
712
- * "create_time"
812
+ *
813
+ * * "update_time desc"
814
+ * * "create_time"
815
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
816
+ * by update_time.
713
817
  * @param {object} [options]
714
818
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
715
819
  * @returns {Promise} - The promise which resolves to an array.
@@ -752,13 +856,18 @@ export declare class ConversationalSearchServiceClient {
752
856
  * A comma-separated list of fields to order by, sorted in ascending order.
753
857
  * Use "desc" after a field name for descending.
754
858
  * Supported fields:
859
+ *
755
860
  * * `update_time`
756
861
  * * `create_time`
757
862
  * * `session_name`
863
+ * * `is_pinned`
758
864
  *
759
865
  * Example:
760
- * "update_time desc"
761
- * "create_time"
866
+ *
867
+ * * "update_time desc"
868
+ * * "create_time"
869
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
870
+ * by update_time.
762
871
  * @param {object} [options]
763
872
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
764
873
  * @returns {Stream}
@@ -796,13 +905,18 @@ export declare class ConversationalSearchServiceClient {
796
905
  * A comma-separated list of fields to order by, sorted in ascending order.
797
906
  * Use "desc" after a field name for descending.
798
907
  * Supported fields:
908
+ *
799
909
  * * `update_time`
800
910
  * * `create_time`
801
911
  * * `session_name`
912
+ * * `is_pinned`
802
913
  *
803
914
  * Example:
804
- * "update_time desc"
805
- * "create_time"
915
+ *
916
+ * * "update_time desc"
917
+ * * "create_time"
918
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
919
+ * by update_time.
806
920
  * @param {object} [options]
807
921
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
808
922
  * @returns {Object}
@@ -1545,6 +1659,57 @@ export declare class ConversationalSearchServiceClient {
1545
1659
  * @returns {string} A string representing the data_store.
1546
1660
  */
1547
1661
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1662
+ /**
1663
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1664
+ *
1665
+ * @param {string} project
1666
+ * @param {string} location
1667
+ * @param {string} collection
1668
+ * @param {string} data_store
1669
+ * @param {string} sitemap
1670
+ * @returns {string} Resource name string.
1671
+ */
1672
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
1673
+ /**
1674
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1675
+ *
1676
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1677
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1678
+ * @returns {string} A string representing the project.
1679
+ */
1680
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1681
+ /**
1682
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1683
+ *
1684
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1685
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1686
+ * @returns {string} A string representing the location.
1687
+ */
1688
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1689
+ /**
1690
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1691
+ *
1692
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1693
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1694
+ * @returns {string} A string representing the collection.
1695
+ */
1696
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1697
+ /**
1698
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1699
+ *
1700
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1701
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1702
+ * @returns {string} A string representing the data_store.
1703
+ */
1704
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1705
+ /**
1706
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1707
+ *
1708
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1709
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1710
+ * @returns {string} A string representing the sitemap.
1711
+ */
1712
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1548
1713
  /**
1549
1714
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1550
1715
  *
@@ -2373,6 +2538,48 @@ export declare class ConversationalSearchServiceClient {
2373
2538
  * @returns {string} A string representing the data_store.
2374
2539
  */
2375
2540
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2541
+ /**
2542
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
2543
+ *
2544
+ * @param {string} project
2545
+ * @param {string} location
2546
+ * @param {string} data_store
2547
+ * @param {string} sitemap
2548
+ * @returns {string} Resource name string.
2549
+ */
2550
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
2551
+ /**
2552
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2553
+ *
2554
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2555
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2556
+ * @returns {string} A string representing the project.
2557
+ */
2558
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2559
+ /**
2560
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2561
+ *
2562
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2563
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2564
+ * @returns {string} A string representing the location.
2565
+ */
2566
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2567
+ /**
2568
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2569
+ *
2570
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2571
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2572
+ * @returns {string} A string representing the data_store.
2573
+ */
2574
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2575
+ /**
2576
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2577
+ *
2578
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2579
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2580
+ * @returns {string} A string representing the sitemap.
2581
+ */
2582
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2376
2583
  /**
2377
2584
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
2378
2585
  *