Class V1.PortStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<V1.PortStatus.Builder>
io.kubernetes.client.proto.V1.PortStatus.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.PortStatusOrBuilder, Cloneable
Enclosing class:
V1.PortStatus

public static final class V1.PortStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.PortStatus.Builder> implements V1.PortStatusOrBuilder
Protobuf type k8s.io.api.core.v1.PortStatus
  • Method Summary

    Modifier and Type
    Method
    Description
    addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
     
     
     
     
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
     
    clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
     
    Port is the port number of the service port of which status is recorded here
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    com.google.protobuf.ByteString
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    int
    Port is the port number of the service port of which status is recorded here
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    com.google.protobuf.ByteString
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    boolean
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    boolean
    Port is the port number of the service port of which status is recorded here
    boolean
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    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)
     
     
    mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    setErrorBytes(com.google.protobuf.ByteString value)
    Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
     
    setPort(int value)
    Port is the port number of the service port of which status is recorded here
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    setProtocolBytes(com.google.protobuf.ByteString value)
    Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
    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 class com.google.protobuf.GeneratedMessageV3.Builder<V1.PortStatus.Builder>
    • clear

      public V1.PortStatus.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<V1.PortStatus.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<V1.PortStatus.Builder>
    • getDefaultInstanceForType

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

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

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

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • setField

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • clearField

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • clearOneof

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • setRepeatedField

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • addRepeatedField

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • mergeFrom

      public V1.PortStatus.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<V1.PortStatus.Builder>
    • mergeFrom

      public V1.PortStatus.Builder mergeFrom(V1.PortStatus other)
    • isInitialized

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

      public V1.PortStatus.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<V1.PortStatus.Builder>
      Throws:
      IOException
    • hasPort

      public boolean hasPort()
       Port is the port number of the service port of which status is recorded here
       
      optional int32 port = 1;
      Specified by:
      hasPort in interface V1.PortStatusOrBuilder
    • getPort

      public int getPort()
       Port is the port number of the service port of which status is recorded here
       
      optional int32 port = 1;
      Specified by:
      getPort in interface V1.PortStatusOrBuilder
    • setPort

      public V1.PortStatus.Builder setPort(int value)
       Port is the port number of the service port of which status is recorded here
       
      optional int32 port = 1;
    • clearPort

      public V1.PortStatus.Builder clearPort()
       Port is the port number of the service port of which status is recorded here
       
      optional int32 port = 1;
    • hasProtocol

      public boolean hasProtocol()
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
      Specified by:
      hasProtocol in interface V1.PortStatusOrBuilder
    • getProtocol

      public String getProtocol()
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
      Specified by:
      getProtocol in interface V1.PortStatusOrBuilder
    • getProtocolBytes

      public com.google.protobuf.ByteString getProtocolBytes()
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
      Specified by:
      getProtocolBytes in interface V1.PortStatusOrBuilder
    • setProtocol

      public V1.PortStatus.Builder setProtocol(String value)
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
    • clearProtocol

      public V1.PortStatus.Builder clearProtocol()
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
    • setProtocolBytes

      public V1.PortStatus.Builder setProtocolBytes(com.google.protobuf.ByteString value)
       Protocol is the protocol of the service port of which status is recorded here
       The supported values are: "TCP", "UDP", "SCTP"
       
      optional string protocol = 2;
    • hasError

      public boolean hasError()
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
      Specified by:
      hasError in interface V1.PortStatusOrBuilder
    • getError

      public String getError()
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
      Specified by:
      getError in interface V1.PortStatusOrBuilder
    • getErrorBytes

      public com.google.protobuf.ByteString getErrorBytes()
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
      Specified by:
      getErrorBytes in interface V1.PortStatusOrBuilder
    • setError

      public V1.PortStatus.Builder setError(String value)
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
    • clearError

      public V1.PortStatus.Builder clearError()
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
    • setErrorBytes

      public V1.PortStatus.Builder setErrorBytes(com.google.protobuf.ByteString value)
       Error is to record the problem with the service port
       The format of the error shall comply with the following rules:
       - built-in error values shall be specified in this file and those shall use
         CamelCase names
       - cloud provider specific error values must have names that comply with the
         format foo.example.com/CamelCase.
       ---
       The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
       +optional
       +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 error = 3;
    • setUnknownFields

      public final V1.PortStatus.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<V1.PortStatus.Builder>
    • mergeUnknownFields

      public final V1.PortStatus.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<V1.PortStatus.Builder>