publicfinalclass ExportDataMetadataextendsGeneratedMessageV3implementsExportDataMetadataOrBuilder
Metadata related to the data export operation.
Protobuf type google.cloud.parallelstore.v1.ExportDataMetadata
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
publicstaticfinalintAPI_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintCREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintEND_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintOPERATION_METADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintREQUESTED_CANCELLATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSTATUS_MESSAGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTARGET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintVERB_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticExportDataMetadatagetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticExportDataMetadata.BuildernewBuilder()
publicstaticExportDataMetadata.BuildernewBuilder(ExportDataMetadataprototype)
publicstaticExportDataMetadataparseDelimitedFrom(InputStreaminput)
publicstaticExportDataMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExportDataMetadataparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticExportDataMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticExportDataMetadataparseFrom(ByteStringdata)
publicstaticExportDataMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticExportDataMetadataparseFrom(CodedInputStreaminput)
publicstaticExportDataMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExportDataMetadataparseFrom(InputStreaminput)
publicstaticExportDataMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExportDataMetadataparseFrom(ByteBufferdata)
publicstaticExportDataMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<ExportDataMetadata>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicStringgetApiVersion()
Output only. API version used to start the operation.
string api_version = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The apiVersion.
|
publicByteStringgetApiVersionBytes()
Output only. API version used to start the operation.
string api_version = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for apiVersion.
|
publicTimestampgetCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
publicTimestampOrBuildergetCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicExportDataMetadatagetDefaultInstanceForType()
publicTimestampgetEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The endTime.
|
publicTimestampOrBuildergetEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicTransferOperationMetadatagetOperationMetadata()
Data transfer operation metadata.
.google.cloud.parallelstore.v1.TransferOperationMetadata operation_metadata = 1;
publicTransferOperationMetadataOrBuildergetOperationMetadataOrBuilder()
Data transfer operation metadata.
.google.cloud.parallelstore.v1.TransferOperationMetadata operation_metadata = 1;
publicParser<ExportDataMetadata>getParserForType()
Overrides
publicbooleangetRequestedCancellation()
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a
google.rpc.Status.code of 1, corresponding to
Code.CANCELLED.
bool requested_cancellation = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The requestedCancellation.
|
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicStringgetStatusMessage()
Output only. Human-readable status of the operation, if any.
string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The statusMessage.
|
publicByteStringgetStatusMessageBytes()
Output only. Human-readable status of the operation, if any.
string status_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for statusMessage.
|
Output only. Server-defined resource path for the target of the operation.
string target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The target.
|
publicByteStringgetTargetBytes()
Output only. Server-defined resource path for the target of the operation.
string target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for target.
|
Output only. Name of the verb executed by the operation.
string verb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The verb.
|
publicByteStringgetVerbBytes()
Output only. Name of the verb executed by the operation.
string verb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for verb.
|
publicbooleanhasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
publicbooleanhasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the endTime field is set.
|
publicbooleanhasOperationMetadata()
Data transfer operation metadata.
.google.cloud.parallelstore.v1.TransferOperationMetadata operation_metadata = 1;
| Returns |
| Type |
Description |
boolean |
Whether the operationMetadata field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicExportDataMetadata.BuildernewBuilderForType()
protectedExportDataMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicExportDataMetadata.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides