Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class TransferType.
Type of transfer that occurred.
Protobuf type google.cloud.parallelstore.v1.TransferType
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSFER_TYPE_UNSPECIFIED
Value: 0Zero is an illegal value.
Generated from protobuf enum TRANSFER_TYPE_UNSPECIFIED = 0;
IMPORT
Value: 1Imports to Parallelstore.
Generated from protobuf enum IMPORT = 1;
EXPORT
Value: 2Exports from Parallelstore.
Generated from protobuf enum EXPORT = 2;