Class TransferOperationMetadata (0.37.0)

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

COUNTERS_FIELD_NUMBER

publicstaticfinalintCOUNTERS_FIELD_NUMBER
Field Value
Type Description
int

DESTINATION_GCS_BUCKET_FIELD_NUMBER

publicstaticfinalintDESTINATION_GCS_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

DESTINATION_PARALLELSTORE_FIELD_NUMBER

publicstaticfinalintDESTINATION_PARALLELSTORE_FIELD_NUMBER
Field Value
Type Description
int

ERROR_SUMMARY_FIELD_NUMBER

publicstaticfinalintERROR_SUMMARY_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_GCS_BUCKET_FIELD_NUMBER

publicstaticfinalintSOURCE_GCS_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_PARALLELSTORE_FIELD_NUMBER

publicstaticfinalintSOURCE_PARALLELSTORE_FIELD_NUMBER
Field Value
Type Description
int

TRANSFER_TYPE_FIELD_NUMBER

publicstaticfinalintTRANSFER_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticTransferOperationMetadatagetDefaultInstance()
Returns
Type Description
TransferOperationMetadata

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticTransferOperationMetadata.BuildernewBuilder()
Returns
Type Description
TransferOperationMetadata.Builder

newBuilder(TransferOperationMetadata prototype)

publicstaticTransferOperationMetadata.BuildernewBuilder(TransferOperationMetadataprototype)
Parameter
Name Description
prototype TransferOperationMetadata
Returns
Type Description
TransferOperationMetadata.Builder

parseDelimitedFrom(InputStream input)

publicstaticTransferOperationMetadataparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticTransferOperationMetadataparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticTransferOperationMetadataparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticTransferOperationMetadataparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticTransferOperationMetadataparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticTransferOperationMetadataparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferOperationMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferOperationMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<TransferOperationMetadata>parser()
Returns
Type Description
Parser<TransferOperationMetadata>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCounters()

publicTransferCountersgetCounters()

Output only. The progress of the transfer operation.

.google.cloud.parallelstore.v1.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TransferCounters

The counters.

getCountersOrBuilder()

publicTransferCountersOrBuildergetCountersOrBuilder()

Output only. The progress of the transfer operation.

.google.cloud.parallelstore.v1.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TransferCountersOrBuilder

getDefaultInstanceForType()

publicTransferOperationMetadatagetDefaultInstanceForType()
Returns
Type Description
TransferOperationMetadata

getDestinationCase()

publicTransferOperationMetadata.DestinationCasegetDestinationCase()
Returns
Type Description
TransferOperationMetadata.DestinationCase

getDestinationGcsBucket()

publicDestinationGcsBucketgetDestinationGcsBucket()

Output only. Cloud Storage destination.

.google.cloud.parallelstore.v1.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationGcsBucket

The destinationGcsBucket.

getDestinationGcsBucketOrBuilder()

publicDestinationGcsBucketOrBuildergetDestinationGcsBucketOrBuilder()

Output only. Cloud Storage destination.

.google.cloud.parallelstore.v1.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationGcsBucketOrBuilder

getDestinationParallelstore()

publicDestinationParallelstoregetDestinationParallelstore()

Output only. Parallelstore destination.

.google.cloud.parallelstore.v1.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationParallelstore

The destinationParallelstore.

getDestinationParallelstoreOrBuilder()

publicDestinationParallelstoreOrBuildergetDestinationParallelstoreOrBuilder()

Output only. Parallelstore destination.

.google.cloud.parallelstore.v1.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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TransferErrorSummary

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.v1.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.v1.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.v1.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.v1.TransferErrorSummary error_summary = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.parallelstore.v1.TransferErrorSummaryOrBuilder>

getParserForType()

publicParser<TransferOperationMetadata>getParserForType()
Returns
Type Description
Parser<TransferOperationMetadata>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getSourceCase()

publicTransferOperationMetadata.SourceCasegetSourceCase()
Returns
Type Description
TransferOperationMetadata.SourceCase

getSourceGcsBucket()

publicSourceGcsBucketgetSourceGcsBucket()

Output only. Cloud Storage source.

.google.cloud.parallelstore.v1.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceGcsBucket

The sourceGcsBucket.

getSourceGcsBucketOrBuilder()

publicSourceGcsBucketOrBuildergetSourceGcsBucketOrBuilder()

Output only. Cloud Storage source.

.google.cloud.parallelstore.v1.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceGcsBucketOrBuilder

getSourceParallelstore()

publicSourceParallelstoregetSourceParallelstore()

Output only. Parallelstore source.

.google.cloud.parallelstore.v1.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SourceParallelstore

The sourceParallelstore.

getSourceParallelstoreOrBuilder()

publicSourceParallelstoreOrBuildergetSourceParallelstoreOrBuilder()

Output only. Parallelstore source.

.google.cloud.parallelstore.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the sourceParallelstore field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicTransferOperationMetadata.BuildernewBuilderForType()
Returns
Type Description
TransferOperationMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedTransferOperationMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TransferOperationMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicTransferOperationMetadata.BuildertoBuilder()
Returns
Type Description
TransferOperationMetadata.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.