Class TransferOperationMetadata.Builder (0.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass TransferOperationMetadata.BuilderextendsGeneratedMessageV3.Builder<TransferOperationMetadata.Builder>implementsTransferOperationMetadataOrBuilderLong-running operation metadata related to a data transfer.
Protobuf type google.cloud.parallelstore.v1beta.TransferOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferOperationMetadata.BuilderImplements
TransferOperationMetadataOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllErrorSummary(Iterable<? extends TransferErrorSummary> values)
publicTransferOperationMetadata.BuilderaddAllErrorSummary(Iterable<?extendsTransferErrorSummary>values)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 |
values |
Iterable<? extends com.google.cloud.parallelstore.v1beta.TransferErrorSummary> |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
addErrorSummary(TransferErrorSummary value)
publicTransferOperationMetadata.BuilderaddErrorSummary(TransferErrorSummaryvalue)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 |
value |
TransferErrorSummary |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
addErrorSummary(TransferErrorSummary.Builder builderForValue)
publicTransferOperationMetadata.BuilderaddErrorSummary(TransferErrorSummary.BuilderbuilderForValue)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 |
builderForValue |
TransferErrorSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
addErrorSummary(int index, TransferErrorSummary value)
publicTransferOperationMetadata.BuilderaddErrorSummary(intindex,TransferErrorSummaryvalue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
TransferErrorSummary |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
addErrorSummary(int index, TransferErrorSummary.Builder builderForValue)
publicTransferOperationMetadata.BuilderaddErrorSummary(intindex,TransferErrorSummary.BuilderbuilderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
TransferErrorSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
addErrorSummaryBuilder()
publicTransferErrorSummary.BuilderaddErrorSummaryBuilder()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 |
TransferErrorSummary.Builder |
|
addErrorSummaryBuilder(int index)
publicTransferErrorSummary.BuilderaddErrorSummaryBuilder(intindex)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.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicTransferOperationMetadata.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
build()
publicTransferOperationMetadatabuild()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata |
|
buildPartial()
publicTransferOperationMetadatabuildPartial()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata |
|
clear()
publicTransferOperationMetadata.Builderclear()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearCounters()
publicTransferOperationMetadata.BuilderclearCounters()Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearDestination()
publicTransferOperationMetadata.BuilderclearDestination()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearDestinationGcsBucket()
publicTransferOperationMetadata.BuilderclearDestinationGcsBucket()Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearDestinationParallelstore()
publicTransferOperationMetadata.BuilderclearDestinationParallelstore()Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearErrorSummary()
publicTransferOperationMetadata.BuilderclearErrorSummary()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 |
TransferOperationMetadata.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicTransferOperationMetadata.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicTransferOperationMetadata.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearSource()
publicTransferOperationMetadata.BuilderclearSource()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearSourceGcsBucket()
publicTransferOperationMetadata.BuilderclearSourceGcsBucket()Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearSourceParallelstore()
publicTransferOperationMetadata.BuilderclearSourceParallelstore()Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
clearTransferType()
publicTransferOperationMetadata.BuilderclearTransferType()Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
This builder for chaining. |
clone()
publicTransferOperationMetadata.Builderclone()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
getCounters()
publicTransferCountersgetCounters()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. |
getCountersBuilder()
publicTransferCounters.BuildergetCountersBuilder()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.Builder |
|
getCountersOrBuilder()
publicTransferCountersOrBuildergetCountersOrBuilder()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 |
|
getDefaultInstanceForType()
publicTransferOperationMetadatagetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDestinationCase()
publicTransferOperationMetadata.DestinationCasegetDestinationCase()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.DestinationCase |
|
getDestinationGcsBucket()
publicDestinationGcsBucketgetDestinationGcsBucket()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. |
getDestinationGcsBucketBuilder()
publicDestinationGcsBucket.BuildergetDestinationGcsBucketBuilder()Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DestinationGcsBucket.Builder |
|
getDestinationGcsBucketOrBuilder()
publicDestinationGcsBucketOrBuildergetDestinationGcsBucketOrBuilder()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()
publicDestinationParallelstoregetDestinationParallelstore()Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DestinationParallelstore |
The destinationParallelstore. |
getDestinationParallelstoreBuilder()
publicDestinationParallelstore.BuildergetDestinationParallelstoreBuilder()Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DestinationParallelstore.Builder |
|
getDestinationParallelstoreOrBuilder()
publicDestinationParallelstoreOrBuildergetDestinationParallelstoreOrBuilder()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)
publicTransferErrorSummarygetErrorSummary(intindex)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 |
|
getErrorSummaryBuilder(int index)
publicTransferErrorSummary.BuildergetErrorSummaryBuilder(intindex)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.Builder |
|
getErrorSummaryBuilderList()
publicList<TransferErrorSummary.Builder>getErrorSummaryBuilderList()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<Builder> |
|
getErrorSummaryCount()
publicintgetErrorSummaryCount()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()
publicList<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)
publicTransferErrorSummaryOrBuildergetErrorSummaryOrBuilder(intindex)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()
publicList<?extendsTransferErrorSummaryOrBuilder>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()
publicTransferOperationMetadata.SourceCasegetSourceCase()| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.SourceCase |
|
getSourceGcsBucket()
publicSourceGcsBucketgetSourceGcsBucket()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. |
getSourceGcsBucketBuilder()
publicSourceGcsBucket.BuildergetSourceGcsBucketBuilder()Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceGcsBucket.Builder |
|
getSourceGcsBucketOrBuilder()
publicSourceGcsBucketOrBuildergetSourceGcsBucketOrBuilder()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()
publicSourceParallelstoregetSourceParallelstore()Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceParallelstore |
The sourceParallelstore. |
getSourceParallelstoreBuilder()
publicSourceParallelstore.BuildergetSourceParallelstoreBuilder()Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceParallelstore.Builder |
|
getSourceParallelstoreOrBuilder()
publicSourceParallelstoreOrBuildergetSourceParallelstoreOrBuilder()Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceParallelstoreOrBuilder |
|
getTransferType()
publicTransferTypegetTransferType()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()
publicintgetTransferTypeValue()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()
publicbooleanhasCounters()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()
publicbooleanhasDestinationGcsBucket()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()
publicbooleanhasDestinationParallelstore()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()
publicbooleanhasSourceGcsBucket()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()
publicbooleanhasSourceParallelstore()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. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCounters(TransferCounters value)
publicTransferOperationMetadata.BuildermergeCounters(TransferCountersvalue)Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferCounters |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeDestinationGcsBucket(DestinationGcsBucket value)
publicTransferOperationMetadata.BuildermergeDestinationGcsBucket(DestinationGcsBucketvalue)Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationGcsBucket |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeDestinationParallelstore(DestinationParallelstore value)
publicTransferOperationMetadata.BuildermergeDestinationParallelstore(DestinationParallelstorevalue)Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationParallelstore |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeFrom(TransferOperationMetadata other)
publicTransferOperationMetadata.BuildermergeFrom(TransferOperationMetadataother)| Parameter | |
|---|---|
| Name | Description |
other |
TransferOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicTransferOperationMetadata.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicTransferOperationMetadata.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeSourceGcsBucket(SourceGcsBucket value)
publicTransferOperationMetadata.BuildermergeSourceGcsBucket(SourceGcsBucketvalue)Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
SourceGcsBucket |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeSourceParallelstore(SourceParallelstore value)
publicTransferOperationMetadata.BuildermergeSourceParallelstore(SourceParallelstorevalue)Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
SourceParallelstore |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalTransferOperationMetadata.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
removeErrorSummary(int index)
publicTransferOperationMetadata.BuilderremoveErrorSummary(intindex)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 |
TransferOperationMetadata.Builder |
|
setCounters(TransferCounters value)
publicTransferOperationMetadata.BuildersetCounters(TransferCountersvalue)Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferCounters |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setCounters(TransferCounters.Builder builderForValue)
publicTransferOperationMetadata.BuildersetCounters(TransferCounters.BuilderbuilderForValue)Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TransferCounters.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setDestinationGcsBucket(DestinationGcsBucket value)
publicTransferOperationMetadata.BuildersetDestinationGcsBucket(DestinationGcsBucketvalue)Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationGcsBucket |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setDestinationGcsBucket(DestinationGcsBucket.Builder builderForValue)
publicTransferOperationMetadata.BuildersetDestinationGcsBucket(DestinationGcsBucket.BuilderbuilderForValue)Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DestinationGcsBucket.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setDestinationParallelstore(DestinationParallelstore value)
publicTransferOperationMetadata.BuildersetDestinationParallelstore(DestinationParallelstorevalue)Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DestinationParallelstore |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setDestinationParallelstore(DestinationParallelstore.Builder builderForValue)
publicTransferOperationMetadata.BuildersetDestinationParallelstore(DestinationParallelstore.BuilderbuilderForValue)Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DestinationParallelstore.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setErrorSummary(int index, TransferErrorSummary value)
publicTransferOperationMetadata.BuildersetErrorSummary(intindex,TransferErrorSummaryvalue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
TransferErrorSummary |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setErrorSummary(int index, TransferErrorSummary.Builder builderForValue)
publicTransferOperationMetadata.BuildersetErrorSummary(intindex,TransferErrorSummary.BuilderbuilderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
TransferErrorSummary.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicTransferOperationMetadata.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicTransferOperationMetadata.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setSourceGcsBucket(SourceGcsBucket value)
publicTransferOperationMetadata.BuildersetSourceGcsBucket(SourceGcsBucketvalue)Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
SourceGcsBucket |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setSourceGcsBucket(SourceGcsBucket.Builder builderForValue)
publicTransferOperationMetadata.BuildersetSourceGcsBucket(SourceGcsBucket.BuilderbuilderForValue)Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SourceGcsBucket.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setSourceParallelstore(SourceParallelstore value)
publicTransferOperationMetadata.BuildersetSourceParallelstore(SourceParallelstorevalue)Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
SourceParallelstore |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setSourceParallelstore(SourceParallelstore.Builder builderForValue)
publicTransferOperationMetadata.BuildersetSourceParallelstore(SourceParallelstore.BuilderbuilderForValue)Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SourceParallelstore.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|
setTransferType(TransferType value)
publicTransferOperationMetadata.BuildersetTransferType(TransferTypevalue)Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.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)
publicTransferOperationMetadata.BuildersetTransferTypeValue(intvalue)Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.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)
publicfinalTransferOperationMetadata.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TransferOperationMetadata.Builder |
|