Skip to content

Commit

Permalink
docs: [google-cloud-datacatalog] Change field behavior of the propert…
Browse files Browse the repository at this point in the history
…y "name" to IDENTIFIER for `PolicyTag` and `Taxonomy` (#12161)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 596091522

Source-Link:
googleapis/googleapis@4d7831d

Source-Link:
googleapis/googleapis-gen@b6dfc3e
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLy5Pd2xCb3QueWFtbCIsImgiOiJiNmRmYzNlYjY1YzFhMTcxZTk3MGVmZGU1ZWI1MzRiOGEwNzA5ZWRkIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Jan 8, 2024
1 parent 461c76b commit 46ea3b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -52,8 +52,7 @@ class Taxonomy(proto.Message):
Attributes:
name (str):
Output only. Resource name of this taxonomy, whose format
is:
Identifier. Resource name of this taxonomy, whose format is:
"projects/{project_number}/locations/{location_id}/taxonomies/{id}".
display_name (str):
Required. User defined name of this taxonomy.
Expand Down Expand Up @@ -165,7 +164,7 @@ class PolicyTag(proto.Message):
Attributes:
name (str):
Output only. Resource name of this policy tag, whose format
Identifier. Resource name of this policy tag, whose format
is:
"projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{id}".
display_name (str):
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.17.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.17.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 46ea3b4

Please sign in to comment.