Package io.kubernetes.client.proto
Class V1Apps.DeploymentCondition.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
io.kubernetes.client.proto.V1Apps.DeploymentCondition.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,V1Apps.DeploymentConditionOrBuilder,Cloneable
- Enclosing class:
- V1Apps.DeploymentCondition
public static final class V1Apps.DeploymentCondition.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
implements V1Apps.DeploymentConditionOrBuilder
DeploymentCondition describes the state of a deployment at a certain point.Protobuf type
k8s.io.api.apps.v1.DeploymentCondition-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Last time the condition transitioned from one status to another.The last time this condition was updated.A human readable message indicating details about the transition.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The reason for the condition's last transition.Status of the condition, one of True, False, Unknown.Type of deployment condition.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorLast time the condition transitioned from one status to another.Last time the condition transitioned from one status to another.Last time the condition transitioned from one status to another.The last time this condition was updated.The last time this condition was updated.The last time this condition was updated.A human readable message indicating details about the transition.com.google.protobuf.ByteStringA human readable message indicating details about the transition.The reason for the condition's last transition.com.google.protobuf.ByteStringThe reason for the condition's last transition.Status of the condition, one of True, False, Unknown.com.google.protobuf.ByteStringStatus of the condition, one of True, False, Unknown.getType()Type of deployment condition.com.google.protobuf.ByteStringType of deployment condition.booleanLast time the condition transitioned from one status to another.booleanThe last time this condition was updated.booleanA human readable message indicating details about the transition.booleanThe reason for the condition's last transition.booleanStatus of the condition, one of True, False, Unknown.booleanhasType()Type of deployment condition.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeLastTransitionTime(Meta.Time value) Last time the condition transitioned from one status to another.mergeLastUpdateTime(Meta.Time value) The last time this condition was updated.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setLastTransitionTime(Meta.Time value) Last time the condition transitioned from one status to another.setLastTransitionTime(Meta.Time.Builder builderForValue) Last time the condition transitioned from one status to another.setLastUpdateTime(Meta.Time value) The last time this condition was updated.setLastUpdateTime(Meta.Time.Builder builderForValue) The last time this condition was updated.setMessage(String value) A human readable message indicating details about the transition.setMessageBytes(com.google.protobuf.ByteString value) A human readable message indicating details about the transition.The reason for the condition's last transition.setReasonBytes(com.google.protobuf.ByteString value) The reason for the condition's last transition.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Status of the condition, one of True, False, Unknown.setStatusBytes(com.google.protobuf.ByteString value) Status of the condition, one of True, False, Unknown.Type of deployment condition.setTypeBytes(com.google.protobuf.ByteString value) Type of deployment condition.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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods 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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
setField
public V1Apps.DeploymentCondition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
clearField
public V1Apps.DeploymentCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
clearOneof
public V1Apps.DeploymentCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
setRepeatedField
public V1Apps.DeploymentCondition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
addRepeatedField
public V1Apps.DeploymentCondition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Apps.DeploymentCondition.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
mergeFrom
public V1Apps.DeploymentCondition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Apps.DeploymentCondition.Builder>- Throws:
IOException
-
hasType
public boolean hasType()Type of deployment condition.
optional string type = 1;- Specified by:
hasTypein interfaceV1Apps.DeploymentConditionOrBuilder
-
getType
Type of deployment condition.
optional string type = 1;- Specified by:
getTypein interfaceV1Apps.DeploymentConditionOrBuilder
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()Type of deployment condition.
optional string type = 1;- Specified by:
getTypeBytesin interfaceV1Apps.DeploymentConditionOrBuilder
-
setType
Type of deployment condition.
optional string type = 1; -
clearType
Type of deployment condition.
optional string type = 1; -
setTypeBytes
Type of deployment condition.
optional string type = 1; -
hasStatus
public boolean hasStatus()Status of the condition, one of True, False, Unknown.
optional string status = 2;- Specified by:
hasStatusin interfaceV1Apps.DeploymentConditionOrBuilder
-
getStatus
Status of the condition, one of True, False, Unknown.
optional string status = 2;- Specified by:
getStatusin interfaceV1Apps.DeploymentConditionOrBuilder
-
getStatusBytes
public com.google.protobuf.ByteString getStatusBytes()Status of the condition, one of True, False, Unknown.
optional string status = 2;- Specified by:
getStatusBytesin interfaceV1Apps.DeploymentConditionOrBuilder
-
setStatus
Status of the condition, one of True, False, Unknown.
optional string status = 2; -
clearStatus
Status of the condition, one of True, False, Unknown.
optional string status = 2; -
setStatusBytes
Status of the condition, one of True, False, Unknown.
optional string status = 2; -
hasLastUpdateTime
public boolean hasLastUpdateTime()The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;- Specified by:
hasLastUpdateTimein interfaceV1Apps.DeploymentConditionOrBuilder
-
getLastUpdateTime
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;- Specified by:
getLastUpdateTimein interfaceV1Apps.DeploymentConditionOrBuilder
-
setLastUpdateTime
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6; -
setLastUpdateTime
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6; -
mergeLastUpdateTime
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6; -
clearLastUpdateTime
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6; -
getLastUpdateTimeBuilder
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6; -
getLastUpdateTimeOrBuilder
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;- Specified by:
getLastUpdateTimeOrBuilderin interfaceV1Apps.DeploymentConditionOrBuilder
-
hasLastTransitionTime
public boolean hasLastTransitionTime()Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;- Specified by:
hasLastTransitionTimein interfaceV1Apps.DeploymentConditionOrBuilder
-
getLastTransitionTime
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;- Specified by:
getLastTransitionTimein interfaceV1Apps.DeploymentConditionOrBuilder
-
setLastTransitionTime
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7; -
setLastTransitionTime
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7; -
mergeLastTransitionTime
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7; -
clearLastTransitionTime
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7; -
getLastTransitionTimeBuilder
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7; -
getLastTransitionTimeOrBuilder
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;- Specified by:
getLastTransitionTimeOrBuilderin interfaceV1Apps.DeploymentConditionOrBuilder
-
hasReason
public boolean hasReason()The reason for the condition's last transition.
optional string reason = 4;- Specified by:
hasReasonin interfaceV1Apps.DeploymentConditionOrBuilder
-
getReason
The reason for the condition's last transition.
optional string reason = 4;- Specified by:
getReasonin interfaceV1Apps.DeploymentConditionOrBuilder
-
getReasonBytes
public com.google.protobuf.ByteString getReasonBytes()The reason for the condition's last transition.
optional string reason = 4;- Specified by:
getReasonBytesin interfaceV1Apps.DeploymentConditionOrBuilder
-
setReason
The reason for the condition's last transition.
optional string reason = 4; -
clearReason
The reason for the condition's last transition.
optional string reason = 4; -
setReasonBytes
The reason for the condition's last transition.
optional string reason = 4; -
hasMessage
public boolean hasMessage()A human readable message indicating details about the transition.
optional string message = 5;- Specified by:
hasMessagein interfaceV1Apps.DeploymentConditionOrBuilder
-
getMessage
A human readable message indicating details about the transition.
optional string message = 5;- Specified by:
getMessagein interfaceV1Apps.DeploymentConditionOrBuilder
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()A human readable message indicating details about the transition.
optional string message = 5;- Specified by:
getMessageBytesin interfaceV1Apps.DeploymentConditionOrBuilder
-
setMessage
A human readable message indicating details about the transition.
optional string message = 5; -
clearMessage
A human readable message indicating details about the transition.
optional string message = 5; -
setMessageBytes
A human readable message indicating details about the transition.
optional string message = 5; -
setUnknownFields
public final V1Apps.DeploymentCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-
mergeUnknownFields
public final V1Apps.DeploymentCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Apps.DeploymentCondition.Builder>
-