@@ -184,7 +184,8 @@ public final OperationsClient getOperationsClient() {
184
184
* </code></pre>
185
185
*
186
186
* @param parent Required. The project that the agent to fetch is associated with. Format:
187
- * `projects/<Project ID>`.
187
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
188
+ * ID>`.
188
189
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
189
190
*/
190
191
public final Agent getAgent (ProjectName parent ) {
@@ -207,7 +208,8 @@ public final Agent getAgent(ProjectName parent) {
207
208
* </code></pre>
208
209
*
209
210
* @param parent Required. The project that the agent to fetch is associated with. Format:
210
- * `projects/<Project ID>`.
211
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
212
+ * ID>`.
211
213
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
212
214
*/
213
215
public final Agent getAgent (LocationName parent ) {
@@ -230,7 +232,8 @@ public final Agent getAgent(LocationName parent) {
230
232
* </code></pre>
231
233
*
232
234
* @param parent Required. The project that the agent to fetch is associated with. Format:
233
- * `projects/<Project ID>`.
235
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
236
+ * ID>`.
234
237
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
235
238
*/
236
239
public final Agent getAgent (String parent ) {
@@ -363,7 +366,8 @@ public final UnaryCallable<SetAgentRequest, Agent> setAgentCallable() {
363
366
* </code></pre>
364
367
*
365
368
* @param parent Required. The project that the agent to delete is associated with. Format:
366
- * `projects/<Project ID>`.
369
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
370
+ * ID>`.
367
371
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
368
372
*/
369
373
public final void deleteAgent (ProjectName parent ) {
@@ -388,7 +392,8 @@ public final void deleteAgent(ProjectName parent) {
388
392
* </code></pre>
389
393
*
390
394
* @param parent Required. The project that the agent to delete is associated with. Format:
391
- * `projects/<Project ID>`.
395
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
396
+ * ID>`.
392
397
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
393
398
*/
394
399
public final void deleteAgent (LocationName parent ) {
@@ -413,7 +418,8 @@ public final void deleteAgent(LocationName parent) {
413
418
* </code></pre>
414
419
*
415
420
* @param parent Required. The project that the agent to delete is associated with. Format:
416
- * `projects/<Project ID>`.
421
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
422
+ * ID>`.
417
423
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
418
424
*/
419
425
public final void deleteAgent (String parent ) {
@@ -485,7 +491,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
485
491
* </code></pre>
486
492
*
487
493
* @param parent Required. The project to list agents from. Format: `projects/<Project ID or
488
- * '-'>`.
494
+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
489
495
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
490
496
*/
491
497
public final SearchAgentsPagedResponse searchAgents (ProjectName parent ) {
@@ -515,7 +521,7 @@ public final SearchAgentsPagedResponse searchAgents(ProjectName parent) {
515
521
* </code></pre>
516
522
*
517
523
* @param parent Required. The project to list agents from. Format: `projects/<Project ID or
518
- * '-'>`.
524
+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
519
525
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
520
526
*/
521
527
public final SearchAgentsPagedResponse searchAgents (LocationName parent ) {
@@ -545,7 +551,7 @@ public final SearchAgentsPagedResponse searchAgents(LocationName parent) {
545
551
* </code></pre>
546
552
*
547
553
* @param parent Required. The project to list agents from. Format: `projects/<Project ID or
548
- * '-'>`.
554
+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
549
555
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
550
556
*/
551
557
public final SearchAgentsPagedResponse searchAgents (String parent ) {
@@ -659,7 +665,8 @@ public final UnaryCallable<SearchAgentsRequest, SearchAgentsResponse> searchAgen
659
665
* </code></pre>
660
666
*
661
667
* @param parent Required. The project that the agent to train is associated with. Format:
662
- * `projects/<Project ID>`.
668
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
669
+ * ID>`.
663
670
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
664
671
*/
665
672
@ BetaApi (
@@ -686,7 +693,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(ProjectName parent)
686
693
* </code></pre>
687
694
*
688
695
* @param parent Required. The project that the agent to train is associated with. Format:
689
- * `projects/<Project ID>`.
696
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
697
+ * ID>`.
690
698
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
691
699
*/
692
700
@ BetaApi (
@@ -713,7 +721,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(LocationName parent)
713
721
* </code></pre>
714
722
*
715
723
* @param parent Required. The project that the agent to train is associated with. Format:
716
- * `projects/<Project ID>`.
724
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
725
+ * ID>`.
717
726
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
718
727
*/
719
728
@ BetaApi (
@@ -816,7 +825,8 @@ public final UnaryCallable<TrainAgentRequest, Operation> trainAgentCallable() {
816
825
* </code></pre>
817
826
*
818
827
* @param parent Required. The project that the agent to export is associated with. Format:
819
- * `projects/<Project ID>`.
828
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
829
+ * ID>`.
820
830
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
821
831
*/
822
832
@ BetaApi (
@@ -846,7 +856,8 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Proje
846
856
* </code></pre>
847
857
*
848
858
* @param parent Required. The project that the agent to export is associated with. Format:
849
- * `projects/<Project ID>`.
859
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
860
+ * ID>`.
850
861
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
851
862
*/
852
863
@ BetaApi (
@@ -876,7 +887,8 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Locat
876
887
* </code></pre>
877
888
*
878
889
* @param parent Required. The project that the agent to export is associated with. Format:
879
- * `projects/<Project ID>`.
890
+ * `projects/<Project ID>` or `projects/<Project ID>/locations/<Location
891
+ * ID>`.
880
892
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
881
893
*/
882
894
@ BetaApi (
0 commit comments