Package io.kubernetes.client.proto
Class V1.NamespaceStatus.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
io.kubernetes.client.proto.V1.NamespaceStatus.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,V1.NamespaceStatusOrBuilder
,Cloneable
- Enclosing class:
- V1.NamespaceStatus
public static final class V1.NamespaceStatus.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
implements V1.NamespaceStatusOrBuilder
NamespaceStatus is information about the current status of a Namespace.Protobuf type
k8s.io.api.core.v1.NamespaceStatus
-
Method Summary
Modifier and TypeMethodDescriptionaddAllConditions
(Iterable<? extends V1.NamespaceCondition> values) Represents the latest available observations of a namespace's current state.addConditions
(int index, V1.NamespaceCondition value) Represents the latest available observations of a namespace's current state.addConditions
(int index, V1.NamespaceCondition.Builder builderForValue) Represents the latest available observations of a namespace's current state.Represents the latest available observations of a namespace's current state.addConditions
(V1.NamespaceCondition.Builder builderForValue) Represents the latest available observations of a namespace's current state.Represents the latest available observations of a namespace's current state.addConditionsBuilder
(int index) Represents the latest available observations of a namespace's current state.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Represents the latest available observations of a namespace's current state.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Phase is the current lifecycle phase of the namespace.clone()
getConditions
(int index) Represents the latest available observations of a namespace's current state.getConditionsBuilder
(int index) Represents the latest available observations of a namespace's current state.Represents the latest available observations of a namespace's current state.int
Represents the latest available observations of a namespace's current state.Represents the latest available observations of a namespace's current state.getConditionsOrBuilder
(int index) Represents the latest available observations of a namespace's current state.List<? extends V1.NamespaceConditionOrBuilder>
Represents the latest available observations of a namespace's current state.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getPhase()
Phase is the current lifecycle phase of the namespace.com.google.protobuf.ByteString
Phase is the current lifecycle phase of the namespace.boolean
hasPhase()
Phase is the current lifecycle phase of the namespace.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(V1.NamespaceStatus other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeConditions
(int index) Represents the latest available observations of a namespace's current state.setConditions
(int index, V1.NamespaceCondition value) Represents the latest available observations of a namespace's current state.setConditions
(int index, V1.NamespaceCondition.Builder builderForValue) Represents the latest available observations of a namespace's current state.Phase is the current lifecycle phase of the namespace.setPhaseBytes
(com.google.protobuf.ByteString value) Phase is the current lifecycle phase of the namespace.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
setField
public V1.NamespaceStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
setRepeatedField
public V1.NamespaceStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
addRepeatedField
public V1.NamespaceStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.NamespaceStatus.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
mergeFrom
public V1.NamespaceStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.NamespaceStatus.Builder>
- Throws:
IOException
-
hasPhase
public boolean hasPhase()Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
- Specified by:
hasPhase
in interfaceV1.NamespaceStatusOrBuilder
-
getPhase
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
- Specified by:
getPhase
in interfaceV1.NamespaceStatusOrBuilder
-
getPhaseBytes
public com.google.protobuf.ByteString getPhaseBytes()Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
- Specified by:
getPhaseBytes
in interfaceV1.NamespaceStatusOrBuilder
-
setPhase
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
-
clearPhase
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
-
setPhaseBytes
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
-
getConditionsList
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
- Specified by:
getConditionsList
in interfaceV1.NamespaceStatusOrBuilder
-
getConditionsCount
public int getConditionsCount()Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
- Specified by:
getConditionsCount
in interfaceV1.NamespaceStatusOrBuilder
-
getConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
- Specified by:
getConditions
in interfaceV1.NamespaceStatusOrBuilder
-
setConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
setConditions
public V1.NamespaceStatus.Builder setConditions(int index, V1.NamespaceCondition.Builder builderForValue) Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addConditions
public V1.NamespaceStatus.Builder addConditions(int index, V1.NamespaceCondition.Builder builderForValue) Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addAllConditions
public V1.NamespaceStatus.Builder addAllConditions(Iterable<? extends V1.NamespaceCondition> values) Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
clearConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
removeConditions
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsBuilder
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsOrBuilder
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
- Specified by:
getConditionsOrBuilder
in interfaceV1.NamespaceStatusOrBuilder
-
getConditionsOrBuilderList
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
- Specified by:
getConditionsOrBuilderList
in interfaceV1.NamespaceStatusOrBuilder
-
addConditionsBuilder
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
addConditionsBuilder
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsBuilderList
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
setUnknownFields
public final V1.NamespaceStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-
mergeUnknownFields
public final V1.NamespaceStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.NamespaceStatus.Builder>
-