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,42 @@
# -*- 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
"""Manage Parallelstore instance resources."""
from googlecloudsdk.calliope import base
from surface.parallelstore.instances import _init_extensions as extensions
@base.ReleaseTracks(base.ReleaseTrack.ALPHA)
@base.Autogenerated
@base.Hidden
class InstancesAlpha(extensions.InstancesAlpha):
"""Manage Parallelstore instance resources."""
@base.ReleaseTracks(base.ReleaseTrack.BETA)
@base.Autogenerated
@base.Hidden
class InstancesBeta(extensions.InstancesBeta):
"""Manage Parallelstore instance resources."""
@base.ReleaseTracks(base.ReleaseTrack.GA)
@base.Autogenerated
@base.Hidden
class InstancesGa(extensions.InstancesGa):
"""Manage Parallelstore instance 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 InstancesAlpha(base.Group):
"""Optional no-auto-generated code for ALPHA."""
class InstancesBeta(base.Group):
"""Optional no-auto-generated code for BETA."""
class InstancesGa(base.Group):
"""Optional no-auto-generated code for GA."""

View File

@@ -0,0 +1,181 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Creates a Parallelstore instance
description: |
Creates a Parallelstore instance.
examples: |-
To create an instance `my-instance` in location `us-central1-a` with 12000 Gib capacity run:
$ {command} my-instance --capacity-gib=12000 --location=us-central1-a
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
request_id_field: instanceId
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
spec:
- api_field: key
- api_field: value
- arg_name: capacity-gib
api_field: instance.capacityGib
required: true
repeated: false
type: long
help_text: |-
The instance's storage capacity in Gibibytes (GiB). Allowed values are
between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000,
20000, ...
- arg_name: network
help_text: |-
The name of the Compute Engine
[VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
instance is connected.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_global_network
resource_method_params:
instance.network: '{__relative_name__}'
required: false
- arg_name: reserved-ip-range
help_text: |-
The ID of the IP address range being used by the instance's VPC network.
See
[Configure a VPC
network](https://cloud.google.com/parallelstore/docs/vpc#create_and_configure_the_vpc).
If no ID is provided, all ranges are considered.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_region_address
resource_method_params:
instance.reservedIpRange: '{__relative_name__}'
required: false
- arg_name: file-stripe-level
api_field: instance.fileStripeLevel
required: false
help_text: |-
Stripe level for files. Allowed values are:
* `FILE_STRIPE_LEVEL_MIN`: offers the best performance for small size
files.
* `FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large files.
* `FILE_STRIPE_LEVEL_MAX`: higher throughput performance for larger files.
choices:
- arg_value: file-stripe-level-min
enum_value: FILE_STRIPE_LEVEL_MIN
help_text: |-
Minimum file striping
- arg_value: file-stripe-level-balanced
enum_value: FILE_STRIPE_LEVEL_BALANCED
help_text: |-
Medium file striping
- arg_value: file-stripe-level-max
enum_value: FILE_STRIPE_LEVEL_MAX
help_text: |-
Maximum file striping
- arg_name: directory-stripe-level
api_field: instance.directoryStripeLevel
required: false
help_text: |-
Stripe level for directories. Allowed values are:
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a
small number of files.
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large directories.
* `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
number of files.
choices:
- arg_value: directory-stripe-level-min
enum_value: DIRECTORY_STRIPE_LEVEL_MIN
help_text: |-
Minimum directory striping
- arg_value: directory-stripe-level-balanced
enum_value: DIRECTORY_STRIPE_LEVEL_BALANCED
help_text: |-
Medium directory striping
- arg_value: directory-stripe-level-max
enum_value: DIRECTORY_STRIPE_LEVEL_MAX
help_text: |-
Maximum directory striping
- arg_name: deployment-type
api_field: instance.deploymentType
required: false
help_text: |-
The deployment type of the instance. Allowed values are:
* `SCRATCH`: the instance is a scratch instance.
* `PERSISTENT`: the instance is a persistent instance.
choices:
- arg_value: scratch
enum_value: SCRATCH
help_text: |-
Scratch
- arg_value: persistent
enum_value: PERSISTENT
help_text: |-
Persistent
- 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 t
he 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: v1alpha
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,181 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Creates a Parallelstore instance
description: |
Creates a Parallelstore instance.
examples: |-
To create an instance `my-instance` in location `us-central1-a` with 12000 Gib capacity run:
$ {command} my-instance --capacity-gib=12000 --location=us-central1-a
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
request_id_field: instanceId
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
spec:
- api_field: key
- api_field: value
- arg_name: capacity-gib
api_field: instance.capacityGib
required: true
repeated: false
type: long
help_text: |-
The instance's storage capacity in Gibibytes (GiB). Allowed values are
between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000,
20000, ...
- arg_name: network
help_text: |-
The name of the Compute Engine
[VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
instance is connected.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_global_network
resource_method_params:
instance.network: '{__relative_name__}'
required: false
- arg_name: reserved-ip-range
help_text: |-
The ID of the IP address range being used by the instance's VPC network.
See
[Configure a VPC
network](https://cloud.google.com/parallelstore/docs/vpc#create_and_configure_the_vpc).
If no ID is provided, all ranges are considered.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_region_address
resource_method_params:
instance.reservedIpRange: '{__relative_name__}'
required: false
- arg_name: file-stripe-level
api_field: instance.fileStripeLevel
required: false
help_text: |-
Stripe level for files. Allowed values are:
* `FILE_STRIPE_LEVEL_MIN`: offers the best performance for small size
files.
* `FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large files.
* `FILE_STRIPE_LEVEL_MAX`: higher throughput performance for larger files.
choices:
- arg_value: file-stripe-level-min
enum_value: FILE_STRIPE_LEVEL_MIN
help_text: |-
Minimum file striping
- arg_value: file-stripe-level-balanced
enum_value: FILE_STRIPE_LEVEL_BALANCED
help_text: |-
Medium file striping
- arg_value: file-stripe-level-max
enum_value: FILE_STRIPE_LEVEL_MAX
help_text: |-
Maximum file striping
- arg_name: directory-stripe-level
api_field: instance.directoryStripeLevel
required: false
help_text: |-
Stripe level for directories. Allowed values are:
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a
small number of files.
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large directories.
* `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
number of files.
choices:
- arg_value: directory-stripe-level-min
enum_value: DIRECTORY_STRIPE_LEVEL_MIN
help_text: |-
Minimum directory striping
- arg_value: directory-stripe-level-balanced
enum_value: DIRECTORY_STRIPE_LEVEL_BALANCED
help_text: |-
Medium directory striping
- arg_value: directory-stripe-level-max
enum_value: DIRECTORY_STRIPE_LEVEL_MAX
help_text: |-
Maximum directory striping
- arg_name: deployment-type
api_field: instance.deploymentType
required: false
help_text: |-
The deployment type of the instance. Allowed values are:
* `SCRATCH`: the instance is a scratch instance.
* `PERSISTENT`: the instance is a persistent instance.
choices:
- arg_value: scratch
enum_value: SCRATCH
help_text: |-
Scratch
- arg_value: persistent
enum_value: PERSISTENT
help_text: |-
Persistent
- 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 t
he 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: v1beta
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,181 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Creates a Parallelstore instance
description: |
Creates a Parallelstore instance.
examples: |-
To create an instance `my-instance` in location `us-central1-a` with 12000 Gib capacity run:
$ {command} my-instance --capacity-gib=12000 --location=us-central1-a
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
request_id_field: instanceId
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
spec:
- api_field: key
- api_field: value
- arg_name: capacity-gib
api_field: instance.capacityGib
required: true
repeated: false
type: long
help_text: |-
The instance's storage capacity in Gibibytes (GiB). Allowed values are
between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000,
20000, ...
- arg_name: network
help_text: |-
The name of the Compute Engine
[VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
instance is connected.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_global_network
resource_method_params:
instance.network: '{__relative_name__}'
required: false
- arg_name: reserved-ip-range
help_text: |-
The ID of the IP address range being used by the instance's VPC network.
See
[Configure a VPC
network](https://cloud.google.com/parallelstore/docs/vpc#create_and_configure_the_vpc).
If no ID is provided, all ranges are considered.
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_region_address
resource_method_params:
instance.reservedIpRange: '{__relative_name__}'
required: false
- arg_name: file-stripe-level
api_field: instance.fileStripeLevel
required: false
help_text: |-
Stripe level for files. Allowed values are:
* `FILE_STRIPE_LEVEL_MIN`: offers the best performance for small size
files.
* `FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large files.
* `FILE_STRIPE_LEVEL_MAX`: higher throughput performance for larger files.
choices:
- arg_value: file-stripe-level-min
enum_value: FILE_STRIPE_LEVEL_MIN
help_text: |-
Minimum file striping
- arg_value: file-stripe-level-balanced
enum_value: FILE_STRIPE_LEVEL_BALANCED
help_text: |-
Medium file striping
- arg_value: file-stripe-level-max
enum_value: FILE_STRIPE_LEVEL_MAX
help_text: |-
Maximum file striping
- arg_name: directory-stripe-level
api_field: instance.directoryStripeLevel
required: false
help_text: |-
Stripe level for directories. Allowed values are:
* `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a
small number of files.
* `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads
involving a mix of small and large directories.
* `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
number of files.
choices:
- arg_value: directory-stripe-level-min
enum_value: DIRECTORY_STRIPE_LEVEL_MIN
help_text: |-
Minimum directory striping
- arg_value: directory-stripe-level-balanced
enum_value: DIRECTORY_STRIPE_LEVEL_BALANCED
help_text: |-
Medium directory striping
- arg_value: directory-stripe-level-max
enum_value: DIRECTORY_STRIPE_LEVEL_MAX
help_text: |-
Maximum directory striping
- arg_name: deployment-type
api_field: instance.deploymentType
required: false
help_text: |-
The deployment type of the instance. Allowed values are:
* `SCRATCH`: the instance is a scratch instance.
* `PERSISTENT`: the instance is a persistent instance.
choices:
- arg_value: scratch
enum_value: SCRATCH
help_text: |-
Scratch
- arg_value: persistent
enum_value: PERSISTENT
help_text: |-
Persistent
- 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 t
he 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: v1
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,62 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Deletes a single Parallelstore instance
description: |
Deletes a single Parallelstore instance.
examples: |-
To delete an instance `my-instance` run:
$ {command} my-instance
arguments:
params:
- help_text: |-
Name of the resource
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
- 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 t
he 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: v1alpha
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,62 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Deletes a single Parallelstore instance
description: |
Deletes a single Parallelstore instance.
examples: |-
To delete an instance `my-instance` run:
$ {command} my-instance
arguments:
params:
- help_text: |-
Name of the resource
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
- 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 t
he 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: v1beta
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,62 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Deletes a single Parallelstore instance
description: |
Deletes a single Parallelstore instance.
examples: |-
To delete an instance `my-instance` run:
$ {command} my-instance
arguments:
params:
- help_text: |-
Name of the resource
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
- 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 t
he 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: v1
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations

View File

@@ -0,0 +1,42 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Gets details of a single Parallelstore instance
description: |
Gets details of a single Parallelstore instance.
examples: |-
To get the details of a single instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a
arguments:
params:
- help_text: |-
The instance resource name, in the format
`projects/{project_id}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
request:
api_version: v1alpha
collection:
- parallelstore.projects.locations.instances

View File

@@ -0,0 +1,42 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Gets details of a single Parallelstore instance
description: |
Gets details of a single Parallelstore instance.
examples: |-
To get the details of a single instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a
arguments:
params:
- help_text: |-
The instance resource name, in the format
`projects/{project_id}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
request:
api_version: v1beta
collection:
- parallelstore.projects.locations.instances

View File

@@ -0,0 +1,42 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Gets details of a single Parallelstore instance
description: |
Gets details of a single Parallelstore instance.
examples: |-
To get the details of a single instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a
arguments:
params:
- help_text: |-
The instance resource name, in the format
`projects/{project_id}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
request:
api_version: v1
collection:
- parallelstore.projects.locations.instances

View File

@@ -0,0 +1,139 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Exports data from Parallelstore instance to Cloud Storage.
description: |
Exports data from Parallelstore instance to Cloud Storage.
examples: |-
To export data from `my-instance` to `gs://my-bucket` storage run:
$ {command} my-instance --location=us-central-a --destination-gcs-bucket-uri=gs://my-bucket --source-parallelstore-path='/'
arguments:
params:
- arg_name: source-parallelstore-path
api_field: exportDataRequest.sourceParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- arg_name: destination-gcs-bucket-uri
api_field: exportDataRequest.destinationGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
- arg_name: request-id
api_field: exportDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified Service Account (SA) credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_service_account
resource_method_params:
exportDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: exportDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: exportDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: exportDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1alpha
collection:
- parallelstore.projects.locations.instances
method: exportData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,139 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Exports data from Parallelstore instance to Cloud Storage.
description: |
Exports data from Parallelstore instance to Cloud Storage.
examples: |-
To export data from `my-instance` to `gs://my-bucket` storage run:
$ {command} my-instance --location=us-central-a --destination-gcs-bucket-uri=gs://my-bucket --source-parallelstore-path='/'
arguments:
params:
- arg_name: source-parallelstore-path
api_field: exportDataRequest.sourceParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- arg_name: destination-gcs-bucket-uri
api_field: exportDataRequest.destinationGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
- arg_name: request-id
api_field: exportDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified Service Account (SA) credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_service_account
resource_method_params:
exportDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: exportDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: exportDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: exportDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1beta
collection:
- parallelstore.projects.locations.instances
method: exportData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,139 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Exports data from Parallelstore instance to Cloud Storage.
description: |
Exports data from Parallelstore instance to Cloud Storage.
examples: |-
To export data from `my-instance` to `gs://my-bucket` storage run:
$ {command} my-instance --location=us-central-a --destination-gcs-bucket-uri=gs://my-bucket --source-parallelstore-path='/'
arguments:
params:
- arg_name: source-parallelstore-path
api_field: exportDataRequest.sourceParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- arg_name: destination-gcs-bucket-uri
api_field: exportDataRequest.destinationGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
- arg_name: request-id
api_field: exportDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified Service Account (SA) credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_service_account
resource_method_params:
exportDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: exportDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: exportDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: exportDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1
collection:
- parallelstore.projects.locations.instances
method: exportData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,140 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Imports data from Cloud Storage to Parallelstore instance.
description: |
Imports data from Cloud Storage to Parallelstore instance.
examples: |-
To import data from `gs://my-bucket` storage to `my-instance` run:
$ {command} my-instance --location=us-central-a --source-gcs-bucket-uri=gs://my_bucket --destination-parallelstore-path='/'
arguments:
params:
- arg_name: source-gcs-bucket-uri
api_field: importDataRequest.sourceGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- arg_name: destination-parallelstore-path
api_field: importDataRequest.destinationParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
- arg_name: request-id
api_field: importDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified service account credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_service_account
resource_method_params:
importDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: importDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: importDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: importDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1alpha
collection:
- parallelstore.projects.locations.instances
method: importData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,140 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Imports data from Cloud Storage to Parallelstore instance.
description: |
Imports data from Cloud Storage to Parallelstore instance.
examples: |-
To import data from `gs://my-bucket` storage to `my-instance` run:
$ {command} my-instance --location=us-central-a --source-gcs-bucket-uri=gs://my_bucket --destination-parallelstore-path='/'
arguments:
params:
- arg_name: source-gcs-bucket-uri
api_field: importDataRequest.sourceGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- arg_name: destination-parallelstore-path
api_field: importDataRequest.destinationParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
- arg_name: request-id
api_field: importDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified service account credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_service_account
resource_method_params:
importDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: importDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: importDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: importDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1beta
collection:
- parallelstore.projects.locations.instances
method: importData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,140 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Imports data from Cloud Storage to Parallelstore instance.
description: |
Imports data from Cloud Storage to Parallelstore instance.
examples: |-
To import data from `gs://my-bucket` storage to `my-instance` run:
$ {command} my-instance --location=us-central-a --source-gcs-bucket-uri=gs://my_bucket --destination-parallelstore-path='/'
arguments:
params:
- arg_name: source-gcs-bucket-uri
api_field: importDataRequest.sourceGcsBucket.uri
required: true
repeated: false
help_text: |-
URI to a Cloud Storage bucket in the format:
`gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
optional.
- arg_name: destination-parallelstore-path
api_field: importDataRequest.destinationParallelstore.path
required: false
repeated: false
help_text: |-
Root directory path to the Paralellstore filesystem, starting with `/`.
Defaults to `/` if unset.
- help_text: |-
Name of the resource.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
- arg_name: request-id
api_field: importDataRequest.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 t
he 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).
- arg_name: service-account
help_text: |-
User-specified service account credentials to be used when
performing the transfer.
Use one of the following formats:
* `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
If unspecified, the Parallelstore service agent is used:
`service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
is_positional: false
is_primary_resource: false
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_service_account
resource_method_params:
importDataRequest.serviceAccount: '{__relative_name__}'
required: false
- arg_name: metadata-options-uid
api_field: importDataRequest.metadataOptions.uid
required: false
help_text: |-
The UID preservation behavior.
choices:
- arg_value: uid-skip
enum_value: UID_SKIP
help_text: |-
Do not preserve UID during a transfer job.
- arg_value: uid-number-preserve
enum_value: UID_NUMBER_PRESERVE
help_text: |-
Preserve UID that is in number format during a transfer job.
- arg_name: metadata-options-gid
api_field: importDataRequest.metadataOptions.gid
required: false
help_text: |-
The GID preservation behavior.
choices:
- arg_value: gid-skip
enum_value: GID_SKIP
help_text: |-
Do not preserve GID during a transfer job.
- arg_value: gid-number-preserve
enum_value: GID_NUMBER_PRESERVE
help_text: |-
Preserve GID that is in number format during a transfer job.
- arg_name: metadata-options-mode
api_field: importDataRequest.metadataOptions.mode
required: false
help_text: |-
The mode preservation behavior.
choices:
- arg_value: mode-skip
enum_value: MODE_SKIP
help_text: |-
Do not preserve mode during a transfer job.
- arg_value: mode-preserve
enum_value: MODE_PRESERVE
help_text: |-
Preserve mode during a transfer job.
request:
api_version: v1
collection:
- parallelstore.projects.locations.instances
method: importData
async:
collection:
- parallelstore.projects.locations.operations
extract_resource_result: false

View File

@@ -0,0 +1,58 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: List Parallelstore instances
description: |
List Parallelstore instances.
examples: |-
To list all instances in particular location `us-central1-a` run:
$ {command} --location=us-central1-a
arguments:
params:
- help_text: |-
The project and location for which to retrieve instance information,
in the format `projects/{project_id}/locations/{location}`.
To retrieve instance information for all locations, use "-" as the value of
`{location}`.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location
required: true
request:
api_version: v1alpha
collection:
- parallelstore.projects.locations.instances
response:
id_field: name
output:
format: |-
table(name,
capacityGib:label=Capacity,
description,
createTime,
updateTime,
state,
network,
reserved_ip_range,
accessPoints.join(","))

View File

@@ -0,0 +1,58 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: List Parallelstore instances
description: |
List Parallelstore instances.
examples: |-
To list all instances in particular location `us-central1-a` run:
$ {command} --location=us-central1-a
arguments:
params:
- help_text: |-
The project and location for which to retrieve instance information,
in the format `projects/{project_id}/locations/{location}`.
To retrieve instance information for all locations, use "-" as the value of
`{location}`.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location
required: true
request:
api_version: v1beta
collection:
- parallelstore.projects.locations.instances
response:
id_field: name
output:
format: |-
table(name,
capacityGib:label=Capacity,
description,
createTime,
updateTime,
state,
network,
reserved_ip_range,
accessPoints.join(","))

View File

@@ -0,0 +1,58 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: List Parallelstore instances
description: |
List Parallelstore instances.
examples: |-
To list all instances in particular location `us-central1-a` run:
$ {command} --location=us-central1-a
arguments:
params:
- help_text: |-
The project and location for which to retrieve instance information,
in the format `projects/{project_id}/locations/{location}`.
To retrieve instance information for all locations, use "-" as the value of
`{location}`.
is_positional: false
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location
required: true
request:
api_version: v1
collection:
- parallelstore.projects.locations.instances
response:
id_field: name
output:
format: |-
table(name,
capacityGib:label=Capacity,
description,
createTime,
updateTime,
state,
network,
reserved_ip_range,
accessPoints.join(","))

View File

@@ -0,0 +1,84 @@
# -*- 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
- release_tracks:
- ALPHA
auto_generated: true
hidden: true
help_text:
brief: Updates the parameters of a single Parallelstore instance
description: |
Updates the parameters of a single Parallelstore instance.
examples: |-
To update the description of an instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a --description="<updated description>"
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1alpha_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
clearable: true
spec:
- api_field: key
- api_field: value
- 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 t
he 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: v1alpha
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations
update:
read_modify_update: true

View File

@@ -0,0 +1,84 @@
# -*- 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
- release_tracks:
- BETA
auto_generated: true
hidden: true
help_text:
brief: Updates the parameters of a single Parallelstore instance
description: |
Updates the parameters of a single Parallelstore instance.
examples: |-
To update the description of an instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a --description="<updated description>"
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1beta_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
clearable: true
spec:
- api_field: key
- api_field: value
- 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 t
he 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: v1beta
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations
update:
read_modify_update: true

View File

@@ -0,0 +1,84 @@
# -*- 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
- release_tracks:
- GA
auto_generated: true
hidden: true
help_text:
brief: Updates the parameters of a single Parallelstore instance
description: |
Updates the parameters of a single Parallelstore instance.
examples: |-
To update the description of an instance `my-instance` in location `us-central1-a` run:
$ {command} my-instance --location=us-central1-a --description="<updated description>"
arguments:
params:
- help_text: |-
Identifier. The resource name of the instance, in the format
`projects/{project}/locations/{location}/instances/{instance_id}`.
is_positional: true
is_primary_resource: true
resource_spec: !REF googlecloudsdk.command_lib.parallelstore.v1_resources:project_location_instance
required: true
- arg_name: description
api_field: instance.description
required: false
repeated: false
help_text: |-
The description of the instance. 2048 characters or less.
- arg_name: labels
api_field: instance.labels
required: false
repeated: true
help_text: |-
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies. See
https://cloud.google.com/resource-manager/docs/labels-overview for details.
clearable: true
spec:
- api_field: key
- api_field: value
- 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 t
he 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: v1
collection:
- parallelstore.projects.locations.instances
async:
collection:
- parallelstore.projects.locations.operations
update:
read_modify_update: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true

View File

@@ -0,0 +1,18 @@
# -*- 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
_PARTIALS_: true