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 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;