Interface TransferOperationMetadataOrBuilder (0.6.0)

public interface TransferOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCounters()

public abstract TransferCounters getCounters()

Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;

Returns
Type Description
TransferCounters

The counters.

getCountersOrBuilder()

public abstract TransferCountersOrBuilder getCountersOrBuilder()

Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;

Returns
Type Description
TransferCountersOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. CCFE supplied fields BEGIN The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. CCFE supplied fields BEGIN The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDestination()

public abstract String getDestination()

Required. The destination of the data transfer.

string destination = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The destination.

getDestinationBytes()

public abstract ByteString getDestinationBytes()

Required. The destination of the data transfer.

string destination = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for destination.

getEndTime()

public abstract Timestamp getEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getSource()

public abstract String getSource()

Required. The origin of the data transfer.

string source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Required. The origin of the data transfer.

string source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for source.

getTransferType()

public abstract TransferType getTransferType()

The type of transfer occurring.

.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;

Returns
Type Description
TransferType

The transferType.

getTransferTypeValue()

public abstract int getTransferTypeValue()

The type of transfer occurring.

.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;

Returns
Type Description
int

The enum numeric value on the wire for transferType.

hasCounters()

public abstract boolean hasCounters()

Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;

Returns
Type Description
boolean

Whether the counters field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. CCFE supplied fields BEGIN The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.