Skip to content

Commit

Permalink
feat(cloudresourcemanager): update the api
Browse files Browse the repository at this point in the history
#### cloudresourcemanager:v1beta1

The following keys were added:
- resources.organizations.methods.get.parameters.organizationId.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 8fac713 commit 2a9d348
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 26 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/cloudresourcemanager_v3.effectiveTags.html
Expand Up @@ -109,10 +109,10 @@ <h3>Method Details</h3>
&quot;effectiveTags&quot;: [ # A possibly paginated list of effective tags for the specified resource.
{ # 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.
&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.
&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.
&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.
&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}`.
&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}`.
&quot;tagKey&quot;: &quot;A String&quot;, # The name of the TagKey, in the format `tagKeys/{id}`, such as `tagKeys/123`.
&quot;tagKeyParentName&quot;: &quot;A String&quot;, # The parent name of the tag key. Must be in the format `organizations/{organization_id}`.
&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}`
&quot;tagValue&quot;: &quot;A String&quot;, # Resource name for TagValue in the format `tagValues/456`.
},
],
Expand Down
12 changes: 6 additions & 6 deletions docs/dyn/cloudresourcemanager_v3.tagKeys.html
Expand Up @@ -127,7 +127,7 @@ <h3>Method Details</h3>
&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.
&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.
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
&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}`.
&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}`.
&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.
&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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -223,7 +223,7 @@ <h3>Method Details</h3>
&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.
&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.
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
&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}`.
&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}`.
&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.
&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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -309,7 +309,7 @@ <h3>Method Details</h3>
&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.
&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.
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
&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}`.
&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}`.
&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.
&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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand All @@ -326,7 +326,7 @@ <h3>Method Details</h3>
Args:
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.
pageToken: string, Optional. A pagination token returned from a previous call to `ListTagKey` that indicates where this listing should continue from.
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}`.
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}`
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -344,7 +344,7 @@ <h3>Method Details</h3>
&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.
&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.
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
&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}`.
&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}`.
&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.
&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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -385,7 +385,7 @@ <h3>Method Details</h3>
&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.
&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.
&quot;namespacedName&quot;: &quot;A String&quot;, # Output only. Immutable. Namespaced name of the TagKey.
&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}`.
&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}`.
&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.
&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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down

0 comments on commit 2a9d348

Please sign in to comment.