Skip to content

Commit a43fa12

Browse files
docs: [google-cloud-dialogflow-cx] Fix formatting due to unclosed backtick (#12175)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 596933652 Source-Link: googleapis/googleapis@91fb1b8 Source-Link: googleapis/googleapis-gen@83fa3aa Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjgzZmEzYWExOTAwYjU5MGVhNjZkMWQzMDc4ZGI2ZDZiYTVjY2Y1YWQifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e68b735 commit a43fa12

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ class BoostSpecs(proto.Message):
11081108
applied. The full names of the referenced data stores.
11091109
Formats:
11101110
``projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}``
1111-
\`projects/{project}/locations/{location}/dataStores/{data_store}
1111+
``projects/{project}/locations/{location}/dataStores/{data_store}``
11121112
spec (MutableSequence[google.cloud.dialogflowcx_v3.types.BoostSpec]):
11131113
Optional. A list of boosting specifications.
11141114
"""
@@ -1133,7 +1133,7 @@ class FilterSpecs(proto.Message):
11331133
applied. The full names of the referenced data stores.
11341134
Formats:
11351135
``projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}``
1136-
\`projects/{project}/locations/{location}/dataStores/{data_store}
1136+
``projects/{project}/locations/{location}/dataStores/{data_store}``
11371137
filter (str):
11381138
Optional. The filter expression to be
11391139
applied. Expression syntax is documented at

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/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.30.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-dialogflow-cx/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.30.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)