Class TransferOperationMetadata (0.6.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 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
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."],[],[]]