Class ImportDataMetadata (0.10.0)

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

API_VERSION_FIELD_NUMBER

publicstaticfinalintAPI_VERSION_FIELD_NUMBER
Field Value
Type Description
int

CREATE_TIME_FIELD_NUMBER

publicstaticfinalintCREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

publicstaticfinalintEND_TIME_FIELD_NUMBER
Field Value
Type Description
int

OPERATION_METADATA_FIELD_NUMBER

publicstaticfinalintOPERATION_METADATA_FIELD_NUMBER
Field Value
Type Description
int

REQUESTED_CANCELLATION_FIELD_NUMBER

publicstaticfinalintREQUESTED_CANCELLATION_FIELD_NUMBER
Field Value
Type Description
int

STATUS_MESSAGE_FIELD_NUMBER

publicstaticfinalintSTATUS_MESSAGE_FIELD_NUMBER
Field Value
Type Description
int

TARGET_FIELD_NUMBER

publicstaticfinalintTARGET_FIELD_NUMBER
Field Value
Type Description
int

VERB_FIELD_NUMBER

publicstaticfinalintVERB_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticImportDataMetadatagetDefaultInstance()
Returns
Type Description
ImportDataMetadata

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticImportDataMetadata.BuildernewBuilder()
Returns
Type Description
ImportDataMetadata.Builder

newBuilder(ImportDataMetadata prototype)

publicstaticImportDataMetadata.BuildernewBuilder(ImportDataMetadataprototype)
Parameter
Name Description
prototype ImportDataMetadata
Returns
Type Description
ImportDataMetadata.Builder

parseDelimitedFrom(InputStream input)

publicstaticImportDataMetadataparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticImportDataMetadataparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticImportDataMetadataparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticImportDataMetadataparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticImportDataMetadataparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticImportDataMetadataparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticImportDataMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportDataMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ImportDataMetadata>parser()
Returns
Type Description
Parser<ImportDataMetadata>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getApiVersion()

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.

getApiVersionBytes()

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.

getCreateTime()

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.

getCreateTimeOrBuilder()

publicTimestampOrBuildergetCreateTimeOrBuilder()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

publicImportDataMetadatagetDefaultInstanceForType()
Returns
Type Description
ImportDataMetadata

getEndTime()

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.

getEndTimeOrBuilder()

publicTimestampOrBuildergetEndTimeOrBuilder()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getOperationMetadata()

publicTransferOperationMetadatagetOperationMetadata()

Contains the data transfer operation metadata.

.google.cloud.parallelstore.v1beta.TransferOperationMetadata operation_metadata = 1;

Returns
Type Description
TransferOperationMetadata

The operationMetadata.

getOperationMetadataOrBuilder()

publicTransferOperationMetadataOrBuildergetOperationMetadataOrBuilder()

Contains the data transfer operation metadata.

.google.cloud.parallelstore.v1beta.TransferOperationMetadata operation_metadata = 1;

Returns
Type Description
TransferOperationMetadataOrBuilder

getParserForType()

publicParser<ImportDataMetadata>getParserForType()
Returns
Type Description
Parser<ImportDataMetadata>
Overrides

getRequestedCancellation()

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.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getStatusMessage()

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.

getStatusMessageBytes()

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.

getTarget()

publicStringgetTarget()

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.

getTargetBytes()

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.

getVerb()

publicStringgetVerb()

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.

getVerbBytes()

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.

hasCreateTime()

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.

hasEndTime()

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.

hasOperationMetadata()

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.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicImportDataMetadata.BuildernewBuilderForType()
Returns
Type Description
ImportDataMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedImportDataMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ImportDataMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicImportDataMetadata.BuildertoBuilder()
Returns
Type Description
ImportDataMetadata.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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 2025年10月30日 UTC.