Skip to content

Commit

Permalink
docs: [google-cloud-private-catalog] fixed format string formatting (#…
Browse files Browse the repository at this point in the history
…13401)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 711790227

Source-Link:
googleapis/googleapis@e1b13ab

Source-Link:
googleapis/googleapis-gen@a7b7080
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXByaXZhdGUtY2F0YWxvZy8uT3dsQm90LnlhbWwiLCJoIjoiYTdiNzA4MDVkMjY4ZGQ3ODAxMTQ5OGU4ZjRlY2ZhZjgxN2RkODUzZiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 8, 2025
1 parent d0fee2c commit fbd1b6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.9.14" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.9.14" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class Catalog(proto.Message):
Attributes:
name (str):
Output only. The resource name of the target catalog, in the
format of \`catalogs/{catalog}'.
format of ``catalogs/{catalog}``.
display_name (str):
Output only. The descriptive name of the
catalog as it appears in UIs.
Expand Down Expand Up @@ -776,7 +776,7 @@ class Version(proto.Message):
Attributes:
name (str):
Output only. The resource name of the version, in the format
\`catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]'.
``catalogs/{catalog}/products/{product}/versions/[a-z][-a-z0-9]*[a-z0-9]``.
A unique identifier for the version under a product.
description (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-private-catalog",
"version": "0.9.14"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit fbd1b6a

Please sign in to comment.