public static interface V1.ComponentConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Condition error code for a component.
|
com.google.protobuf.ByteString |
getErrorBytes()
Condition error code for a component.
|
String |
getMessage()
Message about the condition for a component.
|
com.google.protobuf.ByteString |
getMessageBytes()
Message about the condition for a component.
|
String |
getStatus()
Status of the condition for a component.
|
com.google.protobuf.ByteString |
getStatusBytes()
Status of the condition for a component.
|
String |
getType()
Type of condition for a component.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of condition for a component.
|
boolean |
hasError()
Condition error code for a component.
|
boolean |
hasMessage()
Message about the condition for a component.
|
boolean |
hasStatus()
Status of the condition for a component.
|
boolean |
hasType()
Type of condition for a component.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;String getType()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;boolean hasStatus()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;String getStatus()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;com.google.protobuf.ByteString getStatusBytes()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;boolean hasMessage()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;String getMessage()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;boolean hasError()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;String getError()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;com.google.protobuf.ByteString getErrorBytes()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;Copyright © 2020. All rights reserved.