@google-cloud/discoveryengine 2.1.0 → 2.2.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 (121) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build/protos/protos.d.ts +31 -316
  3. package/build/protos/protos.js +146 -593
  4. package/build/protos/protos.json +25 -1
  5. package/build/src/index.d.ts +1 -1
  6. package/build/src/index.js +1 -21
  7. package/build/src/v1/completion_service_client.d.ts +76 -76
  8. package/build/src/v1/completion_service_client.js +125 -262
  9. package/build/src/v1/control_service_client.d.ts +81 -81
  10. package/build/src/v1/control_service_client.js +96 -132
  11. package/build/src/v1/conversational_search_service_client.d.ts +143 -143
  12. package/build/src/v1/conversational_search_service_client.js +138 -226
  13. package/build/src/v1/data_store_service_client.d.ts +122 -122
  14. package/build/src/v1/data_store_service_client.js +134 -280
  15. package/build/src/v1/document_service_client.d.ts +120 -120
  16. package/build/src/v1/document_service_client.js +143 -300
  17. package/build/src/v1/engine_service_client.d.ts +103 -103
  18. package/build/src/v1/engine_service_client.js +134 -279
  19. package/build/src/v1/grounded_generation_service_client.d.ts +48 -48
  20. package/build/src/v1/grounded_generation_service_client.js +79 -100
  21. package/build/src/v1/project_service_client.d.ts +76 -76
  22. package/build/src/v1/project_service_client.js +108 -222
  23. package/build/src/v1/rank_service_client.d.ts +47 -47
  24. package/build/src/v1/rank_service_client.js +72 -85
  25. package/build/src/v1/recommendation_service_client.d.ts +47 -47
  26. package/build/src/v1/recommendation_service_client.js +70 -82
  27. package/build/src/v1/schema_service_client.d.ts +111 -111
  28. package/build/src/v1/schema_service_client.js +131 -273
  29. package/build/src/v1/search_service_client.d.ts +545 -545
  30. package/build/src/v1/search_service_client.js +90 -113
  31. package/build/src/v1/search_tuning_service_client.d.ts +77 -77
  32. package/build/src/v1/search_tuning_service_client.js +113 -235
  33. package/build/src/v1/serving_config_service_client.d.ts +48 -48
  34. package/build/src/v1/serving_config_service_client.js +69 -80
  35. package/build/src/v1/site_search_engine_service_client.d.ts +148 -148
  36. package/build/src/v1/site_search_engine_service_client.js +179 -378
  37. package/build/src/v1/user_event_service_client.d.ts +77 -77
  38. package/build/src/v1/user_event_service_client.js +121 -253
  39. package/build/src/v1alpha/acl_config_service_client.d.ts +49 -49
  40. package/build/src/v1alpha/acl_config_service_client.js +82 -106
  41. package/build/src/v1alpha/chunk_service_client.d.ts +88 -88
  42. package/build/src/v1alpha/chunk_service_client.js +92 -120
  43. package/build/src/v1alpha/completion_service_client.d.ts +77 -77
  44. package/build/src/v1alpha/completion_service_client.js +134 -280
  45. package/build/src/v1alpha/control_service_client.d.ts +85 -85
  46. package/build/src/v1alpha/control_service_client.js +105 -151
  47. package/build/src/v1alpha/conversational_search_service_client.d.ts +143 -143
  48. package/build/src/v1alpha/conversational_search_service_client.js +145 -237
  49. package/build/src/v1alpha/data_store_service_client.d.ts +126 -126
  50. package/build/src/v1alpha/data_store_service_client.js +151 -316
  51. package/build/src/v1alpha/document_service_client.d.ts +126 -126
  52. package/build/src/v1alpha/document_service_client.js +156 -328
  53. package/build/src/v1alpha/engine_service_client.d.ts +106 -106
  54. package/build/src/v1alpha/engine_service_client.js +155 -325
  55. package/build/src/v1alpha/estimate_billing_service_client.d.ts +76 -76
  56. package/build/src/v1alpha/estimate_billing_service_client.js +118 -243
  57. package/build/src/v1alpha/evaluation_service_client.d.ts +161 -161
  58. package/build/src/v1alpha/evaluation_service_client.js +143 -295
  59. package/build/src/v1alpha/grounded_generation_service_client.d.ts +48 -48
  60. package/build/src/v1alpha/grounded_generation_service_client.js +79 -100
  61. package/build/src/v1alpha/project_service_client.d.ts +78 -78
  62. package/build/src/v1alpha/project_service_client.js +126 -262
  63. package/build/src/v1alpha/rank_service_client.d.ts +47 -47
  64. package/build/src/v1alpha/rank_service_client.js +81 -104
  65. package/build/src/v1alpha/recommendation_service_client.d.ts +47 -47
  66. package/build/src/v1alpha/recommendation_service_client.js +79 -100
  67. package/build/src/v1alpha/sample_query_service_client.d.ts +123 -123
  68. package/build/src/v1alpha/sample_query_service_client.js +144 -301
  69. package/build/src/v1alpha/sample_query_set_service_client.d.ts +94 -94
  70. package/build/src/v1alpha/sample_query_set_service_client.js +106 -153
  71. package/build/src/v1alpha/schema_service_client.d.ts +112 -112
  72. package/build/src/v1alpha/schema_service_client.js +140 -292
  73. package/build/src/v1alpha/search_service_client.d.ts +327 -327
  74. package/build/src/v1alpha/search_service_client.js +88 -112
  75. package/build/src/v1alpha/search_tuning_service_client.d.ts +77 -77
  76. package/build/src/v1alpha/search_tuning_service_client.js +122 -253
  77. package/build/src/v1alpha/serving_config_service_client.d.ts +75 -75
  78. package/build/src/v1alpha/serving_config_service_client.js +97 -133
  79. package/build/src/v1alpha/site_search_engine_service_client.d.ts +151 -151
  80. package/build/src/v1alpha/site_search_engine_service_client.js +184 -387
  81. package/build/src/v1alpha/user_event_service_client.d.ts +78 -78
  82. package/build/src/v1alpha/user_event_service_client.js +130 -271
  83. package/build/src/v1beta/completion_service_client.d.ts +78 -78
  84. package/build/src/v1beta/completion_service_client.js +136 -279
  85. package/build/src/v1beta/control_service_client.d.ts +84 -84
  86. package/build/src/v1beta/control_service_client.js +103 -147
  87. package/build/src/v1beta/conversational_search_service_client.d.ts +142 -142
  88. package/build/src/v1beta/conversational_search_service_client.js +143 -233
  89. package/build/src/v1beta/data_store_service_client.d.ts +124 -124
  90. package/build/src/v1beta/data_store_service_client.js +141 -288
  91. package/build/src/v1beta/document_service_client.d.ts +124 -124
  92. package/build/src/v1beta/document_service_client.js +150 -309
  93. package/build/src/v1beta/engine_service_client.d.ts +106 -106
  94. package/build/src/v1beta/engine_service_client.js +153 -315
  95. package/build/src/v1beta/evaluation_service_client.d.ts +161 -161
  96. package/build/src/v1beta/evaluation_service_client.js +141 -285
  97. package/build/src/v1beta/grounded_generation_service_client.d.ts +49 -49
  98. package/build/src/v1beta/grounded_generation_service_client.js +86 -114
  99. package/build/src/v1beta/project_service_client.d.ts +76 -76
  100. package/build/src/v1beta/project_service_client.js +115 -231
  101. package/build/src/v1beta/rank_service_client.d.ts +47 -47
  102. package/build/src/v1beta/rank_service_client.js +79 -99
  103. package/build/src/v1beta/recommendation_service_client.d.ts +47 -47
  104. package/build/src/v1beta/recommendation_service_client.js +77 -96
  105. package/build/src/v1beta/sample_query_service_client.d.ts +123 -123
  106. package/build/src/v1beta/sample_query_service_client.js +142 -291
  107. package/build/src/v1beta/sample_query_set_service_client.d.ts +94 -94
  108. package/build/src/v1beta/sample_query_set_service_client.js +104 -149
  109. package/build/src/v1beta/schema_service_client.d.ts +111 -111
  110. package/build/src/v1beta/schema_service_client.js +138 -282
  111. package/build/src/v1beta/search_service_client.d.ts +665 -665
  112. package/build/src/v1beta/search_service_client.js +97 -128
  113. package/build/src/v1beta/search_tuning_service_client.d.ts +77 -77
  114. package/build/src/v1beta/search_tuning_service_client.js +120 -243
  115. package/build/src/v1beta/serving_config_service_client.d.ts +75 -75
  116. package/build/src/v1beta/serving_config_service_client.js +95 -129
  117. package/build/src/v1beta/site_search_engine_service_client.d.ts +151 -151
  118. package/build/src/v1beta/site_search_engine_service_client.js +186 -386
  119. package/build/src/v1beta/user_event_service_client.d.ts +78 -78
  120. package/build/src/v1beta/user_event_service_client.js +128 -261
  121. package/package.json +1 -1
@@ -148,7 +148,7 @@ export declare class SampleQuerySetServiceClient {
148
148
  */
149
149
  getSampleQuerySet(request?: protos.google.cloud.discoveryengine.v1alpha.IGetSampleQuerySetRequest, options?: CallOptions): Promise<[
150
150
  protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet,
151
- (protos.google.cloud.discoveryengine.v1alpha.IGetSampleQuerySetRequest | undefined),
151
+ protos.google.cloud.discoveryengine.v1alpha.IGetSampleQuerySetRequest | undefined,
152
152
  {} | undefined
153
153
  ]>;
154
154
  getSampleQuerySet(request: protos.google.cloud.discoveryengine.v1alpha.IGetSampleQuerySetRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet, protos.google.cloud.discoveryengine.v1alpha.IGetSampleQuerySetRequest | null | undefined, {} | null | undefined>): void;
@@ -197,7 +197,7 @@ export declare class SampleQuerySetServiceClient {
197
197
  */
198
198
  createSampleQuerySet(request?: protos.google.cloud.discoveryengine.v1alpha.ICreateSampleQuerySetRequest, options?: CallOptions): Promise<[
199
199
  protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet,
200
- (protos.google.cloud.discoveryengine.v1alpha.ICreateSampleQuerySetRequest | undefined),
200
+ protos.google.cloud.discoveryengine.v1alpha.ICreateSampleQuerySetRequest | undefined,
201
201
  {} | undefined
202
202
  ]>;
203
203
  createSampleQuerySet(request: protos.google.cloud.discoveryengine.v1alpha.ICreateSampleQuerySetRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet, protos.google.cloud.discoveryengine.v1alpha.ICreateSampleQuerySetRequest | null | undefined, {} | null | undefined>): void;
@@ -233,7 +233,7 @@ export declare class SampleQuerySetServiceClient {
233
233
  */
234
234
  updateSampleQuerySet(request?: protos.google.cloud.discoveryengine.v1alpha.IUpdateSampleQuerySetRequest, options?: CallOptions): Promise<[
235
235
  protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet,
236
- (protos.google.cloud.discoveryengine.v1alpha.IUpdateSampleQuerySetRequest | undefined),
236
+ protos.google.cloud.discoveryengine.v1alpha.IUpdateSampleQuerySetRequest | undefined,
237
237
  {} | undefined
238
238
  ]>;
239
239
  updateSampleQuerySet(request: protos.google.cloud.discoveryengine.v1alpha.IUpdateSampleQuerySetRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet, protos.google.cloud.discoveryengine.v1alpha.IUpdateSampleQuerySetRequest | null | undefined, {} | null | undefined>): void;
@@ -269,55 +269,55 @@ export declare class SampleQuerySetServiceClient {
269
269
  */
270
270
  deleteSampleQuerySet(request?: protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest, options?: CallOptions): Promise<[
271
271
  protos.google.protobuf.IEmpty,
272
- (protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest | undefined),
272
+ protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest | undefined,
273
273
  {} | undefined
274
274
  ]>;
275
275
  deleteSampleQuerySet(request: protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest | null | undefined, {} | null | undefined>): void;
276
276
  deleteSampleQuerySet(request: protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1alpha.IDeleteSampleQuerySetRequest | null | undefined, {} | null | undefined>): void;
277
277
  /**
278
- * Gets a list of
279
- * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s.
280
- *
281
- * @param {Object} request
282
- * The request object that will be sent.
283
- * @param {string} request.parent
284
- * Required. The parent location resource name, such as
285
- * `projects/{project}/locations/{location}`.
286
- *
287
- * If the caller does not have permission to list
288
- * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s
289
- * under this location, regardless of whether or not this location exists, a
290
- * `PERMISSION_DENIED` error is returned.
291
- * @param {number} request.pageSize
292
- * Maximum number of
293
- * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s to
294
- * return. If unspecified, defaults to 100. The maximum allowed value is 1000.
295
- * Values above 1000 will be coerced to 1000.
296
- *
297
- * If this field is negative, an `INVALID_ARGUMENT` error is returned.
298
- * @param {string} request.pageToken
299
- * A page token
300
- * {@link protos.google.cloud.discoveryengine.v1alpha.ListSampleQuerySetsResponse.next_page_token|ListSampleQuerySetsResponse.next_page_token},
301
- * received from a previous
302
- * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySetService.ListSampleQuerySets|SampleQuerySetService.ListSampleQuerySets}
303
- * call. Provide this to retrieve the subsequent page.
304
- *
305
- * When paginating, all other parameters provided to
306
- * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySetService.ListSampleQuerySets|SampleQuerySetService.ListSampleQuerySets}
307
- * must match the call that provided the page token. Otherwise, an
308
- * `INVALID_ARGUMENT` error is returned.
309
- * @param {object} [options]
310
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
311
- * @returns {Promise} - The promise which resolves to an array.
312
- * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}.
313
- * The client library will perform auto-pagination by default: it will call the API as many
314
- * times as needed and will merge results from all the pages into this array.
315
- * Note that it can affect your quota.
316
- * We recommend using `listSampleQuerySetsAsync()`
317
- * method described below for async iteration which you can stop as needed.
318
- * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
319
- * for more details and examples.
320
- */
278
+ * Gets a list of
279
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s.
280
+ *
281
+ * @param {Object} request
282
+ * The request object that will be sent.
283
+ * @param {string} request.parent
284
+ * Required. The parent location resource name, such as
285
+ * `projects/{project}/locations/{location}`.
286
+ *
287
+ * If the caller does not have permission to list
288
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s
289
+ * under this location, regardless of whether or not this location exists, a
290
+ * `PERMISSION_DENIED` error is returned.
291
+ * @param {number} request.pageSize
292
+ * Maximum number of
293
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}s to
294
+ * return. If unspecified, defaults to 100. The maximum allowed value is 1000.
295
+ * Values above 1000 will be coerced to 1000.
296
+ *
297
+ * If this field is negative, an `INVALID_ARGUMENT` error is returned.
298
+ * @param {string} request.pageToken
299
+ * A page token
300
+ * {@link protos.google.cloud.discoveryengine.v1alpha.ListSampleQuerySetsResponse.next_page_token|ListSampleQuerySetsResponse.next_page_token},
301
+ * received from a previous
302
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySetService.ListSampleQuerySets|SampleQuerySetService.ListSampleQuerySets}
303
+ * call. Provide this to retrieve the subsequent page.
304
+ *
305
+ * When paginating, all other parameters provided to
306
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySetService.ListSampleQuerySets|SampleQuerySetService.ListSampleQuerySets}
307
+ * must match the call that provided the page token. Otherwise, an
308
+ * `INVALID_ARGUMENT` error is returned.
309
+ * @param {object} [options]
310
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
311
+ * @returns {Promise} - The promise which resolves to an array.
312
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1alpha.SampleQuerySet|SampleQuerySet}.
313
+ * The client library will perform auto-pagination by default: it will call the API as many
314
+ * times as needed and will merge results from all the pages into this array.
315
+ * Note that it can affect your quota.
316
+ * We recommend using `listSampleQuerySetsAsync()`
317
+ * method described below for async iteration which you can stop as needed.
318
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
319
+ * for more details and examples.
320
+ */
321
321
  listSampleQuerySets(request?: protos.google.cloud.discoveryengine.v1alpha.IListSampleQuerySetsRequest, options?: CallOptions): Promise<[
322
322
  protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet[],
323
323
  protos.google.cloud.discoveryengine.v1alpha.IListSampleQuerySetsRequest | null,
@@ -413,55 +413,55 @@ export declare class SampleQuerySetServiceClient {
413
413
  */
414
414
  listSampleQuerySetsAsync(request?: protos.google.cloud.discoveryengine.v1alpha.IListSampleQuerySetsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1alpha.ISampleQuerySet>;
415
415
  /**
416
- * Gets information about a location.
417
- *
418
- * @param {Object} request
419
- * The request object that will be sent.
420
- * @param {string} request.name
421
- * Resource name for the location.
422
- * @param {object} [options]
423
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
424
- * @returns {Promise} - The promise which resolves to an array.
425
- * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
426
- * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
427
- * for more details and examples.
428
- * @example
429
- * ```
430
- * const [response] = await client.getLocation(request);
431
- * ```
432
- */
416
+ * Gets information about a location.
417
+ *
418
+ * @param {Object} request
419
+ * The request object that will be sent.
420
+ * @param {string} request.name
421
+ * Resource name for the location.
422
+ * @param {object} [options]
423
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
424
+ * @returns {Promise} - The promise which resolves to an array.
425
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
426
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
427
+ * for more details and examples.
428
+ * @example
429
+ * ```
430
+ * const [response] = await client.getLocation(request);
431
+ * ```
432
+ */
433
433
  getLocation(request: LocationProtos.google.cloud.location.IGetLocationRequest, options?: gax.CallOptions | Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>, callback?: Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>): Promise<LocationProtos.google.cloud.location.ILocation>;
434
434
  /**
435
- * Lists information about the supported locations for this service. Returns an iterable object.
436
- *
437
- * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
438
- * @param {Object} request
439
- * The request object that will be sent.
440
- * @param {string} request.name
441
- * The resource that owns the locations collection, if applicable.
442
- * @param {string} request.filter
443
- * The standard list filter.
444
- * @param {number} request.pageSize
445
- * The standard list page size.
446
- * @param {string} request.pageToken
447
- * The standard list page token.
448
- * @param {object} [options]
449
- * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
450
- * @returns {Object}
451
- * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
452
- * When you iterate the returned iterable, each element will be an object representing
453
- * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
454
- * so you can stop the iteration when you don't need more results.
455
- * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
456
- * for more details and examples.
457
- * @example
458
- * ```
459
- * const iterable = client.listLocationsAsync(request);
460
- * for await (const response of iterable) {
461
- * // process response
462
- * }
463
- * ```
464
- */
435
+ * Lists information about the supported locations for this service. Returns an iterable object.
436
+ *
437
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
438
+ * @param {Object} request
439
+ * The request object that will be sent.
440
+ * @param {string} request.name
441
+ * The resource that owns the locations collection, if applicable.
442
+ * @param {string} request.filter
443
+ * The standard list filter.
444
+ * @param {number} request.pageSize
445
+ * The standard list page size.
446
+ * @param {string} request.pageToken
447
+ * The standard list page token.
448
+ * @param {object} [options]
449
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
450
+ * @returns {Object}
451
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
452
+ * When you iterate the returned iterable, each element will be an object representing
453
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
454
+ * so you can stop the iteration when you don't need more results.
455
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
456
+ * for more details and examples.
457
+ * @example
458
+ * ```
459
+ * const iterable = client.listLocationsAsync(request);
460
+ * for await (const response of iterable) {
461
+ * // process response
462
+ * }
463
+ * ```
464
+ */
465
465
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
466
466
  /**
467
467
  * Return a fully-qualified aclConfig resource name string.