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` (#12163)

- [ ] Regenerate this pull request now.

The solution follows guidelines from
https://google.aip.dev/203#identifier and
https://github.com/googleapis/googleapis/blob/master/google/api/field_behavior.proto#L91-L103.

PiperOrigin-RevId: 596643040

Source-Link:
googleapis/googleapis@3c84a3c

Source-Link:
googleapis/googleapis-gen@4c4a9f4
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLy5Pd2xCb3QueWFtbCIsImgiOiI0YzRhOWY0M2Y0YTRmN2Q4N2M5MzFjMTIxZTBiZDBmYmQ2MzkyNDY4In0=

---------

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 9, 2024
1 parent ce7ddbf commit 1022ee8
Show file tree
Hide file tree
Showing 6 changed files with 8 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.1" # {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.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -71,8 +71,8 @@ class Taxonomy(proto.Message):
Attributes:
name (str):
Output only. Resource name of this taxonomy
in URL format.
Identifier. Resource name of this taxonomy in
URL format.
Note: Policy tag manager generates unique
taxonomy IDs.
display_name (str):
Expand Down Expand Up @@ -191,7 +191,7 @@ class PolicyTag(proto.Message):
Attributes:
name (str):
Output only. Resource name of this policy tag
Identifier. Resource name of this policy tag
in the URL format.
The policy tag manager generates unique taxonomy
IDs and policy tag IDs.
Expand Down
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.17.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 1022ee8

Please sign in to comment.