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

Commit

Permalink
feat: added page in TestConfig (#447)
Browse files Browse the repository at this point in the history
- [ ] 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
  • Loading branch information
gcf-owl-bot[bot] authored Mar 10, 2022
1 parent b4ff66b commit d19cb06
Show file tree
Hide file tree
Showing 23 changed files with 1,470 additions and 479 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow-cx</artifactId>
<version>0.11.4</version>
<version>0.11.5</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.11.4'
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.11.5'
```

If you are using SBT, add this to your dependencies

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

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ public com.google.protobuf.ByteString getNameBytes() {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -218,6 +223,11 @@ public java.lang.String getAgentUri() {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down Expand Up @@ -774,6 +784,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -799,6 +814,11 @@ public java.lang.String getAgentUri() {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -824,6 +844,11 @@ public com.google.protobuf.ByteString getAgentUriBytes() {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -848,6 +873,11 @@ public Builder setAgentUri(java.lang.String value) {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -868,6 +898,11 @@ public Builder clearAgentUri() {
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ public interface ExportAgentRequestOrBuilder
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -77,6 +82,11 @@ public interface ExportAgentRequestOrBuilder
* export the agent to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized agent is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string agent_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ public com.google.protobuf.ByteString getNameBytes() {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -217,6 +222,11 @@ public java.lang.String getFlowUri() {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down Expand Up @@ -738,6 +748,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -763,6 +778,11 @@ public java.lang.String getFlowUri() {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -788,6 +808,11 @@ public com.google.protobuf.ByteString getFlowUriBytes() {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -812,6 +837,11 @@ public Builder setFlowUri(java.lang.String value) {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -832,6 +862,11 @@ public Builder clearFlowUri() {
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public interface ExportFlowRequestOrBuilder
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -79,6 +84,11 @@ public interface ExportFlowRequestOrBuilder
* export the flow to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`.
* If left unspecified, the serialized flow is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string flow_uri = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ public com.google.protobuf.ByteString getParentBytes() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand All @@ -418,6 +423,11 @@ public boolean hasGcsUri() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand Down Expand Up @@ -448,6 +458,11 @@ public java.lang.String getGcsUri() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand Down Expand Up @@ -1112,6 +1127,11 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand All @@ -1130,6 +1150,11 @@ public boolean hasGcsUri() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand Down Expand Up @@ -1161,6 +1186,11 @@ public java.lang.String getGcsUri() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand Down Expand Up @@ -1192,6 +1222,11 @@ public com.google.protobuf.ByteString getGcsUriBytes() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand All @@ -1216,6 +1251,11 @@ public Builder setGcsUri(java.lang.String value) {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand All @@ -1238,6 +1278,11 @@ public Builder clearGcsUri() {
* export the test cases to. The format of this URI must be
* `gs://&lt;bucket-name&gt;/&lt;object-name&gt;`. If unspecified, the serialized test
* cases is returned inline.
* Dialogflow performs a write operation for the Cloud Storage object
* on the caller's behalf, so your request authentication must
* have write permissions for the object. For more information, see
* [Dialogflow access
* control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
* </pre>
*
* <code>string gcs_uri = 2;</code>
Expand Down
Loading

0 comments on commit d19cb06

Please sign in to comment.