publicfinalclass ImportDataMetadataextendsGeneratedMessageV3implementsImportDataMetadataOrBuilder
ImportDataMetadata contains import data operation metadata
Protobuf type google.cloud.parallelstore.v1beta.ImportDataMetadata
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
publicstaticImportDataMetadatagetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticImportDataMetadata.BuildernewBuilder()
publicstaticImportDataMetadata.BuildernewBuilder(ImportDataMetadataprototype)
publicstaticImportDataMetadataparseDelimitedFrom(InputStreaminput)
publicstaticImportDataMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImportDataMetadataparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticImportDataMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticImportDataMetadataparseFrom(ByteStringdata)
publicstaticImportDataMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticImportDataMetadataparseFrom(CodedInputStreaminput)
publicstaticImportDataMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImportDataMetadataparseFrom(InputStreaminput)
publicstaticImportDataMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImportDataMetadataparseFrom(ByteBufferdata)
publicstaticImportDataMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<ImportDataMetadata>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];
publicImportDataMetadatagetDefaultInstanceForType()
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()
Contains the data transfer operation metadata.
.google.cloud.parallelstore.v1beta.TransferOperationMetadata operation_metadata = 1;
publicTransferOperationMetadataOrBuildergetOperationMetadataOrBuilder()
Contains the data transfer operation metadata.
.google.cloud.parallelstore.v1beta.TransferOperationMetadata operation_metadata = 1;
publicParser<ImportDataMetadata>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()
Contains the data transfer operation metadata.
.google.cloud.parallelstore.v1beta.TransferOperationMetadata operation_metadata = 1;
| Returns |
| Type |
Description |
boolean |
Whether the operationMetadata field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicImportDataMetadata.BuildernewBuilderForType()
protectedImportDataMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicImportDataMetadata.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides