public static final class MetadataJob.Status.Builder extends GeneratedMessage.Builder<MetadataJob.Status.Builder> implements MetadataJob.StatusOrBuilderMetadata job status.
Protobuf type google.cloud.dataplex.v1.MetadataJob.Status
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MetadataJob.Status.BuilderImplements
MetadataJob.StatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MetadataJob.Status build()| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status |
|
buildPartial()
public MetadataJob.Status buildPartial()| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status |
|
clear()
public MetadataJob.Status.Builder clear()| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
clearCompletionPercent()
public MetadataJob.Status.Builder clearCompletionPercent()Output only. Progress tracking.
int32 completion_percent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
clearMessage()
public MetadataJob.Status.Builder clearMessage()Output only. Message relating to the progression of a metadata job.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
clearState()
public MetadataJob.Status.Builder clearState()Output only. State of the metadata job.
.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
clearUpdateTime()
public MetadataJob.Status.Builder clearUpdateTime()Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
getCompletionPercent()
public int getCompletionPercent()Output only. Progress tracking.
int32 completion_percent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The completionPercent. |
getDefaultInstanceForType()
public MetadataJob.Status getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMessage()
public String getMessage()Output only. Message relating to the progression of a metadata job.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public ByteString getMessageBytes()Output only. Message relating to the progression of a metadata job.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getState()
public MetadataJob.Status.State getState()Output only. State of the metadata job.
.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.State |
The state. |
getStateValue()
public int getStateValue()Output only. State of the metadata job.
.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(MetadataJob.Status other)
public MetadataJob.Status.Builder mergeFrom(MetadataJob.Status other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataJob.Status |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MetadataJob.Status.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MetadataJob.Status.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
mergeUpdateTime(Timestamp value)
public MetadataJob.Status.Builder mergeUpdateTime(Timestamp value)Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
setCompletionPercent(int value)
public MetadataJob.Status.Builder setCompletionPercent(int value)Output only. Progress tracking.
int32 completion_percent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe completionPercent to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
setMessage(String value)
public MetadataJob.Status.Builder setMessage(String value)Output only. Message relating to the progression of a metadata job.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe message to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
setMessageBytes(ByteString value)
public MetadataJob.Status.Builder setMessageBytes(ByteString value)Output only. Message relating to the progression of a metadata job.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for message to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
setState(MetadataJob.Status.State value)
public MetadataJob.Status.Builder setState(MetadataJob.Status.State value)Output only. State of the metadata job.
.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
MetadataJob.Status.StateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
setStateValue(int value)
public MetadataJob.Status.Builder setStateValue(int value)Output only. State of the metadata job.
.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public MetadataJob.Status.Builder setUpdateTime(Timestamp value)Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public MetadataJob.Status.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
MetadataJob.Status.Builder |
|