public static final class DataScan.ExecutionStatus extends GeneratedMessageV3 implements DataScan.ExecutionStatusOrBuilder
Status of the data scan execution.
Protobuf type google.cloud.dataplex.v1.DataScan.ExecutionStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
LATEST_JOB_END_TIME_FIELD_NUMBER
public static final int LATEST_JOB_END_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LATEST_JOB_START_TIME_FIELD_NUMBER
public static final int LATEST_JOB_START_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DataScan.ExecutionStatus getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DataScan.ExecutionStatus.Builder newBuilder()
newBuilder(DataScan.ExecutionStatus prototype)
public static DataScan.ExecutionStatus.Builder newBuilder(DataScan.ExecutionStatus prototype)
public static DataScan.ExecutionStatus parseDelimitedFrom(InputStream input)
public static DataScan.ExecutionStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DataScan.ExecutionStatus parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataScan.ExecutionStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DataScan.ExecutionStatus parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataScan.ExecutionStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataScan.ExecutionStatus parseFrom(CodedInputStream input)
public static DataScan.ExecutionStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataScan.ExecutionStatus parseFrom(InputStream input)
public static DataScan.ExecutionStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DataScan.ExecutionStatus parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataScan.ExecutionStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DataScan.ExecutionStatus> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public DataScan.ExecutionStatus getDefaultInstanceForType()
getLatestJobEndTime()
public Timestamp getLatestJobEndTime()
The time when the latest DataScanJob ended.
.google.protobuf.Timestamp latest_job_end_time = 5;
Returns |
---|
Type | Description |
Timestamp | The latestJobEndTime.
|
getLatestJobEndTimeOrBuilder()
public TimestampOrBuilder getLatestJobEndTimeOrBuilder()
The time when the latest DataScanJob ended.
.google.protobuf.Timestamp latest_job_end_time = 5;
getLatestJobStartTime()
public Timestamp getLatestJobStartTime()
The time when the latest DataScanJob started.
.google.protobuf.Timestamp latest_job_start_time = 4;
Returns |
---|
Type | Description |
Timestamp | The latestJobStartTime.
|
getLatestJobStartTimeOrBuilder()
public TimestampOrBuilder getLatestJobStartTimeOrBuilder()
The time when the latest DataScanJob started.
.google.protobuf.Timestamp latest_job_start_time = 4;
getParserForType()
public Parser<DataScan.ExecutionStatus> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasLatestJobEndTime()
public boolean hasLatestJobEndTime()
The time when the latest DataScanJob ended.
.google.protobuf.Timestamp latest_job_end_time = 5;
Returns |
---|
Type | Description |
boolean | Whether the latestJobEndTime field is set.
|
hasLatestJobStartTime()
public boolean hasLatestJobStartTime()
The time when the latest DataScanJob started.
.google.protobuf.Timestamp latest_job_start_time = 4;
Returns |
---|
Type | Description |
boolean | Whether the latestJobStartTime field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DataScan.ExecutionStatus.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataScan.ExecutionStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DataScan.ExecutionStatus.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides