Interface V1.ComponentConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ComponentCondition, V1.ComponentCondition.Builder
Enclosing class:
V1

public static interface V1.ComponentConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Condition error code for a component.
    com.google.protobuf.ByteString
    Condition error code for a component.
    Message about the condition for a component.
    com.google.protobuf.ByteString
    Message about the condition for a component.
    Status of the condition for a component.
    com.google.protobuf.ByteString
    Status of the condition for a component.
    Type of condition for a component.
    com.google.protobuf.ByteString
    Type of condition for a component.
    boolean
    Condition error code for a component.
    boolean
    Message about the condition for a component.
    boolean
    Status of the condition for a component.
    boolean
    Type of condition for a component.

    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 Details

    • hasType

      boolean hasType()
       Type of condition for a component.
       Valid value: "Healthy"
       
      optional string type = 1;
    • getType

      String getType()
       Type of condition for a component.
       Valid value: "Healthy"
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type of condition for a component.
       Valid value: "Healthy"
       
      optional string type = 1;
    • hasStatus

      boolean hasStatus()
       Status of the condition for a component.
       Valid values for "Healthy": "True", "False", or "Unknown".
       
      optional string status = 2;
    • getStatus

      String getStatus()
       Status of the condition for a component.
       Valid values for "Healthy": "True", "False", or "Unknown".
       
      optional string status = 2;
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       Status of the condition for a component.
       Valid values for "Healthy": "True", "False", or "Unknown".
       
      optional string status = 2;
    • hasMessage

      boolean hasMessage()
       Message about the condition for a component.
       For example, information about a health check.
       +optional
       
      optional string message = 3;
    • getMessage

      String getMessage()
       Message about the condition for a component.
       For example, information about a health check.
       +optional
       
      optional string message = 3;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Message about the condition for a component.
       For example, information about a health check.
       +optional
       
      optional string message = 3;
    • hasError

      boolean hasError()
       Condition error code for a component.
       For example, a health check error code.
       +optional
       
      optional string error = 4;
    • getError

      String getError()
       Condition error code for a component.
       For example, a health check error code.
       +optional
       
      optional string error = 4;
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
       Condition error code for a component.
       For example, a health check error code.
       +optional
       
      optional string error = 4;