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