public interface TransferOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCounters()
public abstract TransferCounters getCounters()Output only. 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. 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 | |
getErrorSummary(int index)
public abstract TransferErrorSummary getErrorSummary(int index)Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
 
 repeated .google.cloud.parallelstore.v1beta.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| TransferErrorSummary | |
getErrorSummaryCount()
public abstract int getErrorSummaryCount()Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
 
 repeated .google.cloud.parallelstore.v1beta.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getErrorSummaryList()
public abstract List<TransferErrorSummary> getErrorSummaryList()Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
 
 repeated .google.cloud.parallelstore.v1beta.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<TransferErrorSummary> | |
getErrorSummaryOrBuilder(int index)
public abstract TransferErrorSummaryOrBuilder getErrorSummaryOrBuilder(int index)Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
 
 repeated .google.cloud.parallelstore.v1beta.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| TransferErrorSummaryOrBuilder | |
getErrorSummaryOrBuilderList()
public abstract List<? extends TransferErrorSummaryOrBuilder> getErrorSummaryOrBuilderList()Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.
 
 repeated .google.cloud.parallelstore.v1beta.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.parallelstore.v1beta.TransferErrorSummaryOrBuilder> | |
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. 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. |