Skip to content

Commit a9ce247

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - schemas.AnthosVMMembershipSpec (Total Keys: 4) - schemas.AnthosVMMembershipState (Total Keys: 5) - schemas.AnthosVMSubFeatureSpec (Total Keys: 5) - schemas.AnthosVMSubFeatureState (Total Keys: 5) - schemas.LocalControllerState (Total Keys: 3) - schemas.MembershipFeatureSpec.properties.anthosvm.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.anthosvm.$ref (Total Keys: 1) - schemas.MigrateSpec (Total Keys: 2) - schemas.MigrateState (Total Keys: 2) - schemas.ServiceMeshSpec (Total Keys: 2) - schemas.ServiceMeshState (Total Keys: 2) #### gkehub:v1alpha The following keys were added: - schemas.AnthosVMMembershipSpec (Total Keys: 4) - schemas.AnthosVMMembershipState (Total Keys: 5) - schemas.AnthosVMSubFeatureSpec (Total Keys: 5) - schemas.AnthosVMSubFeatureState (Total Keys: 5) - schemas.LocalControllerState (Total Keys: 3) - schemas.MembershipFeatureSpec.properties.anthosvm.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.anthosvm.$ref (Total Keys: 1) - schemas.MigrateSpec (Total Keys: 2) - schemas.MigrateState (Total Keys: 2) - schemas.ServiceMeshSpec (Total Keys: 2) - schemas.ServiceMeshState (Total Keys: 2) #### gkehub:v1beta The following keys were added: - schemas.AnthosVMMembershipSpec (Total Keys: 4) - schemas.AnthosVMMembershipState (Total Keys: 5) - schemas.AnthosVMSubFeatureSpec (Total Keys: 5) - schemas.AnthosVMSubFeatureState (Total Keys: 5) - schemas.LocalControllerState (Total Keys: 3) - schemas.MembershipFeatureSpec.properties.anthosvm.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.anthosvm.$ref (Total Keys: 1) - schemas.MigrateSpec (Total Keys: 2) - schemas.MigrateState (Total Keys: 2) - schemas.ServiceMeshSpec (Total Keys: 2) - schemas.ServiceMeshState (Total Keys: 2)
1 parent be2d4d7 commit a9ce247

14 files changed

+813
-54
lines changed

docs/dyn/gkehub_v1.projects.locations.features.html

Lines changed: 111 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1.projects.locations.memberships.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3>Method Details</h3>
380380
<pre>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
381381

382382
Args:
383-
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
383+
resource: string, REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
384384
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
385385
x__xgafv: string, V1 error format.
386386
Allowed values
@@ -647,7 +647,7 @@ <h3>Method Details</h3>
647647
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
648648

649649
Args:
650-
resource: string, REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. (required)
650+
resource: string, REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
651651
body: object, The request body.
652652
The object takes the form of:
653653

@@ -732,7 +732,7 @@ <h3>Method Details</h3>
732732
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may &quot;fail open&quot; without warning.
733733

734734
Args:
735-
resource: string, REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. (required)
735+
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
736736
body: object, The request body.
737737
The object takes the form of:
738738

docs/dyn/gkehub_v1alpha.projects.locations.features.html

Lines changed: 111 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1alpha.projects.locations.memberships.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386
<pre>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
387387

388388
Args:
389-
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
389+
resource: string, REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
390390
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
391391
x__xgafv: string, V1 error format.
392392
Allowed values
@@ -763,7 +763,7 @@ <h3>Method Details</h3>
763763
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
764764

765765
Args:
766-
resource: string, REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. (required)
766+
resource: string, REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
767767
body: object, The request body.
768768
The object takes the form of:
769769

@@ -848,7 +848,7 @@ <h3>Method Details</h3>
848848
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may &quot;fail open&quot; without warning.
849849

850850
Args:
851-
resource: string, REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. (required)
851+
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
852852
body: object, The request body.
853853
The object takes the form of:
854854

docs/dyn/gkehub_v1alpha2.projects.locations.memberships.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3>Method Details</h3>
380380
<pre>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
381381

382382
Args:
383-
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
383+
resource: string, REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
384384
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
385385
x__xgafv: string, V1 error format.
386386
Allowed values
@@ -648,7 +648,7 @@ <h3>Method Details</h3>
648648
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
649649

650650
Args:
651-
resource: string, REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. (required)
651+
resource: string, REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
652652
body: object, The request body.
653653
The object takes the form of:
654654

@@ -733,7 +733,7 @@ <h3>Method Details</h3>
733733
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may &quot;fail open&quot; without warning.
734734

735735
Args:
736-
resource: string, REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. (required)
736+
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
737737
body: object, The request body.
738738
The object takes the form of:
739739

0 commit comments

Comments
 (0)