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§
- Create
Instance Request - Create a new Parallelstore instance.
- Delete
Instance Request - Delete an instance.
- Destination
GcsBucket - Cloud Storage as the destination of a data transfer.
- Destination
Parallelstore - Parallelstore as the destination of a data transfer.
- Export
Data Metadata - Metadata related to the data export operation.
- Export
Data Request - Export data from Parallelstore to Cloud Storage.
- Export
Data Response - The response to a request to export data from Parallelstore.
- GetInstance
Request - Get an instance’s details.
- Import
Data Metadata - Metadata related to the data import operation.
- Import
Data Request - Import data from Cloud Storage into a Parallelstore instance.
- Import
Data Response - The response to a request to import data to Parallelstore.
- Instance
- A Parallelstore instance.
- List
Instances Request - List instances request.
- List
Instances Response - Response from ListInstances.
- Operation
Metadata - Long-running operation metadata.
- Source
GcsBucket - Cloud Storage as the source of a data transfer.
- Source
Parallelstore - Parallelstore as the source of a data transfer.
- Transfer
Counters - A collection of counters that report the progress of a transfer operation.
- Transfer
Error LogEntry - An entry describing an error that has occurred.
- Transfer
Error Summary - A summary of errors by error code, plus a count and sample error log entries.
- Transfer
Operation Metadata - Long-running operation metadata related to a data transfer.
- Update
Instance Request - Update an instance.
Enums§
- Deployment
Type - Represents the deployment type for the instance.
- Directory
Stripe Level - Represents the striping options for directories.
- File
Stripe Level - Represents the striping options for files.
- Transfer
Type - Type of transfer that occurred.