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

Commit d19cb06

Browse files
feat: added page in TestConfig (#447)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 433505834 Source-Link: googleapis/googleapis@e0b4fcf Source-Link: https://github.com/googleapis/googleapis-gen/commit/6c6eec24d68bf0ad45e67672baf16747c758f7b3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM2ZWVjMjRkNjhiZjBhZDQ1ZTY3NjcyYmFmMTY3NDdjNzU4ZjdiMyJ9 feat: added page in TestConfig docs: clarified wording around Cloud Storage usage PiperOrigin-RevId: 433282831 Source-Link: googleapis/googleapis@0e87dc7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1928631f3ee91488fe07b3d8188a52d10862453a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkyODYzMWYzZWU5MTQ4OGZlMDdiM2Q4MTg4YTUyZDEwODYyNDUzYSJ9
1 parent b4ff66b commit d19cb06

File tree

23 files changed

+1470
-479
lines changed

23 files changed

+1470
-479
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dialogflow-cx</artifactId>
25-
<version>0.11.4</version>
25+
<version>0.11.5</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.11.4'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.11.5'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.11.4"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.11.5"
3939
```
4040

4141
## Authentication

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ public com.google.protobuf.ByteString getNameBytes() {
192192
* export the agent to. The format of this URI must be
193193
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
194194
* If left unspecified, the serialized agent is returned inline.
195+
* Dialogflow performs a write operation for the Cloud Storage object
196+
* on the caller's behalf, so your request authentication must
197+
* have write permissions for the object. For more information, see
198+
* [Dialogflow access
199+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
195200
* </pre>
196201
*
197202
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -218,6 +223,11 @@ public java.lang.String getAgentUri() {
218223
* export the agent to. The format of this URI must be
219224
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
220225
* If left unspecified, the serialized agent is returned inline.
226+
* Dialogflow performs a write operation for the Cloud Storage object
227+
* on the caller's behalf, so your request authentication must
228+
* have write permissions for the object. For more information, see
229+
* [Dialogflow access
230+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
221231
* </pre>
222232
*
223233
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -774,6 +784,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
774784
* export the agent to. The format of this URI must be
775785
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
776786
* If left unspecified, the serialized agent is returned inline.
787+
* Dialogflow performs a write operation for the Cloud Storage object
788+
* on the caller's behalf, so your request authentication must
789+
* have write permissions for the object. For more information, see
790+
* [Dialogflow access
791+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
777792
* </pre>
778793
*
779794
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -799,6 +814,11 @@ public java.lang.String getAgentUri() {
799814
* export the agent to. The format of this URI must be
800815
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
801816
* If left unspecified, the serialized agent is returned inline.
817+
* Dialogflow performs a write operation for the Cloud Storage object
818+
* on the caller's behalf, so your request authentication must
819+
* have write permissions for the object. For more information, see
820+
* [Dialogflow access
821+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
802822
* </pre>
803823
*
804824
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -824,6 +844,11 @@ public com.google.protobuf.ByteString getAgentUriBytes() {
824844
* export the agent to. The format of this URI must be
825845
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
826846
* If left unspecified, the serialized agent is returned inline.
847+
* Dialogflow performs a write operation for the Cloud Storage object
848+
* on the caller's behalf, so your request authentication must
849+
* have write permissions for the object. For more information, see
850+
* [Dialogflow access
851+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
827852
* </pre>
828853
*
829854
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -848,6 +873,11 @@ public Builder setAgentUri(java.lang.String value) {
848873
* export the agent to. The format of this URI must be
849874
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
850875
* If left unspecified, the serialized agent is returned inline.
876+
* Dialogflow performs a write operation for the Cloud Storage object
877+
* on the caller's behalf, so your request authentication must
878+
* have write permissions for the object. For more information, see
879+
* [Dialogflow access
880+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
851881
* </pre>
852882
*
853883
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -868,6 +898,11 @@ public Builder clearAgentUri() {
868898
* export the agent to. The format of this URI must be
869899
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
870900
* If left unspecified, the serialized agent is returned inline.
901+
* Dialogflow performs a write operation for the Cloud Storage object
902+
* on the caller's behalf, so your request authentication must
903+
* have write permissions for the object. For more information, see
904+
* [Dialogflow access
905+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
871906
* </pre>
872907
*
873908
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ public interface ExportAgentRequestOrBuilder
6262
* export the agent to. The format of this URI must be
6363
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
6464
* If left unspecified, the serialized agent is returned inline.
65+
* Dialogflow performs a write operation for the Cloud Storage object
66+
* on the caller's behalf, so your request authentication must
67+
* have write permissions for the object. For more information, see
68+
* [Dialogflow access
69+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
6570
* </pre>
6671
*
6772
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -77,6 +82,11 @@ public interface ExportAgentRequestOrBuilder
7782
* export the agent to. The format of this URI must be
7883
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
7984
* If left unspecified, the serialized agent is returned inline.
85+
* Dialogflow performs a write operation for the Cloud Storage object
86+
* on the caller's behalf, so your request authentication must
87+
* have write permissions for the object. For more information, see
88+
* [Dialogflow access
89+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
8090
* </pre>
8191
*
8292
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ public com.google.protobuf.ByteString getNameBytes() {
191191
* export the flow to. The format of this URI must be
192192
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
193193
* If left unspecified, the serialized flow is returned inline.
194+
* Dialogflow performs a write operation for the Cloud Storage object
195+
* on the caller's behalf, so your request authentication must
196+
* have write permissions for the object. For more information, see
197+
* [Dialogflow access
198+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
194199
* </pre>
195200
*
196201
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -217,6 +222,11 @@ public java.lang.String getFlowUri() {
217222
* export the flow to. The format of this URI must be
218223
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
219224
* If left unspecified, the serialized flow is returned inline.
225+
* Dialogflow performs a write operation for the Cloud Storage object
226+
* on the caller's behalf, so your request authentication must
227+
* have write permissions for the object. For more information, see
228+
* [Dialogflow access
229+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
220230
* </pre>
221231
*
222232
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -738,6 +748,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
738748
* export the flow to. The format of this URI must be
739749
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
740750
* If left unspecified, the serialized flow is returned inline.
751+
* Dialogflow performs a write operation for the Cloud Storage object
752+
* on the caller's behalf, so your request authentication must
753+
* have write permissions for the object. For more information, see
754+
* [Dialogflow access
755+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
741756
* </pre>
742757
*
743758
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -763,6 +778,11 @@ public java.lang.String getFlowUri() {
763778
* export the flow to. The format of this URI must be
764779
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
765780
* If left unspecified, the serialized flow is returned inline.
781+
* Dialogflow performs a write operation for the Cloud Storage object
782+
* on the caller's behalf, so your request authentication must
783+
* have write permissions for the object. For more information, see
784+
* [Dialogflow access
785+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
766786
* </pre>
767787
*
768788
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -788,6 +808,11 @@ public com.google.protobuf.ByteString getFlowUriBytes() {
788808
* export the flow to. The format of this URI must be
789809
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
790810
* If left unspecified, the serialized flow is returned inline.
811+
* Dialogflow performs a write operation for the Cloud Storage object
812+
* on the caller's behalf, so your request authentication must
813+
* have write permissions for the object. For more information, see
814+
* [Dialogflow access
815+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
791816
* </pre>
792817
*
793818
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -812,6 +837,11 @@ public Builder setFlowUri(java.lang.String value) {
812837
* export the flow to. The format of this URI must be
813838
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
814839
* If left unspecified, the serialized flow is returned inline.
840+
* Dialogflow performs a write operation for the Cloud Storage object
841+
* on the caller's behalf, so your request authentication must
842+
* have write permissions for the object. For more information, see
843+
* [Dialogflow access
844+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
815845
* </pre>
816846
*
817847
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -832,6 +862,11 @@ public Builder clearFlowUri() {
832862
* export the flow to. The format of this URI must be
833863
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
834864
* If left unspecified, the serialized flow is returned inline.
865+
* Dialogflow performs a write operation for the Cloud Storage object
866+
* on the caller's behalf, so your request authentication must
867+
* have write permissions for the object. For more information, see
868+
* [Dialogflow access
869+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
835870
* </pre>
836871
*
837872
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ public interface ExportFlowRequestOrBuilder
6464
* export the flow to. The format of this URI must be
6565
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
6666
* If left unspecified, the serialized flow is returned inline.
67+
* Dialogflow performs a write operation for the Cloud Storage object
68+
* on the caller's behalf, so your request authentication must
69+
* have write permissions for the object. For more information, see
70+
* [Dialogflow access
71+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
6772
* </pre>
6873
*
6974
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -79,6 +84,11 @@ public interface ExportFlowRequestOrBuilder
7984
* export the flow to. The format of this URI must be
8085
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
8186
* If left unspecified, the serialized flow is returned inline.
87+
* Dialogflow performs a write operation for the Cloud Storage object
88+
* on the caller's behalf, so your request authentication must
89+
* have write permissions for the object. For more information, see
90+
* [Dialogflow access
91+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
8292
* </pre>
8393
*
8494
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ public com.google.protobuf.ByteString getParentBytes() {
401401
* export the test cases to. The format of this URI must be
402402
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
403403
* cases is returned inline.
404+
* Dialogflow performs a write operation for the Cloud Storage object
405+
* on the caller's behalf, so your request authentication must
406+
* have write permissions for the object. For more information, see
407+
* [Dialogflow access
408+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
404409
* </pre>
405410
*
406411
* <code>string gcs_uri = 2;</code>
@@ -418,6 +423,11 @@ public boolean hasGcsUri() {
418423
* export the test cases to. The format of this URI must be
419424
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
420425
* cases is returned inline.
426+
* Dialogflow performs a write operation for the Cloud Storage object
427+
* on the caller's behalf, so your request authentication must
428+
* have write permissions for the object. For more information, see
429+
* [Dialogflow access
430+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
421431
* </pre>
422432
*
423433
* <code>string gcs_uri = 2;</code>
@@ -448,6 +458,11 @@ public java.lang.String getGcsUri() {
448458
* export the test cases to. The format of this URI must be
449459
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
450460
* cases is returned inline.
461+
* Dialogflow performs a write operation for the Cloud Storage object
462+
* on the caller's behalf, so your request authentication must
463+
* have write permissions for the object. For more information, see
464+
* [Dialogflow access
465+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
451466
* </pre>
452467
*
453468
* <code>string gcs_uri = 2;</code>
@@ -1112,6 +1127,11 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
11121127
* export the test cases to. The format of this URI must be
11131128
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
11141129
* cases is returned inline.
1130+
* Dialogflow performs a write operation for the Cloud Storage object
1131+
* on the caller's behalf, so your request authentication must
1132+
* have write permissions for the object. For more information, see
1133+
* [Dialogflow access
1134+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
11151135
* </pre>
11161136
*
11171137
* <code>string gcs_uri = 2;</code>
@@ -1130,6 +1150,11 @@ public boolean hasGcsUri() {
11301150
* export the test cases to. The format of this URI must be
11311151
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
11321152
* cases is returned inline.
1153+
* Dialogflow performs a write operation for the Cloud Storage object
1154+
* on the caller's behalf, so your request authentication must
1155+
* have write permissions for the object. For more information, see
1156+
* [Dialogflow access
1157+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
11331158
* </pre>
11341159
*
11351160
* <code>string gcs_uri = 2;</code>
@@ -1161,6 +1186,11 @@ public java.lang.String getGcsUri() {
11611186
* export the test cases to. The format of this URI must be
11621187
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
11631188
* cases is returned inline.
1189+
* Dialogflow performs a write operation for the Cloud Storage object
1190+
* on the caller's behalf, so your request authentication must
1191+
* have write permissions for the object. For more information, see
1192+
* [Dialogflow access
1193+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
11641194
* </pre>
11651195
*
11661196
* <code>string gcs_uri = 2;</code>
@@ -1192,6 +1222,11 @@ public com.google.protobuf.ByteString getGcsUriBytes() {
11921222
* export the test cases to. The format of this URI must be
11931223
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
11941224
* cases is returned inline.
1225+
* Dialogflow performs a write operation for the Cloud Storage object
1226+
* on the caller's behalf, so your request authentication must
1227+
* have write permissions for the object. For more information, see
1228+
* [Dialogflow access
1229+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
11951230
* </pre>
11961231
*
11971232
* <code>string gcs_uri = 2;</code>
@@ -1216,6 +1251,11 @@ public Builder setGcsUri(java.lang.String value) {
12161251
* export the test cases to. The format of this URI must be
12171252
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
12181253
* cases is returned inline.
1254+
* Dialogflow performs a write operation for the Cloud Storage object
1255+
* on the caller's behalf, so your request authentication must
1256+
* have write permissions for the object. For more information, see
1257+
* [Dialogflow access
1258+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
12191259
* </pre>
12201260
*
12211261
* <code>string gcs_uri = 2;</code>
@@ -1238,6 +1278,11 @@ public Builder clearGcsUri() {
12381278
* export the test cases to. The format of this URI must be
12391279
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
12401280
* cases is returned inline.
1281+
* Dialogflow performs a write operation for the Cloud Storage object
1282+
* on the caller's behalf, so your request authentication must
1283+
* have write permissions for the object. For more information, see
1284+
* [Dialogflow access
1285+
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
12411286
* </pre>
12421287
*
12431288
* <code>string gcs_uri = 2;</code>

0 commit comments

Comments
 (0)