public static final class V1.ComponentCondition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder> implements V1.ComponentConditionOrBuilder
Information about the condition of a component.Protobuf type
k8s.io.api.core.v1.ComponentCondition
Modifier and Type | Method and Description |
---|---|
V1.ComponentCondition.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ComponentCondition |
build() |
V1.ComponentCondition |
buildPartial() |
V1.ComponentCondition.Builder |
clear() |
V1.ComponentCondition.Builder |
clearError()
Condition error code for a component.
|
V1.ComponentCondition.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.ComponentCondition.Builder |
clearMessage()
Message about the condition for a component.
|
V1.ComponentCondition.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.ComponentCondition.Builder |
clearStatus()
Status of the condition for a component.
|
V1.ComponentCondition.Builder |
clearType()
Type of condition for a component.
|
V1.ComponentCondition.Builder |
clone() |
V1.ComponentCondition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.ComponentCondition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.ComponentCondition.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.ComponentCondition.Builder |
mergeFrom(V1.ComponentCondition other) |
V1.ComponentCondition.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.ComponentCondition.Builder |
setError(String value)
Condition error code for a component.
|
V1.ComponentCondition.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
Condition error code for a component.
|
V1.ComponentCondition.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ComponentCondition.Builder |
setMessage(String value)
Message about the condition for a component.
|
V1.ComponentCondition.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
Message about the condition for a component.
|
V1.ComponentCondition.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.ComponentCondition.Builder |
setStatus(String value)
Status of the condition for a component.
|
V1.ComponentCondition.Builder |
setStatusBytes(com.google.protobuf.ByteString value)
Status of the condition for a component.
|
V1.ComponentCondition.Builder |
setType(String value)
Type of condition for a component.
|
V1.ComponentCondition.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
Type of condition for a component.
|
V1.ComponentCondition.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public V1.ComponentCondition build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public V1.ComponentCondition buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public V1.ComponentCondition.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder mergeFrom(V1.ComponentCondition other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public V1.ComponentCondition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1.ComponentCondition.Builder>
IOException
public boolean hasType()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
hasType
in interface V1.ComponentConditionOrBuilder
public String getType()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
getType
in interface V1.ComponentConditionOrBuilder
public com.google.protobuf.ByteString getTypeBytes()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
getTypeBytes
in interface V1.ComponentConditionOrBuilder
public V1.ComponentCondition.Builder setType(String value)
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
public V1.ComponentCondition.Builder clearType()
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
public V1.ComponentCondition.Builder setTypeBytes(com.google.protobuf.ByteString value)
Type of condition for a component. Valid value: "Healthy"
optional string type = 1;
public boolean hasStatus()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
hasStatus
in interface V1.ComponentConditionOrBuilder
public String getStatus()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
getStatus
in interface V1.ComponentConditionOrBuilder
public com.google.protobuf.ByteString getStatusBytes()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
getStatusBytes
in interface V1.ComponentConditionOrBuilder
public V1.ComponentCondition.Builder setStatus(String value)
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
public V1.ComponentCondition.Builder clearStatus()
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
public V1.ComponentCondition.Builder setStatusBytes(com.google.protobuf.ByteString value)
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
optional string status = 2;
public boolean hasMessage()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
hasMessage
in interface V1.ComponentConditionOrBuilder
public String getMessage()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
getMessage
in interface V1.ComponentConditionOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
getMessageBytes
in interface V1.ComponentConditionOrBuilder
public V1.ComponentCondition.Builder setMessage(String value)
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
public V1.ComponentCondition.Builder clearMessage()
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
public V1.ComponentCondition.Builder setMessageBytes(com.google.protobuf.ByteString value)
Message about the condition for a component. For example, information about a health check. +optional
optional string message = 3;
public boolean hasError()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
hasError
in interface V1.ComponentConditionOrBuilder
public String getError()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
getError
in interface V1.ComponentConditionOrBuilder
public com.google.protobuf.ByteString getErrorBytes()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
getErrorBytes
in interface V1.ComponentConditionOrBuilder
public V1.ComponentCondition.Builder setError(String value)
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
public V1.ComponentCondition.Builder clearError()
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
public V1.ComponentCondition.Builder setErrorBytes(com.google.protobuf.ByteString value)
Condition error code for a component. For example, a health check error code. +optional
optional string error = 4;
public final V1.ComponentCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
public final V1.ComponentCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ComponentCondition.Builder>
Copyright © 2021. All rights reserved.