Interface TransferOperationMetadataOrBuilder (0.7.0)

public interface TransferOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCounters()

public abstract TransferCounters getCounters()

Output only. Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TransferCounters

The counters.

getCountersOrBuilder()

public abstract TransferCountersOrBuilder getCountersOrBuilder()

Output only. Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TransferCountersOrBuilder

getDestinationCase()

public abstract TransferOperationMetadata.DestinationCase getDestinationCase()
Returns
Type Description
TransferOperationMetadata.DestinationCase

getDestinationGcsBucket()

public abstract DestinationGcsBucket getDestinationGcsBucket()

Output only. Cloud Storage destination.

.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationGcsBucket

The destinationGcsBucket.

getDestinationGcsBucketOrBuilder()

public abstract DestinationGcsBucketOrBuilder getDestinationGcsBucketOrBuilder()

Output only. Cloud Storage destination.

.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationGcsBucketOrBuilder

getDestinationParallelstore()

public abstract DestinationParallelstore getDestinationParallelstore()

Output only. Parallelstore destination.

.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationParallelstore

The destinationParallelstore.

getDestinationParallelstoreOrBuilder()

public abstract DestinationParallelstoreOrBuilder getDestinationParallelstoreOrBuilder()

Output only. Parallelstore destination.

.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationParallelstoreOrBuilder

getSourceCase()

public abstract TransferOperationMetadata.SourceCase getSourceCase()
Returns
Type Description
TransferOperationMetadata.SourceCase

getSourceGcsBucket()

public abstract SourceGcsBucket getSourceGcsBucket()

Output only. Cloud Storage source.

.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceGcsBucket

The sourceGcsBucket.

getSourceGcsBucketOrBuilder()

public abstract SourceGcsBucketOrBuilder getSourceGcsBucketOrBuilder()

Output only. Cloud Storage source.

.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceGcsBucketOrBuilder

getSourceParallelstore()

public abstract SourceParallelstore getSourceParallelstore()

Output only. Parallelstore source.

.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceParallelstore

The sourceParallelstore.

getSourceParallelstoreOrBuilder()

public abstract SourceParallelstoreOrBuilder getSourceParallelstoreOrBuilder()

Output only. Parallelstore source.

.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceParallelstoreOrBuilder

getTransferType()

public abstract TransferType getTransferType()

Output only. The type of transfer occurring.

.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TransferType

The transferType.

getTransferTypeValue()

public abstract int getTransferTypeValue()

Output only. The type of transfer occurring.

.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for transferType.

hasCounters()

public abstract boolean hasCounters()

Output only. Information about the progress of the transfer operation.

.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the counters field is set.

hasDestinationGcsBucket()

public abstract boolean hasDestinationGcsBucket()

Output only. Cloud Storage destination.

.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the destinationGcsBucket field is set.

hasDestinationParallelstore()

public abstract boolean hasDestinationParallelstore()

Output only. Parallelstore destination.

.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the destinationParallelstore field is set.

hasSourceGcsBucket()

public abstract boolean hasSourceGcsBucket()

Output only. Cloud Storage source.

.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the sourceGcsBucket field is set.

hasSourceParallelstore()

public abstract boolean hasSourceParallelstore()

Output only. Parallelstore source.

.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the sourceParallelstore field is set.