Package types (0.3.0)

API documentation for parallelstore_v1.types package.

Classes

CreateInstanceRequest

Create a new Parallelstore instance.

DeleteInstanceRequest

Delete an instance.

DeploymentType

Represents the deployment type for the instance.

DestinationGcsBucket

Cloud Storage as the destination of a data transfer.

DestinationParallelstore

Parallelstore as the destination of a data transfer.

DirectoryStripeLevel

Represents the striping options for directories.

ExportDataMetadata

Metadata related to the data export operation.

ExportDataRequest

Export data from Parallelstore to Cloud Storage.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

ExportDataResponse

The response to a request to export data from Parallelstore.

FileStripeLevel

Represents the striping options for files.

GetInstanceRequest

Get an instance's details.

ImportDataMetadata

Metadata related to the data import operation.

ImportDataRequest

Import data from Cloud Storage into a Parallelstore instance.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

ImportDataResponse

The response to a request to import data to Parallelstore.

Instance

A Parallelstore instance.

ListInstancesRequest

List instances request.

ListInstancesResponse

Response from ListInstances.

OperationMetadata

Long-running operation metadata.

SourceGcsBucket

Cloud Storage as the source of a data transfer.

SourceParallelstore

Parallelstore as the source of a data transfer.

TransferCounters

A collection of counters that report the progress of a transfer operation.

TransferErrorLogEntry

An entry describing an error that has occurred.

TransferErrorSummary

A summary of errors by error code, plus a count and sample error log entries.

TransferOperationMetadata

Long-running operation metadata related to a data transfer.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

TransferType

Type of transfer that occurred.

UpdateInstanceRequest

Update an instance.