public static final class TransferOperationMetadata.Builder extends GeneratedMessageV3.Builder<TransferOperationMetadata.Builder> implements TransferOperationMetadataOrBuilder
Represents the metadata of the long-running transfer operation.
Protobuf type google.cloud.lustre.v1.TransferOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferOperationMetadata.BuilderImplements
TransferOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllErrorSummaries(Iterable<? extends ErrorSummary> values)
public TransferOperationMetadata.Builder addAllErrorSummaries(Iterable<? extends ErrorSummary> values)
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 |
values |
Iterable<? extends com.google.cloud.lustre.v1.ErrorSummary> |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
addErrorSummaries(ErrorSummary value)
public TransferOperationMetadata.Builder addErrorSummaries(ErrorSummary value)
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 |
value |
ErrorSummary |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
addErrorSummaries(ErrorSummary.Builder builderForValue)
public TransferOperationMetadata.Builder addErrorSummaries(ErrorSummary.Builder builderForValue)
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 |
builderForValue |
ErrorSummary.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
addErrorSummaries(int index, ErrorSummary value)
public TransferOperationMetadata.Builder addErrorSummaries(int index, ErrorSummary value)
Output only. Error summary about the transfer operation
repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ErrorSummary |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
addErrorSummaries(int index, ErrorSummary.Builder builderForValue)
public TransferOperationMetadata.Builder addErrorSummaries(int index, ErrorSummary.Builder builderForValue)
Output only. Error summary about the transfer operation
repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ErrorSummary.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
addErrorSummariesBuilder()
public ErrorSummary.Builder addErrorSummariesBuilder()
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 |
ErrorSummary.Builder |
addErrorSummariesBuilder(int index)
public ErrorSummary.Builder addErrorSummariesBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
build()
public TransferOperationMetadata build()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata |
buildPartial()
public TransferOperationMetadata buildPartial()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata |
clear()
public TransferOperationMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearCounters()
public TransferOperationMetadata.Builder clearCounters()
Output only. The progress of the transfer operation.
.google.cloud.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearDestination()
public TransferOperationMetadata.Builder clearDestination()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearDestinationGcsPath()
public TransferOperationMetadata.Builder clearDestinationGcsPath()
Output only. Cloud Storage destination.
.google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearDestinationLustrePath()
public TransferOperationMetadata.Builder clearDestinationLustrePath()
Output only. Lustre destination.
.google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearErrorSummaries()
public TransferOperationMetadata.Builder clearErrorSummaries()
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 |
TransferOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public TransferOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearSource()
public TransferOperationMetadata.Builder clearSource()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearSourceGcsPath()
public TransferOperationMetadata.Builder clearSourceGcsPath()
Output only. Cloud Storage source.
.google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearSourceLustrePath()
public TransferOperationMetadata.Builder clearSourceLustrePath()
Output only. Lustre source.
.google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
clearTransferType()
public TransferOperationMetadata.Builder clearTransferType()
Output only. The type of transfer occurring.
.google.cloud.lustre.v1.TransferType transfer_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
This builder for chaining. |
clone()
public TransferOperationMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
getCounters()
public 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. |
getCountersBuilder()
public TransferCounters.Builder getCountersBuilder()
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.Builder |
getCountersOrBuilder()
public 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 |
getDefaultInstanceForType()
public TransferOperationMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDestinationCase()
public TransferOperationMetadata.DestinationCase getDestinationCase()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.DestinationCase |
getDestinationGcsPath()
public 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. |
getDestinationGcsPathBuilder()
public GcsPath.Builder getDestinationGcsPathBuilder()
Output only. Cloud Storage destination.
.google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
GcsPath.Builder |
getDestinationGcsPathOrBuilder()
public 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 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. |
getDestinationLustrePathBuilder()
public LustrePath.Builder getDestinationLustrePathBuilder()
Output only. Lustre destination.
.google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
LustrePath.Builder |
getDestinationLustrePathOrBuilder()
public 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 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 |
getErrorSummariesBuilder(int index)
public ErrorSummary.Builder getErrorSummariesBuilder(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.Builder |
getErrorSummariesBuilderList()
public List<ErrorSummary.Builder> getErrorSummariesBuilderList()
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<Builder> |
getErrorSummariesCount()
public 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 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 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 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 TransferOperationMetadata.SourceCase getSourceCase()
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.SourceCase |
getSourceGcsPath()
public 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. |
getSourceGcsPathBuilder()
public GcsPath.Builder getSourceGcsPathBuilder()
Output only. Cloud Storage source.
.google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
GcsPath.Builder |
getSourceGcsPathOrBuilder()
public 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 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. |
getSourceLustrePathBuilder()
public LustrePath.Builder getSourceLustrePathBuilder()
Output only. Lustre source.
.google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
LustrePath.Builder |
getSourceLustrePathOrBuilder()
public 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 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCounters(TransferCounters value)
public TransferOperationMetadata.Builder mergeCounters(TransferCounters value)
Output only. The progress of the transfer operation.
.google.cloud.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
TransferCounters |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeDestinationGcsPath(GcsPath value)
public TransferOperationMetadata.Builder mergeDestinationGcsPath(GcsPath value)
Output only. Cloud Storage destination.
.google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
GcsPath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeDestinationLustrePath(LustrePath value)
public TransferOperationMetadata.Builder mergeDestinationLustrePath(LustrePath value)
Output only. Lustre destination.
.google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
LustrePath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeFrom(TransferOperationMetadata other)
public TransferOperationMetadata.Builder mergeFrom(TransferOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TransferOperationMetadata |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TransferOperationMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeSourceGcsPath(GcsPath value)
public TransferOperationMetadata.Builder mergeSourceGcsPath(GcsPath value)
Output only. Cloud Storage source.
.google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
GcsPath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeSourceLustrePath(LustrePath value)
public TransferOperationMetadata.Builder mergeSourceLustrePath(LustrePath value)
Output only. Lustre source.
.google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
LustrePath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
removeErrorSummaries(int index)
public TransferOperationMetadata.Builder removeErrorSummaries(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 |
TransferOperationMetadata.Builder |
setCounters(TransferCounters value)
public TransferOperationMetadata.Builder setCounters(TransferCounters value)
Output only. The progress of the transfer operation.
.google.cloud.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
TransferCounters |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setCounters(TransferCounters.Builder builderForValue)
public TransferOperationMetadata.Builder setCounters(TransferCounters.Builder builderForValue)
Output only. The progress of the transfer operation.
.google.cloud.lustre.v1.TransferCounters counters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
TransferCounters.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setDestinationGcsPath(GcsPath value)
public TransferOperationMetadata.Builder setDestinationGcsPath(GcsPath value)
Output only. Cloud Storage destination.
.google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
GcsPath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setDestinationGcsPath(GcsPath.Builder builderForValue)
public TransferOperationMetadata.Builder setDestinationGcsPath(GcsPath.Builder builderForValue)
Output only. Cloud Storage destination.
.google.cloud.lustre.v1.GcsPath destination_gcs_path = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
GcsPath.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setDestinationLustrePath(LustrePath value)
public TransferOperationMetadata.Builder setDestinationLustrePath(LustrePath value)
Output only. Lustre destination.
.google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
LustrePath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setDestinationLustrePath(LustrePath.Builder builderForValue)
public TransferOperationMetadata.Builder setDestinationLustrePath(LustrePath.Builder builderForValue)
Output only. Lustre destination.
.google.cloud.lustre.v1.LustrePath destination_lustre_path = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
LustrePath.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setErrorSummaries(int index, ErrorSummary value)
public TransferOperationMetadata.Builder setErrorSummaries(int index, ErrorSummary value)
Output only. Error summary about the transfer operation
repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ErrorSummary |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setErrorSummaries(int index, ErrorSummary.Builder builderForValue)
public TransferOperationMetadata.Builder setErrorSummaries(int index, ErrorSummary.Builder builderForValue)
Output only. Error summary about the transfer operation
repeated .google.cloud.lustre.v1.ErrorSummary error_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ErrorSummary.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TransferOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setSourceGcsPath(GcsPath value)
public TransferOperationMetadata.Builder setSourceGcsPath(GcsPath value)
Output only. Cloud Storage source.
.google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
GcsPath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setSourceGcsPath(GcsPath.Builder builderForValue)
public TransferOperationMetadata.Builder setSourceGcsPath(GcsPath.Builder builderForValue)
Output only. Cloud Storage source.
.google.cloud.lustre.v1.GcsPath source_gcs_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
GcsPath.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setSourceLustrePath(LustrePath value)
public TransferOperationMetadata.Builder setSourceLustrePath(LustrePath value)
Output only. Lustre source.
.google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
LustrePath |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setSourceLustrePath(LustrePath.Builder builderForValue)
public TransferOperationMetadata.Builder setSourceLustrePath(LustrePath.Builder builderForValue)
Output only. Lustre source.
.google.cloud.lustre.v1.LustrePath source_lustre_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
LustrePath.Builder |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
setTransferType(TransferType value)
public TransferOperationMetadata.Builder setTransferType(TransferType value)
Output only. The type of transfer occurring.
.google.cloud.lustre.v1.TransferType transfer_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
TransferType The transferType to set. |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
This builder for chaining. |
setTransferTypeValue(int value)
public TransferOperationMetadata.Builder setTransferTypeValue(int value)
Output only. The type of transfer occurring.
.google.cloud.lustre.v1.TransferType transfer_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for transferType to set. |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransferOperationMetadata.Builder |