Send feedback
Class DataScan.ExecutionStatus (1.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.31.0 keyboard_arrow_down
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)
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
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
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]