Send feedback
Class TransferOperationMetadata (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.7.0 keyboard_arrow_down
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
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]