Module model

Module model 

Source
Expand description

The messages and enums that are part of this client library.

Modules§

export_data_request
Defines additional types related to ExportDataRequest.
import_data_request
Defines additional types related to ImportDataRequest.
instance
Defines additional types related to Instance.
transfer_operation_metadata
Defines additional types related to TransferOperationMetadata.

Structs§

CreateInstanceRequest
Create a new Parallelstore instance.
DeleteInstanceRequest
Delete an instance.
DestinationGcsBucket
Cloud Storage as the destination of a data transfer.
DestinationParallelstore
Parallelstore as the destination of a data transfer.
ExportDataMetadata
Metadata related to the data export operation.
ExportDataRequest
Export data from Parallelstore to Cloud Storage.
ExportDataResponse
The response to a request to export data from Parallelstore.
GetInstanceRequest
Get an instance’s details.
ImportDataMetadata
Metadata related to the data import operation.
ImportDataRequest
Import data from Cloud Storage into a Parallelstore instance.
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.
UpdateInstanceRequest
Update an instance.

Enums§

DeploymentType
Represents the deployment type for the instance.
DirectoryStripeLevel
Represents the striping options for directories.
FileStripeLevel
Represents the striping options for files.
TransferType
Type of transfer that occurred.