Get desktop application:
View/edit binary Protocol Buffers messages
Service describing handlers for resources Configures and manages parallelstore resources. Parallelstore service. The `parallelstore.googleapis.com` service implements the parallelstore API and defines the following resource model for managing instances: * The service works with a collection of cloud projects, named: `/projects/*` * Each project has a collection of available locations, named: `/locations/*` * Each location has a collection of instances named `/instances/*`. * Parallelstore instances are resources of the form: `/projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note that location_id must be a Google Cloud `zone`; for example: * `projects/12345/locations/us-central1-c/instances/my-parallelstore-share`
Lists all instances in a given project and location.
List instances request.
Required. 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}`.
Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Optional. A token identifying a page of results the server should return.
Optional. Filtering results.
Optional. Hint for how to order the results.
Response from [ListInstances][google.cloud.parallelstore.v1beta.Parallelstore.ListInstances].
The list of Parallelstore instances.
A token identifying a page of results the server should return.
Locations that could not be reached.
Gets details of a single instance.
Get an instance's details.
Required. The instance resource name, in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`.
Creates a Parallelstore instance in a given project and location.
Create a new Parallelstore instance.
Required. The instance's project and location, in the format `projects/{project}/locations/{location}`. Locations map to Google Cloud zones; for example, `us-west1-b`.
Required. The name of the Parallelstore instance. * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the customer project / location
Required. The instance to create.
Optional. 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).
Updates the parameters of a single instance.
Update an instance.
Required. Mask of fields to update. Field mask is used to specify the fields to be overwritten in the Instance resource by the update. At least one path must be supplied in this field. The fields specified in the update_mask are relative to the resource, not the full request.
Required. The instance to update.
Optional. 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).
Deletes a single instance.
Delete an instance.
Required. Name of the resource
Optional. 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).
Copies data from Cloud Storage to Parallelstore.
Import data from Cloud Storage into a Parallelstore instance.
The source of the data being imported into the Parallelstore instance.
The Cloud Storage source bucket and, optionally, path inside the bucket.
The Parallelstore instance into which to import data.
Parallelstore destination.
Required. Name of the resource.
Optional. 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).
Optional. 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`
Optional. The transfer metadata options for the import data.
Copies data from Parallelstore to Cloud Storage.
Export data from Parallelstore to Cloud Storage.
The Parallelstore instance to export from.
Parallelstore source.
The Cloud Storage bucket to export to.
Cloud Storage destination.
Required. Name of the resource.
Optional. 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).
Optional. 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`
Optional. The metadata options for the export data.
Represents the deployment type for the instance.
Used in:
Default Deployment Type It is equivalent to SCRATCH
Scratch
Persistent
Cloud Storage as the destination of a data transfer.
Used in:
,Required. URI to a Cloud Storage bucket in the format: `gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is optional.
Parallelstore as the destination of a data transfer.
Used in:
,Optional. Root directory path to the Paralellstore filesystem, starting with `/`. Defaults to `/` if unset.
Represents the striping options for directories.
Used in:
If not set, DirectoryStripeLevel will default to DIRECTORY_STRIPE_LEVEL_MAX
Minimum directory striping
Medium directory striping
Maximum directory striping
Metadata related to the data export operation.
Data transfer operation metadata.
Output only. The time the operation was created.
Output only. The time the operation finished running.
Output only. Server-defined resource path for the target of the operation.
Output only. Name of the verb executed by the operation.
Output only. Human-readable status of the operation, if any.
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
Output only. API version used to start the operation.
The response to a request to export data from Parallelstore.
(message has no fields)
Represents the striping options for files.
Used in:
If not set, FileStripeLevel will default to FILE_STRIPE_LEVEL_BALANCED
Minimum file striping
Medium file striping
Maximum file striping
Metadata related to the data import operation.
Data transfer operation metadata.
Output only. The time the operation was created.
Output only. The time the operation finished running.
Output only. Server-defined resource path for the target of the operation.
Output only. Name of the verb executed by the operation.
Output only. Human-readable status of the operation, if any.
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
Output only. API version used to start the operation.
The response to a request to import data to Parallelstore.
(message has no fields)
A Parallelstore instance.
Used as response type in: Parallelstore.GetInstance
Used as field type in:
, ,Identifier. The resource name of the instance, in the format `projects/{project}/locations/{location}/instances/{instance_id}`.
Optional. The description of the instance. 2048 characters or less.
Output only. The instance state.
Output only. The time when the instance was created.
Output only. The time when the instance was updated.
Optional. 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.
Required. Immutable. The instance's storage capacity in Gibibytes (GiB). Allowed values are between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000, 20000, ...
Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running in the instance.
Output only. A list of IPv4 addresses used for client side configuration.
Optional. Immutable. The name of the Compute Engine [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected.
Optional. Immutable. 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.
Output only. Immutable. The ID of the IP address range being used by the instance's VPC network. This field is populated by the service and contains the value currently used by the service.
Optional. Immutable. 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.
Optional. Immutable. 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.
Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
The possible states of a Parallelstore instance.
Used in:
Not set.
The instance is being created.
The instance is available for use.
The instance is being deleted.
The instance is not usable.
The instance is being upgraded.
The instance is being repaired. This should only be used by instances using the `PERSISTENT` deployment type.
Long-running operation metadata.
Output only. The time the operation was created.
Output only. The time the operation finished running.
Output only. Server-defined resource path for the target of the operation.
Output only. Name of the verb executed by the operation.
Output only. Human-readable status of the operation, if any.
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
Output only. API version used to start the operation.
Cloud Storage as the source of a data transfer.
Used in:
,Required. URI to a Cloud Storage bucket in the format: `gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is optional.
Parallelstore as the source of a data transfer.
Used in:
,Optional. Root directory path to the Paralellstore filesystem, starting with `/`. Defaults to `/` if unset.
A collection of counters that report the progress of a transfer operation.
Used in:
Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
Objects in the data source that are not transferred because they already exist in the data destination.
Bytes in the data source that are not transferred because they already exist in the data destination.
Objects that are copied to the data destination.
Bytes that are copied to the data destination.
Objects that are failed to write to the data destination.
Bytes that are failed to write to the data destination.
An entry describing an error that has occurred.
Used in:
A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
A list of messages that carry the error details.
A summary of errors by error code, plus a count and sample error log entries.
Used in:
One of the error codes that caused the transfer failure.
Count of this type of error.
A list of messages that carry the error details.
Transfer metadata options for the instance.
Used in:
,Optional. The UID preservation behavior.
Optional. The GID preservation behavior.
Optional. The mode preservation behavior.
The GID preservation behavior.
Used in:
default is GID_NUMBER_PRESERVE.
Do not preserve GID during a transfer job.
Preserve GID that is in number format during a transfer job.
The mode preservation behavior.
Used in:
default is MODE_PRESERVE.
Do not preserve mode during a transfer job.
Preserve mode during a transfer job.
The UID perservation behavior.
Used in:
default is UID_NUMBER_PRESERVE.
Do not preserve UID during a transfer job.
Preserve UID that is in number format during a transfer job.
Long-running operation metadata related to a data transfer.
Used in:
,The source of transfer operation.
Output only. Parallelstore source.
Output only. Cloud Storage source.
The destination of transfer operation.
Output only. Cloud Storage destination.
Output only. Parallelstore destination.
Output only. The progress of the transfer operation.
Output only. The type of transfer occurring.
Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
Type of transfer that occurred.
Used in:
Zero is an illegal value.
Imports to Parallelstore.
Exports from Parallelstore.