Skip to content

Commit fbd1b6a

Browse files
docs: [google-cloud-private-catalog] fixed format string formatting (googleapis#13401)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 711790227 Source-Link: googleapis/googleapis@e1b13ab Source-Link: https://github.com/googleapis/googleapis-gen/commit/a7b70805d268dd78011498e8f4ecfaf817dd853f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXByaXZhdGUtY2F0YWxvZy8uT3dsQm90LnlhbWwiLCJoIjoiYTdiNzA4MDVkMjY4ZGQ3ODAxMTQ5OGU4ZjRlY2ZhZjgxN2RkODUzZiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d0fee2c commit fbd1b6a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/google-cloud-private-catalog/google/cloud/privatecatalog/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__ = "0.9.14" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-private-catalog/google/cloud/privatecatalog_v1beta1/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__ = "0.9.14" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-private-catalog/google/cloud/privatecatalog_v1beta1/types/private_catalog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class Catalog(proto.Message):
269269
Attributes:
270270
name (str):
271271
Output only. The resource name of the target catalog, in the
272-
format of \`catalogs/{catalog}'.
272+
format of ``catalogs/{catalog}``.
273273
display_name (str):
274274
Output only. The descriptive name of the
275275
catalog as it appears in UIs.
@@ -776,7 +776,7 @@ class Version(proto.Message):
776776
Attributes:
777777
name (str):
778778
Output only. The resource name of the version, in the format
779-
\`catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'.
779+
``catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]``.
780780
781781
A unique identifier for the version under a product.
782782
description (str):

packages/google-cloud-private-catalog/samples/generated_samples/snippet_metadata_google.cloud.privatecatalog.v1beta1.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-private-catalog",
11-
"version": "0.9.14"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)