public interface TransferOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCounters()
public abstract TransferCounters getCounters()Output only. The progress of the transfer operation.
 
 .google.cloud.lustre.v1.TransferCounters counters = 1 [(.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.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TransferCountersOrBuilder | |
getDestinationCase()
public abstract TransferOperationMetadata.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description | 
| TransferOperationMetadata.DestinationCase | |
getDestinationGcsPath()
public abstract GcsPath getDestinationGcsPath()Output only. Cloud Storage destination.
 
 .google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| GcsPath | The destinationGcsPath. | 
getDestinationGcsPathOrBuilder()
public abstract GcsPathOrBuilder getDestinationGcsPathOrBuilder()Output only. Cloud Storage destination.
 
 .google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| GcsPathOrBuilder | |
getDestinationLustrePath()
public abstract LustrePath getDestinationLustrePath()Output only. Lustre destination.
 
 .google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| LustrePath | The destinationLustrePath. | 
getDestinationLustrePathOrBuilder()
public abstract LustrePathOrBuilder getDestinationLustrePathOrBuilder()Output only. Lustre destination.
 
 .google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| LustrePathOrBuilder | |
getErrorSummaries(int index)
public abstract ErrorSummary getErrorSummaries(int index)Output only. Error summary about the transfer operation
 
 repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ErrorSummary | |
getErrorSummariesCount()
public abstract int getErrorSummariesCount()Output only. Error summary about the transfer operation
 
 repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getErrorSummariesList()
public abstract List<ErrorSummary> getErrorSummariesList()Output only. Error summary about the transfer operation
 
 repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ErrorSummary> | |
getErrorSummariesOrBuilder(int index)
public abstract ErrorSummaryOrBuilder getErrorSummariesOrBuilder(int index)Output only. Error summary about the transfer operation
 
 repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ErrorSummaryOrBuilder | |
getErrorSummariesOrBuilderList()
public abstract List<? extends ErrorSummaryOrBuilder> getErrorSummariesOrBuilderList()Output only. Error summary about the transfer operation
 
 repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.lustre.v1.ErrorSummaryOrBuilder> | |
getSourceCase()
public abstract TransferOperationMetadata.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description | 
| TransferOperationMetadata.SourceCase | |
getSourceGcsPath()
public abstract GcsPath getSourceGcsPath()Output only. Cloud Storage source.
 
 .google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| GcsPath | The sourceGcsPath. | 
getSourceGcsPathOrBuilder()
public abstract GcsPathOrBuilder getSourceGcsPathOrBuilder()Output only. Cloud Storage source.
 
 .google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| GcsPathOrBuilder | |
getSourceLustrePath()
public abstract LustrePath getSourceLustrePath()Output only. Lustre source.
 
 .google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| LustrePath | The sourceLustrePath. | 
getSourceLustrePathOrBuilder()
public abstract LustrePathOrBuilder getSourceLustrePathOrBuilder()Output only. Lustre source.
 
 .google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| LustrePathOrBuilder | |
getTransferType()
public abstract TransferType getTransferType()Output only. The type of transfer occurring.
 
 .google.cloud.lustre.v1.TransferType transfer_type = 2 [(.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.lustre.v1.TransferType transfer_type = 2 [(.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.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the counters field is set. | 
hasDestinationGcsPath()
public abstract boolean hasDestinationGcsPath()Output only. Cloud Storage destination.
 
 .google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the destinationGcsPath field is set. | 
hasDestinationLustrePath()
public abstract boolean hasDestinationLustrePath()Output only. Lustre destination.
 
 .google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the destinationLustrePath field is set. | 
hasSourceGcsPath()
public abstract boolean hasSourceGcsPath()Output only. Cloud Storage source.
 
 .google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the sourceGcsPath field is set. | 
hasSourceLustrePath()
public abstract boolean hasSourceLustrePath()Output only. Lustre source.
 
 .google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the sourceLustrePath field is set. |