Package com.google.cloud.dataplex.v1
Interface Asset.DiscoveryStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Asset.DiscoveryStatus,Asset.DiscoveryStatus.Builder
- Enclosing class:
- Asset
public static interface Asset.DiscoveryStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetLastRunDuration()The duration of the last discovery run.com.google.protobuf.DurationOrBuildergetLastRunDurationOrBuilder()The duration of the last discovery run.com.google.protobuf.TimestampgetLastRunTime()The start time of the last discovery run.com.google.protobuf.TimestampOrBuildergetLastRunTimeOrBuilder()The start time of the last discovery run.StringgetMessage()Additional information about the current state.com.google.protobuf.ByteStringgetMessageBytes()Additional information about the current state.Asset.DiscoveryStatus.StategetState()The current status of the discovery feature.intgetStateValue()The current status of the discovery feature.Asset.DiscoveryStatus.StatsgetStats()Data Stats of the asset reported by discovery.Asset.DiscoveryStatus.StatsOrBuildergetStatsOrBuilder()Data Stats of the asset reported by discovery.com.google.protobuf.TimestampgetUpdateTime()Last update time of the status.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Last update time of the status.booleanhasLastRunDuration()The duration of the last discovery run.booleanhasLastRunTime()The start time of the last discovery run.booleanhasStats()Data Stats of the asset reported by discovery.booleanhasUpdateTime()Last update time of the status.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The current status of the discovery feature.
.google.cloud.dataplex.v1.Asset.DiscoveryStatus.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
Asset.DiscoveryStatus.State getState()
The current status of the discovery feature.
.google.cloud.dataplex.v1.Asset.DiscoveryStatus.State state = 1;- Returns:
- The state.
-
getMessage
String getMessage()
Additional information about the current state.
string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Additional information about the current state.
string message = 2;- Returns:
- The bytes for message.
-
hasUpdateTime
boolean hasUpdateTime()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
-
hasLastRunTime
boolean hasLastRunTime()
The start time of the last discovery run.
.google.protobuf.Timestamp last_run_time = 4;- Returns:
- Whether the lastRunTime field is set.
-
getLastRunTime
com.google.protobuf.Timestamp getLastRunTime()
The start time of the last discovery run.
.google.protobuf.Timestamp last_run_time = 4;- Returns:
- The lastRunTime.
-
getLastRunTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastRunTimeOrBuilder()
The start time of the last discovery run.
.google.protobuf.Timestamp last_run_time = 4;
-
hasStats
boolean hasStats()
Data Stats of the asset reported by discovery.
.google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats stats = 6;- Returns:
- Whether the stats field is set.
-
getStats
Asset.DiscoveryStatus.Stats getStats()
Data Stats of the asset reported by discovery.
.google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats stats = 6;- Returns:
- The stats.
-
getStatsOrBuilder
Asset.DiscoveryStatus.StatsOrBuilder getStatsOrBuilder()
Data Stats of the asset reported by discovery.
.google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats stats = 6;
-
hasLastRunDuration
boolean hasLastRunDuration()
The duration of the last discovery run.
.google.protobuf.Duration last_run_duration = 7;- Returns:
- Whether the lastRunDuration field is set.
-
getLastRunDuration
com.google.protobuf.Duration getLastRunDuration()
The duration of the last discovery run.
.google.protobuf.Duration last_run_duration = 7;- Returns:
- The lastRunDuration.
-
getLastRunDurationOrBuilder
com.google.protobuf.DurationOrBuilder getLastRunDurationOrBuilder()
The duration of the last discovery run.
.google.protobuf.Duration last_run_duration = 7;
-
-