Interface ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getRunTime()
      The time that most recent monitoring pipelines that is related to this run.
      com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
      The time that most recent monitoring pipelines that is related to this run.
      com.google.rpc.Status getStatus()
      The status of the most recent monitoring pipeline.
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      The status of the most recent monitoring pipeline.
      boolean hasRunTime()
      The time that most recent monitoring pipelines that is related to this run.
      boolean hasStatus()
      The status of the most recent monitoring pipeline.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRunTime

        boolean hasRunTime()
         The time that most recent monitoring pipelines that is related to this
         run.
         
        .google.protobuf.Timestamp run_time = 1;
        Returns:
        Whether the runTime field is set.
      • getRunTime

        com.google.protobuf.Timestamp getRunTime()
         The time that most recent monitoring pipelines that is related to this
         run.
         
        .google.protobuf.Timestamp run_time = 1;
        Returns:
        The runTime.
      • getRunTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
         The time that most recent monitoring pipelines that is related to this
         run.
         
        .google.protobuf.Timestamp run_time = 1;
      • hasStatus

        boolean hasStatus()
         The status of the most recent monitoring pipeline.
         
        .google.rpc.Status status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status getStatus()
         The status of the most recent monitoring pipeline.
         
        .google.rpc.Status status = 2;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         The status of the most recent monitoring pipeline.
         
        .google.rpc.Status status = 2;