feat: Add new gcloud commands, API clients, and third-party libraries across various services.

This commit is contained in:
2026-01-01 20:26:35 +01:00
parent 5e23cbece0
commit a19e592eb7
25221 changed files with 8324611 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""Manage Policy Porter resources."""
from googlecloudsdk.calliope import base
from surface.iam.policy_porters import _init_extensions as extensions
@base.ReleaseTracks(base.ReleaseTrack.ALPHA)
@base.Autogenerated
@base.Hidden
class PolicyPortersAlpha(extensions.PolicyPortersAlpha):
"""Manage Policy Porter resources."""

View File

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*- #
# Copyright 2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""File to add optional custom code to extend __init__.py."""
from googlecloudsdk.calliope import base
class PolicyPortersAlpha(base.Group):
"""Optional no-auto-generated code for ALPHA."""
class PolicyPortersBeta(base.Group):
"""Optional no-auto-generated code for BETA."""
class PolicyPortersGa(base.Group):
"""Optional no-auto-generated code for GA."""

View File

@@ -0,0 +1,187 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Creates a PolicyPorter resource.
description: |
Creates a PolicyPorter resource, which is used to translate AWS IAM policies to GCP V1
policies.
examples: |-
To create a PolicyPorter resource, run:
$ {command} my-policy-porter --location=global --project=my-project \
--display-name=my-policy-porter \
--aws-mappings-resource-mapping='{"my_aws_resource": "my_gcp_resource"}}' \
--aws-mappings-principal-mapping='{"my_aws_identity": "my_gcp_identity"}}' \
--inline-policy-json-file='my-file-name' \
--inline-policy-json-content='{...}' \
arguments:
params:
- help_text: |-
Identifier. Name of resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}.
is_positional: true
is_primary_resource: true
request_id_field: policyPorterId
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters
required: true
- arg_name: labels
api_field: googleIamV3alphaPolicyPorter.labels
required: false
repeated: true
help_text: |-
Resource labels as key value pairs, used for List API filtering.
spec:
- api_field: key
- api_field: value
- arg_name: display-name
api_field: googleIamV3alphaPolicyPorter.displayName
required: true
repeated: false
help_text: |-
An arbitrary user-provided name for policy porter.
The display name should adhere to the following format:
* Must be 6 to 63 characters in length.
* Can only contain lowercase letters, numbers, and hyphens.
* Must start with a letter.
- arg_name: description
api_field: googleIamV3alphaPolicyPorter.description
required: false
repeated: false
help_text: |-
Description about translation.
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig
required: false
help_text: |-
Represents config for PolicyPorter such as policies, mappings, etc. required
by PolicyPorter.
params:
- group:
mutex: true
help_text: |-
Arguments for the policy json.
params:
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson
required: false
help_text: |-
Inline representation of policy json that is being translated.
params:
- arg_name: inline-policy-json-file-name
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.fileName
required: true
repeated: false
help_text: |-
Name of file from which policy json got imported. This helps user to
recognize the source of policies.
- group:
mutex: true
required: true
params:
- arg_name: inline-policy-json-content-from-file
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.content
json_name: contentFromFile
required: false
repeated: false
type: file_type
help_text: |-
Content of the file containing policies in json format.
- arg_name: inline-policy-json-content
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.content
required: false
repeated: false
type: bytes
help_text: |-
Content of the file containing policies in json format.
- group:
mutex: true
help_text: |-
Arguments for the mappings.
params:
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings
required: false
help_text: |-
Resource and principal mappings required for translating policies.
params:
- arg_name: aws-mappings-resource-mapping
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings.resourceMapping
required: false
repeated: true
help_text: |-
User provided resource mapping for keys in `resource_keys` field.
Keys format: [IAM JSON policy elements:
Resource](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_resource.html).
Values format: See [Resource
names](https://cloud.google.com/apis/design/resource_names).
spec:
- api_field: key
- api_field: value
- arg_name: aws-mappings-principal-mapping
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings.principalMapping
required: false
repeated: true
help_text: |-
User provided principal mapping for keys in `principal_keys` field.
Keys format: [AWS JSON policy elements:
Principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html).
Values format: See [Members field in
bindings](https://cloud.google.com/iam/docs/reference/rest/v1/Policy#binding).
spec:
- api_field: key
- api_field: value
- arg_name: policy-config-source-cloud
api_field: googleIamV3alphaPolicyPorter.policyConfig.sourceCloud
required: false
help_text: |-
Type of source cloud from which policies are being translated.
choices:
- arg_value: aws
enum_value: AWS
help_text: |-
Represents AWS cloud.
- arg_name: request-id
api_field: requestId
required: false
repeated: false
help_text: |-
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters
async:
collection:
- iam.projects.locations.operations

View File

@@ -0,0 +1,74 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Deletes policy porter and child resources.
description: |
Exports translated policies from a PolicyPorter resource.
examples: |-
To delete a PolicyPorter and child resources, run:
$ {command} my-policy-porter --location=global --project=my-project --force
arguments:
params:
- help_text: |-
Name of the resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters
required: true
- arg_name: force
api_field: force
action: store_true
required: false
type: bool
help_text: |-
If set to true, any Translations from this PolicyPorter will also be
deleted. (Otherwise, the request will only work if the PolicyPorter has no
Translations.)
default: null
- arg_name: request-id
api_field: requestId
required: false
repeated: false
help_text: |-
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters
async:
collection:
- iam.projects.locations.operations

View File

@@ -0,0 +1,43 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Describes a PolicyPorter resource.
description: |
Describes a PolicyPorter resource.
examples: |-
To describe a PolicyPorter resource, run:
$ {command} my-policy-porter --location=global --project=my-project
arguments:
params:
- help_text: |-
Name of the resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters

View File

@@ -0,0 +1,44 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Lists PolicyPorter resources.
description: |
Lists PolicyPorters.
examples: |-
To list PolicyPorter resources, run:
$ {command} --location=global --project=my-project
arguments:
params:
- help_text: |-
Parent value for ListPolicyPortersRequest.
Format: projects/{project}/locations/{location}.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters
response:
id_field: name

View File

@@ -0,0 +1,194 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Updates a PolicyPorter resource.
description: |
Updates a PolicyPorter resource. It can be helpful to first Create a PolicyPorter resource
to see the parsed Principal/Resource keys, and use them to update the mappings in this
command.
examples: |-
To update a PolicyPorter resource and identity mappings, run:
$ {command} my-policy-porter --location=global --project=my-project \
--update-aws-mappings-resource-mapping='{"my_aws_resource": "my_gcp_resource"}}' \
--update-aws-mappings-principal-mapping='{"my_aws_identity": "my_gcp_identity"}}' \
arguments:
params:
- help_text: |-
Identifier. Name of resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters
required: true
- arg_name: labels
api_field: googleIamV3alphaPolicyPorter.labels
required: false
repeated: true
help_text: |-
Resource labels as key value pairs, used for List API filtering.
clearable: true
spec:
- api_field: key
- api_field: value
- arg_name: display-name
api_field: googleIamV3alphaPolicyPorter.displayName
required: false
repeated: false
help_text: |-
An arbitrary user-provided name for policy porter.
The display name should adhere to the following format:
* Must be 6 to 63 characters in length.
* Can only contain lowercase letters, numbers, and hyphens.
* Must start with a letter.
- arg_name: description
api_field: googleIamV3alphaPolicyPorter.description
required: false
repeated: false
help_text: |-
Description about translation.
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig
arg_name: policy-config
clearable: true
required: false
help_text: |-
Represents config for PolicyPorter such as policies, mappings, etc. required
by PolicyPorter.
params:
- group:
mutex: true
help_text: |-
Arguments for the policy json.
params:
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson
required: false
help_text: |-
Inline representation of policy json that is being translated.
params:
- arg_name: inline-policy-json-file-name
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.fileName
required: false
repeated: false
help_text: |-
Name of file from which policy json got imported. This helps user to
recognize the source of policies.
- group:
mutex: true
required: true
params:
- arg_name: inline-policy-json-content-from-file
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.content
json_name: contentFromFile
required: false
repeated: false
type: file_type
help_text: |-
Content of the file containing policies in json format.
- arg_name: inline-policy-json-content
api_field: googleIamV3alphaPolicyPorter.policyConfig.inlinePolicyJson.content
required: false
repeated: false
type: bytes
help_text: |-
Content of the file containing policies in json format.
- group:
mutex: true
help_text: |-
Arguments for the mappings.
params:
- group:
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings
required: false
help_text: |-
Resource and principal mappings required for translating policies.
params:
- arg_name: aws-mappings-resource-mapping
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings.resourceMapping
required: false
repeated: true
help_text: |-
User provided resource mapping for keys in `resource_keys` field.
Keys format: [IAM JSON policy elements:
Resource](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_resource.html).
Values format: See [Resource
names](https://cloud.google.com/apis/design/resource_names).
clearable: true
spec:
- api_field: key
- api_field: value
- arg_name: aws-mappings-principal-mapping
api_field: googleIamV3alphaPolicyPorter.policyConfig.awsMappings.principalMapping
required: false
repeated: true
help_text: |-
User provided principal mapping for keys in `principal_keys` field.
Keys format: [AWS JSON policy elements:
Principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html).
Values format: See [Members field in
bindings](https://cloud.google.com/iam/docs/reference/rest/v1/Policy#binding).
clearable: true
spec:
- api_field: key
- api_field: value
- arg_name: policy-config-source-cloud
api_field: googleIamV3alphaPolicyPorter.policyConfig.sourceCloud
required: false
help_text: |-
Type of source cloud from which policies are being translated.
choices:
- arg_value: aws
enum_value: AWS
help_text: |-
Represents AWS cloud.
- arg_name: request-id
api_field: requestId
required: false
repeated: false
help_text: |-
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters
static_fields:
updateMask: '*'
async:
collection:
- iam.projects.locations.operations
update:
read_modify_update: true
disable_auto_field_mask: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""Manage Translation resources."""
from googlecloudsdk.calliope import base
from surface.iam.policy_porters.translations import _init_extensions as extensions
@base.ReleaseTracks(base.ReleaseTrack.ALPHA)
@base.Autogenerated
@base.Hidden
class TranslationsAlpha(extensions.TranslationsAlpha):
"""Manage Translation resources."""

View File

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*- #
# Copyright 2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""File to add optional custom code to extend __init__.py."""
from googlecloudsdk.calliope import base
class TranslationsAlpha(base.Group):
"""Optional no-auto-generated code for ALPHA."""
class TranslationsBeta(base.Group):
"""Optional no-auto-generated code for BETA."""
class TranslationsGa(base.Group):
"""Optional no-auto-generated code for GA."""

View File

@@ -0,0 +1,72 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Creates a translation.
description: |
Instructs PolicyPorter to do a translation of the policies in the PolicyPorter resource.
examples: |-
To translate policies from a PolicyPorter resource, run:
$ {command} my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Identifier. Name of resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}.
is_positional: true
is_primary_resource: true
request_id_field: translationId
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations
required: true
- arg_name: display-name
api_field: googleIamV3alphaTranslation.displayName
required: true
repeated: false
help_text: |-
The display name of translation.
- arg_name: request-id
api_field: requestId
required: false
repeated: false
help_text: |-
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations
async:
collection:
- iam.projects.locations.operations

View File

@@ -0,0 +1,75 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Delete a translation.
description: |
Deletes PolicyPorter translation resource.
examples: |-
To delete a policyporter translation, run:
$ {command} my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Name of the resource
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations
required: true
- arg_name: force
api_field: force
action: store_true
required: false
type: bool
help_text: |-
If set to true, any SourcePolicies and TranslatedPolicies from this
Translation will also be deleted. (Otherwise, the request will only work if
the Translation has no SourcePolicies and TranslatedPolicies.)
default: null
- arg_name: request-id
api_field: requestId
required: false
repeated: false
help_text: |-
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations
async:
collection:
- iam.projects.locations.operations

View File

@@ -0,0 +1,44 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Describes a translation.
description: |
Describes a PolicyPorter translation, useful for understanding translation status.
examples: |-
To get a policyporter translation, run:
$ {command} my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Name of the resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations

View File

@@ -0,0 +1,45 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Lists translations.
description: |
List PolicyPorter translation resources.
examples: |-
To list policyporter translations, run:
$ {command} --policy-porter=my-policy-porter --location=global --project=my-project
arguments:
params:
- help_text: |-
Parent value for ListTranslationsRequest.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations
response:
id_field: name

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""Manage Source Policy resources."""
from googlecloudsdk.calliope import base
from surface.iam.policy_porters.translations.source_policies import _init_extensions as extensions
@base.ReleaseTracks(base.ReleaseTrack.ALPHA)
@base.Autogenerated
@base.Hidden
class SourcePoliciesAlpha(extensions.SourcePoliciesAlpha):
"""Manage Source Policy resources."""

View File

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*- #
# Copyright 2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""File to add optional custom code to extend __init__.py."""
from googlecloudsdk.calliope import base
class SourcePoliciesAlpha(base.Group):
"""Optional no-auto-generated code for ALPHA."""
class SourcePoliciesBeta(base.Group):
"""Optional no-auto-generated code for BETA."""
class SourcePoliciesGa(base.Group):
"""Optional no-auto-generated code for GA."""

View File

@@ -0,0 +1,45 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Gets a SourcePolicy.
description: |
Get the source policies parsed from the input policy json.
resource.
examples: |-
To get a source policy, run:
$ {command} my-policy --translation=my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Name of the resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}/sourcePolicies/{source_policy}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations_source_policies
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations.sourcePolicies

View File

@@ -0,0 +1,46 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Lists source policies.
description: |
Lists the source policies for a translation.
examples: |-
To export translated policies, run:
$ {command} --translation=my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Parent value for ListSourcePoliciesRequest.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations.sourcePolicies
response:
id_field: name

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""Manage Translated Policy resources."""
from googlecloudsdk.calliope import base
from surface.iam.policy_porters.translations.translated_policies import _init_extensions as extensions
@base.ReleaseTracks(base.ReleaseTrack.ALPHA)
@base.Autogenerated
@base.Hidden
class TranslatedPoliciesAlpha(extensions.TranslatedPoliciesAlpha):
"""Manage Translated Policy resources."""

View File

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*- #
# Copyright 2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
"""File to add optional custom code to extend __init__.py."""
from googlecloudsdk.calliope import base
class TranslatedPoliciesAlpha(base.Group):
"""Optional no-auto-generated code for ALPHA."""
class TranslatedPoliciesBeta(base.Group):
"""Optional no-auto-generated code for BETA."""
class TranslatedPoliciesGa(base.Group):
"""Optional no-auto-generated code for GA."""

View File

@@ -0,0 +1,44 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Describes translated policies.
description: |
Describes the translated policy.
examples: |-
To export translated policies, run:
$ {command} my-translated-policy --translation=my-translation \
--policy-porter=my-policy-porter --location=global --project=my-project
arguments:
params:
- help_text: |-
Name of the resource.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}/translatedPolicies/{translated_policy}.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations_translated_policies
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations.translatedPolicies

View File

@@ -0,0 +1,46 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Lists translated policies.
description: |
Lists the source policies for a translation.
examples: |-
To list translated policies, run:
$ {command} --translation=my-translation --policy-porter=my-policy-porter \
--location=global --project=my-project
arguments:
params:
- help_text: |-
Parent value for ListTranslatedPoliciesRequest.
Format:
projects/{project}/locations/{location}/policyPorters/{policy_porter}/translations/{translation}.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.iam.v3alpha_resources:projects_locations_policy_porters_translations
required: true
request:
api_version: v3alpha
collection:
- iam.projects.locations.policyPorters.translations.translatedPolicies
response:
id_field: name

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*- #
# Copyright 2025 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This file is autogenerated and should not be edited by hand.
# AUTOGEN_CLI_VERSION: HEAD
_PARTIALS_: true