publicfinalclass TransferOperationMetadataextendsGeneratedMessageV3implementsTransferOperationMetadataOrBuilder
Long-running operation metadata related to a data transfer.
Protobuf type google.cloud.parallelstore.v1.TransferOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
publicstaticfinalintCOUNTERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintDESTINATION_GCS_BUCKET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintDESTINATION_PARALLELSTORE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintERROR_SUMMARY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSOURCE_GCS_BUCKET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSOURCE_PARALLELSTORE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTRANSFER_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticTransferOperationMetadatagetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticTransferOperationMetadata.BuildernewBuilder()
publicstaticTransferOperationMetadata.BuildernewBuilder(TransferOperationMetadataprototype)
publicstaticTransferOperationMetadataparseDelimitedFrom(InputStreaminput)
publicstaticTransferOperationMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticTransferOperationMetadataparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticTransferOperationMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticTransferOperationMetadataparseFrom(ByteStringdata)
publicstaticTransferOperationMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticTransferOperationMetadataparseFrom(CodedInputStreaminput)
publicstaticTransferOperationMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticTransferOperationMetadataparseFrom(InputStreaminput)
publicstaticTransferOperationMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticTransferOperationMetadataparseFrom(ByteBufferdata)
publicstaticTransferOperationMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<TransferOperationMetadata>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicTransferCountersgetCounters()
Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicTransferCountersOrBuildergetCountersOrBuilder()
Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicTransferOperationMetadatagetDefaultInstanceForType()
publicTransferOperationMetadata.DestinationCasegetDestinationCase()
publicDestinationGcsBucketgetDestinationGcsBucket()
Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicDestinationGcsBucketOrBuildergetDestinationGcsBucketOrBuilder()
Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicDestinationParallelstoregetDestinationParallelstore()
Output only. Parallelstore destination.
.google.cloud.parallelstore.v1.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicDestinationParallelstoreOrBuildergetDestinationParallelstoreOrBuilder()
Output only. Parallelstore destination.
.google.cloud.parallelstore.v1.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.parallelstore.v1.TransferErrorSummaryOrBuilder> |
publicParser<TransferOperationMetadata>getParserForType()
Overrides
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicTransferOperationMetadata.SourceCasegetSourceCase()
publicSourceGcsBucketgetSourceGcsBucket()
Output only. Cloud Storage source.
.google.cloud.parallelstore.v1.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicSourceGcsBucketOrBuildergetSourceGcsBucketOrBuilder()
Output only. Cloud Storage source.
.google.cloud.parallelstore.v1.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicSourceParallelstoregetSourceParallelstore()
Output only. Parallelstore source.
.google.cloud.parallelstore.v1.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicSourceParallelstoreOrBuildergetSourceParallelstoreOrBuilder()
Output only. Parallelstore source.
.google.cloud.parallelstore.v1.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicTransferTypegetTransferType()
Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicintgetTransferTypeValue()
Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for transferType.
|
publicbooleanhasCounters()
Output only. The progress of the transfer operation.
.google.cloud.parallelstore.v1.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the counters field is set.
|
publicbooleanhasDestinationGcsBucket()
Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the destinationGcsBucket field is set.
|
publicbooleanhasDestinationParallelstore()
Output only. Parallelstore destination.
.google.cloud.parallelstore.v1.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the destinationParallelstore field is set.
|
publicbooleanhasSourceGcsBucket()
Output only. Cloud Storage source.
.google.cloud.parallelstore.v1.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the sourceGcsBucket field is set.
|
publicbooleanhasSourceParallelstore()
Output only. Parallelstore source.
.google.cloud.parallelstore.v1.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the sourceParallelstore field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicTransferOperationMetadata.BuildernewBuilderForType()
protectedTransferOperationMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicTransferOperationMetadata.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides