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 CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DESTINATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int END_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SOURCE_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()
Information about the progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
public TransferCountersOrBuilder getCountersOrBuilder()
Information about the progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
public Timestamp getCreateTime()
Output only. CCFE supplied fields BEGIN
The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. CCFE supplied fields BEGIN
The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TransferOperationMetadata getDefaultInstanceForType()
public String getDestination()
Required. The destination of the data transfer.
string destination = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The destination.
|
public ByteString getDestinationBytes()
Required. The destination of the data transfer.
string destination = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for destination.
|
public Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The endTime.
|
public TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Parser<TransferOperationMetadata> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public String getSource()
Required. The origin of the data transfer.
string source = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The source.
|
public ByteString getSourceBytes()
Required. The origin of the data transfer.
string source = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for source.
|
public TransferType getTransferType()
The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;
public int getTransferTypeValue()
The type of transfer occurring.
.google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for transferType.
|
public boolean hasCounters()
Information about the progress of the transfer operation.
.google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
Returns |
Type |
Description |
boolean |
Whether the counters field is set.
|
public boolean hasCreateTime()
Output only. CCFE supplied fields BEGIN
The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
public boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the endTime 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