Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 7990dc7

Browse files
chore: Update gapic-generator-python to v1.11.3 (#534)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0b3917c421cbda7fcb67092e16c33f3ea46f4bc7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent be243e8 commit 7990dc7

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

google/cloud/dialogflowcx_v3/types/environment.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ class VersionConfig(proto.Message):
9595
Attributes:
9696
version (str):
9797
Required. Format: projects/<Project
98-
ID>/locations/<Location ID>/agents/<Agent
99-
ID>/flows/<Flow ID>/versions/<Version ID>.
98+
ID>/locations/<Location
99+
ID>/agents/<Agent ID>/flows/<Flow
100+
ID>/versions/<Version ID>.
100101
"""
101102

102103
version: str = proto.Field(

google/cloud/dialogflowcx_v3/types/webhook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class GenericWebService(proto.Message):
129129
parameter_mapping (MutableMapping[str, str]):
130130
Optional. Maps the values extracted from
131131
specific fields of the flexible webhook response
132-
into session parameters. - Key: session
133-
parameter name
132+
into session parameters.
133+
- Key: session parameter name
134134
- Value: field path in the webhook response
135135
"""
136136

google/cloud/dialogflowcx_v3beta1/types/environment.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ class VersionConfig(proto.Message):
9595
Attributes:
9696
version (str):
9797
Required. Format: projects/<Project
98-
ID>/locations/<Location ID>/agents/<Agent
99-
ID>/flows/<Flow ID>/versions/<Version ID>.
98+
ID>/locations/<Location
99+
ID>/agents/<Agent ID>/flows/<Flow
100+
ID>/versions/<Version ID>.
100101
"""
101102

102103
version: str = proto.Field(

google/cloud/dialogflowcx_v3beta1/types/webhook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class GenericWebService(proto.Message):
129129
parameter_mapping (MutableMapping[str, str]):
130130
Optional. Maps the values extracted from
131131
specific fields of the flexible webhook response
132-
into session parameters. - Key: session
133-
parameter name
132+
into session parameters.
133+
- Key: session parameter name
134134
- Value: field path in the webhook response
135135
"""
136136

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.24.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.24.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)