Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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