Class Generated.PortStatus.Builder

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Generated.PortStatus.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      Generated.PortStatus build()  
      Generated.PortStatus buildPartial()  
      Generated.PortStatus.Builder clear()  
      Generated.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.
      Generated.PortStatus.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)  
      Generated.PortStatus.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)  
      Generated.PortStatus.Builder clearPort()
      Port is the port number of the service port of which status is recorded here
      Generated.PortStatus.Builder clearProtocol()
      Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
      Generated.PortStatus.Builder clone()  
      Generated.PortStatus getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      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.
      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.
      int getPort()
      Port is the port number of the service port of which status is recorded here
      String getProtocol()
      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 getProtocolBytes()
      Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
      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.
      boolean hasPort()
      Port is the port number of the service port of which status is recorded here
      boolean hasProtocol()
      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 internalGetFieldAccessorTable()  
      boolean isInitialized()  
      Generated.PortStatus.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      Generated.PortStatus.Builder mergeFrom​(com.google.protobuf.Message other)  
      Generated.PortStatus.Builder mergeFrom​(Generated.PortStatus other)  
      Generated.PortStatus.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      Generated.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.
      Generated.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.
      Generated.PortStatus.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      Generated.PortStatus.Builder setPort​(int value)
      Port is the port number of the service port of which status is recorded here
      Generated.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"
      Generated.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"
      Generated.PortStatus.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)  
      Generated.PortStatus.Builder 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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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 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 Detail

      • 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<Generated.PortStatus.Builder>
      • clear

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

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

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

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

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

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

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

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

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

        public Generated.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<Generated.PortStatus.Builder>
      • isInitialized

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

        public Generated.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<Generated.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 Generated.PortStatusOrBuilder
        Returns:
        Whether the port field is set.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        The port.
      • setPort

        public Generated.PortStatus.Builder setPort​(int value)
         Port is the port number of the service port of which status is recorded here
         
        optional int32 port = 1;
        Parameters:
        value - The port to set.
        Returns:
        This builder for chaining.
      • clearPort

        public Generated.PortStatus.Builder clearPort()
         Port is the port number of the service port of which status is recorded here
         
        optional int32 port = 1;
        Returns:
        This builder for chaining.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        Whether the protocol field is set.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        The protocol.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        The bytes for protocol.
      • setProtocol

        public Generated.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;
        Parameters:
        value - The protocol to set.
        Returns:
        This builder for chaining.
      • clearProtocol

        public Generated.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;
        Returns:
        This builder for chaining.
      • setProtocolBytes

        public Generated.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;
        Parameters:
        value - The bytes for protocol to set.
        Returns:
        This builder for chaining.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        Whether the error field is set.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        The error.
      • 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 Generated.PortStatusOrBuilder
        Returns:
        The bytes for error.
      • setError

        public Generated.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;
        Parameters:
        value - The error to set.
        Returns:
        This builder for chaining.
      • clearError

        public Generated.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;
        Returns:
        This builder for chaining.
      • setErrorBytes

        public Generated.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;
        Parameters:
        value - The bytes for error to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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