Class Meta.Condition.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
io.kubernetes.client.proto.Meta.Condition.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Meta.ConditionOrBuilder, Cloneable
Enclosing class:
Meta.Condition

public static final class Meta.Condition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder> implements Meta.ConditionOrBuilder
 Condition contains details for one aspect of the current state of this API Resource.
 ---
 This struct is intended for direct use as an array at the field path .status.conditions.  For example,
 type FooStatus struct{
     // Represents the observations of a foo's current state.
     // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
     // +patchMergeKey=type
     // +patchStrategy=merge
     // +listType=map
     // +listMapKey=type
     Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
     // other fields
 }
 
Protobuf type k8s.io.apimachinery.pkg.apis.meta.v1.Condition
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • clear

      public Meta.Condition.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • getDefaultInstanceForType

      public Meta.Condition getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Meta.Condition build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Meta.Condition buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Meta.Condition.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • setField

      public Meta.Condition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • clearField

      public Meta.Condition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • clearOneof

      public Meta.Condition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • setRepeatedField

      public Meta.Condition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • addRepeatedField

      public Meta.Condition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • mergeFrom

      public Meta.Condition.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Meta.Condition.Builder>
    • mergeFrom

      public Meta.Condition.Builder mergeFrom(Meta.Condition other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • mergeFrom

      public Meta.Condition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Meta.Condition.Builder>
      Throws:
      IOException
    • hasType

      public boolean hasType()
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
      Specified by:
      hasType in interface Meta.ConditionOrBuilder
    • getType

      public String getType()
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
      Specified by:
      getType in interface Meta.ConditionOrBuilder
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
      Specified by:
      getTypeBytes in interface Meta.ConditionOrBuilder
    • setType

      public Meta.Condition.Builder setType(String value)
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
    • clearType

      public Meta.Condition.Builder clearType()
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
    • setTypeBytes

      public Meta.Condition.Builder setTypeBytes(com.google.protobuf.ByteString value)
       type of condition in CamelCase or in foo.example.com/CamelCase.
       ---
       Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
       useful (see .node.status.conditions), the ability to deconflict is important.
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
       +kubebuilder:validation:MaxLength=316
       
      optional string type = 1;
    • hasStatus

      public boolean hasStatus()
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
      Specified by:
      hasStatus in interface Meta.ConditionOrBuilder
    • getStatus

      public String getStatus()
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
      Specified by:
      getStatus in interface Meta.ConditionOrBuilder
    • getStatusBytes

      public com.google.protobuf.ByteString getStatusBytes()
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
      Specified by:
      getStatusBytes in interface Meta.ConditionOrBuilder
    • setStatus

      public Meta.Condition.Builder setStatus(String value)
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
    • clearStatus

      public Meta.Condition.Builder clearStatus()
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
    • setStatusBytes

      public Meta.Condition.Builder setStatusBytes(com.google.protobuf.ByteString value)
       status of the condition, one of True, False, Unknown.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Enum=True;False;Unknown
       
      optional string status = 2;
    • hasObservedGeneration

      public boolean hasObservedGeneration()
       observedGeneration represents the .metadata.generation that the condition was set based upon.
       For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
       with respect to the current state of the instance.
       +optional
       +kubebuilder:validation:Minimum=0
       
      optional int64 observedGeneration = 3;
      Specified by:
      hasObservedGeneration in interface Meta.ConditionOrBuilder
    • getObservedGeneration

      public long getObservedGeneration()
       observedGeneration represents the .metadata.generation that the condition was set based upon.
       For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
       with respect to the current state of the instance.
       +optional
       +kubebuilder:validation:Minimum=0
       
      optional int64 observedGeneration = 3;
      Specified by:
      getObservedGeneration in interface Meta.ConditionOrBuilder
    • setObservedGeneration

      public Meta.Condition.Builder setObservedGeneration(long value)
       observedGeneration represents the .metadata.generation that the condition was set based upon.
       For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
       with respect to the current state of the instance.
       +optional
       +kubebuilder:validation:Minimum=0
       
      optional int64 observedGeneration = 3;
    • clearObservedGeneration

      public Meta.Condition.Builder clearObservedGeneration()
       observedGeneration represents the .metadata.generation that the condition was set based upon.
       For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
       with respect to the current state of the instance.
       +optional
       +kubebuilder:validation:Minimum=0
       
      optional int64 observedGeneration = 3;
    • hasLastTransitionTime

      public boolean hasLastTransitionTime()
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
      Specified by:
      hasLastTransitionTime in interface Meta.ConditionOrBuilder
    • getLastTransitionTime

      public Meta.Time getLastTransitionTime()
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
      Specified by:
      getLastTransitionTime in interface Meta.ConditionOrBuilder
    • setLastTransitionTime

      public Meta.Condition.Builder setLastTransitionTime(Meta.Time value)
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • setLastTransitionTime

      public Meta.Condition.Builder setLastTransitionTime(Meta.Time.Builder builderForValue)
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • mergeLastTransitionTime

      public Meta.Condition.Builder mergeLastTransitionTime(Meta.Time value)
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • clearLastTransitionTime

      public Meta.Condition.Builder clearLastTransitionTime()
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • getLastTransitionTimeBuilder

      public Meta.Time.Builder getLastTransitionTimeBuilder()
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • getLastTransitionTimeOrBuilder

      public Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
       lastTransitionTime is the last time the condition transitioned from one status to another.
       This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:Type=string
       +kubebuilder:validation:Format=date-time
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
      Specified by:
      getLastTransitionTimeOrBuilder in interface Meta.ConditionOrBuilder
    • hasReason

      public boolean hasReason()
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
      Specified by:
      hasReason in interface Meta.ConditionOrBuilder
    • getReason

      public String getReason()
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
      Specified by:
      getReason in interface Meta.ConditionOrBuilder
    • getReasonBytes

      public com.google.protobuf.ByteString getReasonBytes()
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
      Specified by:
      getReasonBytes in interface Meta.ConditionOrBuilder
    • setReason

      public Meta.Condition.Builder setReason(String value)
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
    • clearReason

      public Meta.Condition.Builder clearReason()
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
    • setReasonBytes

      public Meta.Condition.Builder setReasonBytes(com.google.protobuf.ByteString value)
       reason contains a programmatic identifier indicating the reason for the condition's last transition.
       Producers of specific condition types may define expected values and meanings for this field,
       and whether the values are considered a guaranteed API.
       The value should be a CamelCase string.
       This field may not be empty.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=1024
       +kubebuilder:validation:MinLength=1
       +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$`
       
      optional string reason = 5;
    • hasMessage

      public boolean hasMessage()
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
      Specified by:
      hasMessage in interface Meta.ConditionOrBuilder
    • getMessage

      public String getMessage()
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
      Specified by:
      getMessage in interface Meta.ConditionOrBuilder
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
      Specified by:
      getMessageBytes in interface Meta.ConditionOrBuilder
    • setMessage

      public Meta.Condition.Builder setMessage(String value)
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
    • clearMessage

      public Meta.Condition.Builder clearMessage()
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
    • setMessageBytes

      public Meta.Condition.Builder setMessageBytes(com.google.protobuf.ByteString value)
       message is a human readable message indicating details about the transition.
       This may be an empty string.
       +required
       +kubebuilder:validation:Required
       +kubebuilder:validation:MaxLength=32768
       
      optional string message = 6;
    • setUnknownFields

      public final Meta.Condition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>
    • mergeUnknownFields

      public final Meta.Condition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Condition.Builder>