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

Commit 06ee69a

Browse files
feat: add experiment and security settings API docs: update comments on parameters and agent (#124)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/159620a5-9285-41e2-af3a-b497b1ea0e52/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 350949863 Source-Link: googleapis/googleapis@91e206b PiperOrigin-RevId: 350067652 Source-Link: googleapis/googleapis@ad3bb00 PiperOrigin-RevId: 348668666 Source-Link: googleapis/googleapis@36536e2 PiperOrigin-RevId: 348646270 Source-Link: googleapis/googleapis@34c8140 PiperOrigin-RevId: 348481983 Source-Link: googleapis/googleapis@fb36278
1 parent 9399328 commit 06ee69a

File tree

242 files changed

+69777
-3234
lines changed

Some content is hidden

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

242 files changed

+69777
-3234
lines changed

google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
*
9494
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9595
*/
96-
@BetaApi
97-
@Generated("by gapic-generator")
96+
@Generated("by gapic-generator-java")
9897
public class AgentsClient implements BackgroundResource {
9998
private final AgentsSettings settings;
10099
private final AgentsStub stub;

google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
*
9191
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9292
*/
93-
@BetaApi
94-
@Generated("by gapic-generator")
93+
@Generated("by gapic-generator-java")
9594
public class EntityTypesClient implements BackgroundResource {
9695
private final EntityTypesSettings settings;
9796
private final EntityTypesStub stub;

google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EnvironmentsClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
*
9696
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9797
*/
98-
@BetaApi
99-
@Generated("by gapic-generator")
98+
@Generated("by gapic-generator-java")
10099
public class EnvironmentsClient implements BackgroundResource {
101100
private final EnvironmentsSettings settings;
102101
private final EnvironmentsStub stub;

0 commit comments

Comments
 (0)