@@ -184,7 +184,8 @@ public final OperationsClient getOperationsClient() {
184184 * </code></pre>
185185 *
186186 * @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>`.
188189 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
189190 */
190191 public final Agent getAgent (ProjectName parent ) {
@@ -207,7 +208,8 @@ public final Agent getAgent(ProjectName parent) {
207208 * </code></pre>
208209 *
209210 * @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>`.
211213 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
212214 */
213215 public final Agent getAgent (LocationName parent ) {
@@ -230,7 +232,8 @@ public final Agent getAgent(LocationName parent) {
230232 * </code></pre>
231233 *
232234 * @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>`.
234237 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
235238 */
236239 public final Agent getAgent (String parent ) {
@@ -363,7 +366,8 @@ public final UnaryCallable<SetAgentRequest, Agent> setAgentCallable() {
363366 * </code></pre>
364367 *
365368 * @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>`.
367371 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
368372 */
369373 public final void deleteAgent (ProjectName parent ) {
@@ -388,7 +392,8 @@ public final void deleteAgent(ProjectName parent) {
388392 * </code></pre>
389393 *
390394 * @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>`.
392397 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
393398 */
394399 public final void deleteAgent (LocationName parent ) {
@@ -413,7 +418,8 @@ public final void deleteAgent(LocationName parent) {
413418 * </code></pre>
414419 *
415420 * @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>`.
417423 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
418424 */
419425 public final void deleteAgent (String parent ) {
@@ -485,7 +491,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
485491 * </code></pre>
486492 *
487493 * @param parent Required. The project to list agents from. Format: `projects/<Project ID or
488- * '-'>`.
494+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
489495 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
490496 */
491497 public final SearchAgentsPagedResponse searchAgents (ProjectName parent ) {
@@ -515,7 +521,7 @@ public final SearchAgentsPagedResponse searchAgents(ProjectName parent) {
515521 * </code></pre>
516522 *
517523 * @param parent Required. The project to list agents from. Format: `projects/<Project ID or
518- * '-'>`.
524+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
519525 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
520526 */
521527 public final SearchAgentsPagedResponse searchAgents (LocationName parent ) {
@@ -545,7 +551,7 @@ public final SearchAgentsPagedResponse searchAgents(LocationName parent) {
545551 * </code></pre>
546552 *
547553 * @param parent Required. The project to list agents from. Format: `projects/<Project ID or
548- * '-'>`.
554+ * '-'>` or `projects/<Project ID or '-'>/locations/<Location ID>` .
549555 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
550556 */
551557 public final SearchAgentsPagedResponse searchAgents (String parent ) {
@@ -659,7 +665,8 @@ public final UnaryCallable<SearchAgentsRequest, SearchAgentsResponse> searchAgen
659665 * </code></pre>
660666 *
661667 * @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>`.
663670 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
664671 */
665672 @ BetaApi (
@@ -686,7 +693,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(ProjectName parent)
686693 * </code></pre>
687694 *
688695 * @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>`.
690698 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
691699 */
692700 @ BetaApi (
@@ -713,7 +721,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(LocationName parent)
713721 * </code></pre>
714722 *
715723 * @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>`.
717726 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
718727 */
719728 @ BetaApi (
@@ -816,7 +825,8 @@ public final UnaryCallable<TrainAgentRequest, Operation> trainAgentCallable() {
816825 * </code></pre>
817826 *
818827 * @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>`.
820830 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
821831 */
822832 @ BetaApi (
@@ -846,7 +856,8 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Proje
846856 * </code></pre>
847857 *
848858 * @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>`.
850861 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
851862 */
852863 @ BetaApi (
@@ -876,7 +887,8 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Locat
876887 * </code></pre>
877888 *
878889 * @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>`.
880892 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
881893 */
882894 @ BetaApi (
0 commit comments