Class MoveRepositoryMetadata (0.84.0)

public final class MoveRepositoryMetadata extends GeneratedMessage implements MoveRepositoryMetadataOrBuilder

Contains metadata about the progress of the MoveRepository Long-running operations.

Protobuf type google.cloud.dataform.v1beta1.MoveRepositoryMetadata

Static Fields

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

PERCENT_COMPLETE_FIELD_NUMBER

public static final int PERCENT_COMPLETE_FIELD_NUMBER
Field Value
Type Description
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
Type Description
int

TARGET_FIELD_NUMBER

public static final int TARGET_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MoveRepositoryMetadata getDefaultInstance()
Returns
Type Description
MoveRepositoryMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MoveRepositoryMetadata.Builder newBuilder()
Returns
Type Description
MoveRepositoryMetadata.Builder

newBuilder(MoveRepositoryMetadata prototype)

public static MoveRepositoryMetadata.Builder newBuilder(MoveRepositoryMetadata prototype)
Parameter
Name Description
prototype MoveRepositoryMetadata
Returns
Type Description
MoveRepositoryMetadata.Builder

parseDelimitedFrom(InputStream input)

public static MoveRepositoryMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MoveRepositoryMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MoveRepositoryMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MoveRepositoryMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MoveRepositoryMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MoveRepositoryMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MoveRepositoryMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MoveRepositoryMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MoveRepositoryMetadata> parser()
Returns
Type Description
Parser<MoveRepositoryMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public MoveRepositoryMetadata getDefaultInstanceForType()
Returns
Type Description
MoveRepositoryMetadata

getEndTime()

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.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

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

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<MoveRepositoryMetadata> getParserForType()
Returns
Type Description
Parser<MoveRepositoryMetadata>
Overrides

getPercentComplete()

public int getPercentComplete()

Percent complete of the move [0, 100].

int32 percent_complete = 5;

Returns
Type Description
int

The percentComplete.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getState()

public MoveRepositoryMetadata.State getState()

The state of the move.

.google.cloud.dataform.v1beta1.MoveRepositoryMetadata.State state = 4;

Returns
Type Description
MoveRepositoryMetadata.State

The state.

getStateValue()

public int getStateValue()

The state of the move.

.google.cloud.dataform.v1beta1.MoveRepositoryMetadata.State state = 4;

Returns
Type Description
int

The enum numeric value on the wire for state.

getTarget()

public String getTarget()

Output only. Server-defined resource path for the target of the operation.

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The target.

getTargetBytes()

public ByteString getTargetBytes()

Output only. Server-defined resource path for the target of the operation.

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for target.

hasCreateTime()

public boolean hasCreateTime()

Output only. 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.

hasEndTime()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MoveRepositoryMetadata.Builder newBuilderForType()
Returns
Type Description
MoveRepositoryMetadata.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected MoveRepositoryMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MoveRepositoryMetadata.Builder
Overrides

toBuilder()

public MoveRepositoryMetadata.Builder toBuilder()
Returns
Type Description
MoveRepositoryMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException