You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### cloudresourcemanager:v1beta1
The following keys were added:
- resources.organizations.methods.get.parameters.organizationId.deprecated (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/cloudresourcemanager_v3.effectiveTags.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ <h3>Method Details</h3>
109
109
"effectiveTags": [ # A possibly paginated list of effective tags for the specified resource.
110
110
{ # An EffectiveTag represents a tag that applies to a resource during policy evaluation. Tags can be either directly bound to a resource or inherited from its ancestor. EffectiveTag contains the name and namespaced_name of the tag value and tag key, with additional fields of `inherited` to indicate the inheritance status of the effective tag.
111
111
"inherited": True or False, # Indicates the inheritance status of a tag value attached to the given resource. If the tag value is inherited from one of the resource's ancestors, inherited will be true. If false, then the tag value is directly attached to the resource, inherited will be false.
112
-
"namespacedTagKey": "A String", # The namespaced_name of the TagKey. Now only supported in the format of `{organization_id}/{tag_key_short_name}`. Other formats will be supported when we add non-org parented tags.
113
-
"namespacedTagValue": "A String", # Namespaced name of the TagValue. Now only supported in the format `{organization_id}/{tag_key_short_name}/{tag_value_short_name}`. Other formats will be supported when we add non-org parented tags.
112
+
"namespacedTagKey": "A String", # The namespaced name of the TagKey. Can be in the form `{organization_id}/{tag_key_short_name}` or `{project_id}/{tag_key_short_name}` or `{project_number}/{tag_key_short_name}`.
113
+
"namespacedTagValue": "A String", # The namespaced name of the TagValue. Can be in the form `{organization_id}/{tag_key_short_name}/{tag_value_short_name}` or `{project_id}/{tag_key_short_name}/{tag_value_short_name}` or `{project_number}/{tag_key_short_name}/{tag_value_short_name}`.
114
114
"tagKey": "A String", # The name of the TagKey, in the format `tagKeys/{id}`, such as `tagKeys/123`.
115
-
"tagKeyParentName": "A String", # The parent name of the tag key. Must be in the format `organizations/{organization_id}`.
115
+
"tagKeyParentName": "A String", # The parent name of the tag key. Must be in the format `organizations/{organization_id}` or `projects/{project_number}`
116
116
"tagValue": "A String", # Resource name for TagValue in the format `tagValues/456`.
Copy file name to clipboardExpand all lines: docs/dyn/cloudresourcemanager_v3.tagKeys.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127
127
"etag": "A String", # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
128
128
"name": "A String", # Immutable. The resource name for a TagKey. Must be in the format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id for the TagKey.
129
129
"namespacedName": "A String", # Output only. Immutable. Namespaced name of the TagKey.
130
-
"parent": "A String", # Immutable. The resource name of the new TagKey's parent. Must be of the form `organizations/{org_id}`.
130
+
"parent": "A String", # Immutable. The resource name of the TagKey's parent. A TagKey can be parented by an Organization or a Project. For a TagKey parented by an Organization, its parent must be in the form `organizations/{org_id}`. For a TagKey parented by a Project, its parent can be in the form `projects/{project_id}` or `projects/{project_number}`.
131
131
"purpose": "A String", # Optional. A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines. A purpose cannot be changed once set.
132
132
"purposeData": { # Optional. Purpose data corresponds to the policy system that the tag is intended for. See documentation for `Purpose` for formatting of this field. Purpose data cannot be changed once set.
133
133
"a_key": "A String",
@@ -223,7 +223,7 @@ <h3>Method Details</h3>
223
223
"etag": "A String", # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
224
224
"name": "A String", # Immutable. The resource name for a TagKey. Must be in the format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id for the TagKey.
225
225
"namespacedName": "A String", # Output only. Immutable. Namespaced name of the TagKey.
226
-
"parent": "A String", # Immutable. The resource name of the new TagKey's parent. Must be of the form `organizations/{org_id}`.
226
+
"parent": "A String", # Immutable. The resource name of the TagKey's parent. A TagKey can be parented by an Organization or a Project. For a TagKey parented by an Organization, its parent must be in the form `organizations/{org_id}`. For a TagKey parented by a Project, its parent can be in the form `projects/{project_id}` or `projects/{project_number}`.
227
227
"purpose": "A String", # Optional. A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines. A purpose cannot be changed once set.
228
228
"purposeData": { # Optional. Purpose data corresponds to the policy system that the tag is intended for. See documentation for `Purpose` for formatting of this field. Purpose data cannot be changed once set.
229
229
"a_key": "A String",
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309
309
"etag": "A String", # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
310
310
"name": "A String", # Immutable. The resource name for a TagKey. Must be in the format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id for the TagKey.
311
311
"namespacedName": "A String", # Output only. Immutable. Namespaced name of the TagKey.
312
-
"parent": "A String", # Immutable. The resource name of the new TagKey's parent. Must be of the form `organizations/{org_id}`.
312
+
"parent": "A String", # Immutable. The resource name of the TagKey's parent. A TagKey can be parented by an Organization or a Project. For a TagKey parented by an Organization, its parent must be in the form `organizations/{org_id}`. For a TagKey parented by a Project, its parent can be in the form `projects/{project_id}` or `projects/{project_number}`.
313
313
"purpose": "A String", # Optional. A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines. A purpose cannot be changed once set.
314
314
"purposeData": { # Optional. Purpose data corresponds to the policy system that the tag is intended for. See documentation for `Purpose` for formatting of this field. Purpose data cannot be changed once set.
315
315
"a_key": "A String",
@@ -326,7 +326,7 @@ <h3>Method Details</h3>
326
326
Args:
327
327
pageSize: integer, Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
328
328
pageToken: string, Optional. A pagination token returned from a previous call to `ListTagKey` that indicates where this listing should continue from.
329
-
parent: string, Required. The resource name of the new TagKey's parent. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
329
+
parent: string, Required. The resource name of the TagKey's parent. Must be of the form `organizations/{org_id}` or `projects/{project_id}` or `projects/{project_number}`
330
330
x__xgafv: string, V1 error format.
331
331
Allowed values
332
332
1 - v1 error format
@@ -344,7 +344,7 @@ <h3>Method Details</h3>
344
344
"etag": "A String", # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
345
345
"name": "A String", # Immutable. The resource name for a TagKey. Must be in the format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id for the TagKey.
346
346
"namespacedName": "A String", # Output only. Immutable. Namespaced name of the TagKey.
347
-
"parent": "A String", # Immutable. The resource name of the new TagKey's parent. Must be of the form `organizations/{org_id}`.
347
+
"parent": "A String", # Immutable. The resource name of the TagKey's parent. A TagKey can be parented by an Organization or a Project. For a TagKey parented by an Organization, its parent must be in the form `organizations/{org_id}`. For a TagKey parented by a Project, its parent can be in the form `projects/{project_id}` or `projects/{project_number}`.
348
348
"purpose": "A String", # Optional. A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines. A purpose cannot be changed once set.
349
349
"purposeData": { # Optional. Purpose data corresponds to the policy system that the tag is intended for. See documentation for `Purpose` for formatting of this field. Purpose data cannot be changed once set.
350
350
"a_key": "A String",
@@ -385,7 +385,7 @@ <h3>Method Details</h3>
385
385
"etag": "A String", # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
386
386
"name": "A String", # Immutable. The resource name for a TagKey. Must be in the format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated numeric id for the TagKey.
387
387
"namespacedName": "A String", # Output only. Immutable. Namespaced name of the TagKey.
388
-
"parent": "A String", # Immutable. The resource name of the new TagKey's parent. Must be of the form `organizations/{org_id}`.
388
+
"parent": "A String", # Immutable. The resource name of the TagKey's parent. A TagKey can be parented by an Organization or a Project. For a TagKey parented by an Organization, its parent must be in the form `organizations/{org_id}`. For a TagKey parented by a Project, its parent can be in the form `projects/{project_id}` or `projects/{project_number}`.
389
389
"purpose": "A String", # Optional. A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines. A purpose cannot be changed once set.
390
390
"purposeData": { # Optional. Purpose data corresponds to the policy system that the tag is intended for. See documentation for `Purpose` for formatting of this field. Purpose data cannot be changed once set.
0 commit comments