Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit b7b33b7

Browse files
feat: added Telephony Gateway DTMF events (#279)
docs: added locations in resource name formats docs: wording updates for tiers PiperOrigin-RevId: 331627223 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Sep 14 14:16:43 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 791be5a40033c18034afed50232daad6bdc8cf3e Source-Link: googleapis/googleapis@791be5a
1 parent debca7f commit b7b33b7

File tree

113 files changed

+5068
-1555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+5068
-1555
lines changed

google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsClient.java

+27-15
Original file line numberDiff line numberDiff line change
@@ -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/&lt;Project ID&gt;`.
187+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
188+
* ID&gt;`.
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/&lt;Project ID&gt;`.
211+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
212+
* ID&gt;`.
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/&lt;Project ID&gt;`.
235+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
236+
* ID&gt;`.
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/&lt;Project ID&gt;`.
369+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
370+
* ID&gt;`.
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/&lt;Project ID&gt;`.
395+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
396+
* ID&gt;`.
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/&lt;Project ID&gt;`.
421+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
422+
* ID&gt;`.
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/&lt;Project ID or
488-
* '-'&gt;`.
494+
* '-'&gt;` or `projects/&lt;Project ID or '-'&gt;/locations/&lt;Location ID&gt;`.
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/&lt;Project ID or
518-
* '-'&gt;`.
524+
* '-'&gt;` or `projects/&lt;Project ID or '-'&gt;/locations/&lt;Location ID&gt;`.
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/&lt;Project ID or
548-
* '-'&gt;`.
554+
* '-'&gt;` or `projects/&lt;Project ID or '-'&gt;/locations/&lt;Location ID&gt;`.
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/&lt;Project ID&gt;`.
668+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
669+
* ID&gt;`.
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/&lt;Project ID&gt;`.
696+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
697+
* ID&gt;`.
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/&lt;Project ID&gt;`.
724+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
725+
* ID&gt;`.
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/&lt;Project ID&gt;`.
828+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
829+
* ID&gt;`.
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/&lt;Project ID&gt;`.
859+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
860+
* ID&gt;`.
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/&lt;Project ID&gt;`.
890+
* `projects/&lt;Project ID&gt;` or `projects/&lt;Project ID&gt;/locations/&lt;Location
891+
* ID&gt;`.
880892
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
881893
*/
882894
@BetaApi(

0 commit comments

Comments
 (0)