Class TransferOperationMetadata (0.7.0)
0.50.0 (latest)
0.48.0
0.46.0
0.45.0
0.43.0
0.41.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.33.0
0.31.0
0.30.0
0.27.0
0.26.0
0.25.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
public final class TransferOperationMetadata extends GeneratedMessageV3 implements TransferOperationMetadataOrBuilder
Represents the metadata of the long-running operation.
Protobuf type google.cloud.parallelstore.v1beta.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
public static final int COUNTERS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DESTINATION_GCS_BUCKET_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DESTINATION_PARALLELSTORE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SOURCE_GCS_BUCKET_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SOURCE_PARALLELSTORE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TRANSFER_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static TransferOperationMetadata getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static TransferOperationMetadata . Builder newBuilder ()
public static TransferOperationMetadata . Builder newBuilder ( TransferOperationMetadata prototype )
public static TransferOperationMetadata parseDelimitedFrom ( InputStream input )
public static TransferOperationMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static TransferOperationMetadata parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static TransferOperationMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static TransferOperationMetadata parseFrom ( ByteString data )
public static TransferOperationMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TransferOperationMetadata parseFrom ( CodedInputStream input )
public static TransferOperationMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TransferOperationMetadata parseFrom ( InputStream input )
public static TransferOperationMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static TransferOperationMetadata parseFrom ( ByteBuffer data )
public static TransferOperationMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<TransferOperationMetadata> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public TransferCounters getCounters ()
Output only. Information about the progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TransferCountersOrBuilder getCountersOrBuilder ()
Output only. Information about the progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TransferOperationMetadata getDefaultInstanceForType ()
public TransferOperationMetadata . DestinationCase getDestinationCase ()
public DestinationGcsBucket getDestinationGcsBucket ()
Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DestinationGcsBucketOrBuilder getDestinationGcsBucketOrBuilder ()
Output only. Cloud Storage destination.
.google.cloud.parallelstore.v1beta.DestinationGcsBucket destination_gcs_bucket = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DestinationParallelstore getDestinationParallelstore ()
Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public DestinationParallelstoreOrBuilder getDestinationParallelstoreOrBuilder ()
Output only. Parallelstore destination.
.google.cloud.parallelstore.v1beta.DestinationParallelstore destination_parallelstore = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Parser<TransferOperationMetadata> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public TransferOperationMetadata . SourceCase getSourceCase ()
public SourceGcsBucket getSourceGcsBucket ()
Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SourceGcsBucketOrBuilder getSourceGcsBucketOrBuilder ()
Output only. Cloud Storage source.
.google.cloud.parallelstore.v1beta.SourceGcsBucket source_gcs_bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SourceParallelstore getSourceParallelstore ()
Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SourceParallelstoreOrBuilder getSourceParallelstoreOrBuilder ()
Output only. Parallelstore source.
.google.cloud.parallelstore.v1beta.SourceParallelstore source_parallelstore = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TransferType getTransferType ()
Output only. The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getTransferTypeValue ()
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.
public boolean hasCounters ()
Output only. Information about 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.
public boolean hasDestinationGcsBucket ()
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.
public boolean hasDestinationParallelstore ()
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.
public boolean hasSourceGcsBucket ()
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.
public boolean hasSourceParallelstore ()
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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public TransferOperationMetadata . Builder newBuilderForType ()
protected TransferOperationMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public TransferOperationMetadata . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
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 2026-03-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]