Class DeleteRepositoryLongRunningMetadata (0.94.0)

public final class DeleteRepositoryLongRunningMetadata extends GeneratedMessage implements DeleteRepositoryLongRunningMetadataOrBuilder

Represents metadata about the progress of the DeleteRepository long-running operation.

Protobuf type google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DeleteRepositoryLongRunningMetadata

Static Fields

CHILD_RESOURCES_COUNT_FIELD_NUMBER

public static final int CHILD_RESOURCES_COUNT_FIELD_NUMBER
Field Value
Type Description
int

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

REMAINING_CHILD_RESOURCES_COUNT_FIELD_NUMBER

public static final int REMAINING_CHILD_RESOURCES_COUNT_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 DeleteRepositoryLongRunningMetadata getDefaultInstance()
Returns
Type Description
DeleteRepositoryLongRunningMetadata

getDescriptor()

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

newBuilder()

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

newBuilder(DeleteRepositoryLongRunningMetadata prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getChildResourcesCount()

public long getChildResourcesCount()

Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.

int64 child_resources_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The childResourcesCount.

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 DeleteRepositoryLongRunningMetadata getDefaultInstanceForType()
Returns
Type Description
DeleteRepositoryLongRunningMetadata

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<DeleteRepositoryLongRunningMetadata> getParserForType()
Returns
Type Description
Parser<DeleteRepositoryLongRunningMetadata>
Overrides

getPercentComplete()

public int getPercentComplete()

Output only. Percent complete of the operation [0, 100].

int32 percent_complete = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The percentComplete.

getRemainingChildResourcesCount()

public long getRemainingChildResourcesCount()

Output only. The remaining number of child resources to be deleted.

int64 remaining_child_resources_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The remainingChildResourcesCount.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getState()

public DeleteRepositoryLongRunningMetadata.State getState()

Output only. The state of the operation.

.google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteRepositoryLongRunningMetadata.State

The state.

getStateValue()

public int getStateValue()

Output only. The state of the operation.

.google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

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. Format: projects/{project}/locations/{location}/repositories/{repository}

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The target.

getTargetBytes()

public ByteString getTargetBytes()

Output only. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

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 DeleteRepositoryLongRunningMetadata.Builder newBuilderForType()
Returns
Type Description
DeleteRepositoryLongRunningMetadata.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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