Google Cloud Parallelstore V1beta Client - Class TransferType (0.3.1)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class TransferType.

Type of transfer that occurred.

Protobuf type google.cloud.parallelstore.v1beta.TransferType

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRANSFER_TYPE_UNSPECIFIED

Value: 0

Zero is an illegal value.

Generated from protobuf enum TRANSFER_TYPE_UNSPECIFIED = 0;

IMPORT

Value: 1

Imports to Parallelstore.

Generated from protobuf enum IMPORT = 1;

EXPORT

Value: 2

Exports from Parallelstore.

Generated from protobuf enum EXPORT = 2;