Skip to content

Commit 2a9d348

Browse files
feat(cloudresourcemanager): update the api
#### cloudresourcemanager:v1beta1 The following keys were added: - resources.organizations.methods.get.parameters.organizationId.deprecated (Total Keys: 1)
1 parent 8fac713 commit 2a9d348

8 files changed

+27
-26
lines changed

docs/dyn/cloudresourcemanager_v3.effectiveTags.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ <h3>Method Details</h3>
109109
&quot;effectiveTags&quot;: [ # A possibly paginated list of effective tags for the specified resource.
110110
{ # 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.
111111
&quot;inherited&quot;: 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&#x27;s ancestors, inherited will be true. If false, then the tag value is directly attached to the resource, inherited will be false.
112-
&quot;namespacedTagKey&quot;: &quot;A String&quot;, # 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-
&quot;namespacedTagValue&quot;: &quot;A String&quot;, # 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+
&quot;namespacedTagKey&quot;: &quot;A String&quot;, # 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+
&quot;namespacedTagValue&quot;: &quot;A String&quot;, # 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}`.
114114
&quot;tagKey&quot;: &quot;A String&quot;, # The name of the TagKey, in the format `tagKeys/{id}`, such as `tagKeys/123`.
115-
&quot;tagKeyParentName&quot;: &quot;A String&quot;, # The parent name of the tag key. Must be in the format `organizations/{organization_id}`.
115+
&quot;tagKeyParentName&quot;: &quot;A String&quot;, # The parent name of the tag key. Must be in the format `organizations/{organization_id}` or `projects/{project_number}`
116116
&quot;tagValue&quot;: &quot;A String&quot;, # Resource name for TagValue in the format `tagValues/456`.
117117
},
118118
],

docs/dyn/cloudresourcemanager_v3.tagKeys.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
&quot;etag&quot;: &quot;A String&quot;, # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
128128
&quot;name&quot;: &quot;A String&quot;, # 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.
129129
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
130-
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the new TagKey&#x27;s parent. Must be of the form `organizations/{org_id}`.
130+
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the TagKey&#x27;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}`.
131131
&quot;purpose&quot;: &quot;A String&quot;, # 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.
132132
&quot;purposeData&quot;: { # 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.
133133
&quot;a_key&quot;: &quot;A String&quot;,
@@ -223,7 +223,7 @@ <h3>Method Details</h3>
223223
&quot;etag&quot;: &quot;A String&quot;, # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
224224
&quot;name&quot;: &quot;A String&quot;, # 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.
225225
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
226-
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the new TagKey&#x27;s parent. Must be of the form `organizations/{org_id}`.
226+
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the TagKey&#x27;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}`.
227227
&quot;purpose&quot;: &quot;A String&quot;, # 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.
228228
&quot;purposeData&quot;: { # 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.
229229
&quot;a_key&quot;: &quot;A String&quot;,
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309309
&quot;etag&quot;: &quot;A String&quot;, # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
310310
&quot;name&quot;: &quot;A String&quot;, # 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.
311311
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
312-
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the new TagKey&#x27;s parent. Must be of the form `organizations/{org_id}`.
312+
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the TagKey&#x27;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}`.
313313
&quot;purpose&quot;: &quot;A String&quot;, # 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.
314314
&quot;purposeData&quot;: { # 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.
315315
&quot;a_key&quot;: &quot;A String&quot;,
@@ -326,7 +326,7 @@ <h3>Method Details</h3>
326326
Args:
327327
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.
328328
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&#x27;s parent. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
329+
parent: string, Required. The resource name of the TagKey&#x27;s parent. Must be of the form `organizations/{org_id}` or `projects/{project_id}` or `projects/{project_number}`
330330
x__xgafv: string, V1 error format.
331331
Allowed values
332332
1 - v1 error format
@@ -344,7 +344,7 @@ <h3>Method Details</h3>
344344
&quot;etag&quot;: &quot;A String&quot;, # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
345345
&quot;name&quot;: &quot;A String&quot;, # 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.
346346
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
347-
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the new TagKey&#x27;s parent. Must be of the form `organizations/{org_id}`.
347+
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the TagKey&#x27;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}`.
348348
&quot;purpose&quot;: &quot;A String&quot;, # 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.
349349
&quot;purposeData&quot;: { # 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.
350350
&quot;a_key&quot;: &quot;A String&quot;,
@@ -385,7 +385,7 @@ <h3>Method Details</h3>
385385
&quot;etag&quot;: &quot;A String&quot;, # Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagKeyRequest for details.
386386
&quot;name&quot;: &quot;A String&quot;, # 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.
387387
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
388-
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the new TagKey&#x27;s parent. Must be of the form `organizations/{org_id}`.
388+
&quot;parent&quot;: &quot;A String&quot;, # Immutable. The resource name of the TagKey&#x27;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}`.
389389
&quot;purpose&quot;: &quot;A String&quot;, # 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.
390390
&quot;purposeData&quot;: { # 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.
391391
&quot;a_key&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)