Skip to content

Commit 46ea3b4

Browse files
docs: [google-cloud-datacatalog] Change field behavior of the property "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 <[email protected]>
1 parent 461c76b commit 46ea3b4

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

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

packages/google-cloud-datacatalog/google/cloud/datacatalog_v1/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__ = "3.17.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-datacatalog/google/cloud/datacatalog_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__ = "3.17.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-datacatalog/google/cloud/datacatalog_v1beta1/types/policytagmanager.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ class Taxonomy(proto.Message):
5252
5353
Attributes:
5454
name (str):
55-
Output only. Resource name of this taxonomy, whose format
56-
is:
55+
Identifier. Resource name of this taxonomy, whose format is:
5756
"projects/{project_number}/locations/{location_id}/taxonomies/{id}".
5857
display_name (str):
5958
Required. User defined name of this taxonomy.
@@ -165,7 +164,7 @@ class PolicyTag(proto.Message):
165164
166165
Attributes:
167166
name (str):
168-
Output only. Resource name of this policy tag, whose format
167+
Identifier. Resource name of this policy tag, whose format
169168
is:
170169
"projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{id}".
171170
display_name (str):

packages/google-cloud-datacatalog/samples/generated_samples/snippet_metadata_google.cloud.datacatalog.v1.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-datacatalog",
11-
"version": "3.17.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

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

0 commit comments

Comments
 (0)