public enum TransferType extends Enum<TransferType> implements ProtocolMessageEnum
Type of transfer that occurred.
Protobuf enum google.cloud.parallelstore.v1.TransferType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXPORT |
Exports from Parallelstore. |
EXPORT_VALUE |
Exports from Parallelstore. |
IMPORT |
Imports to Parallelstore. |
IMPORT_VALUE |
Imports to Parallelstore. |
TRANSFER_TYPE_UNSPECIFIED |
Zero is an illegal value. |
TRANSFER_TYPE_UNSPECIFIED_VALUE |
Zero is an illegal value. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |