Class Denied.Builder

  • All Implemented Interfaces:
    DeniedOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Denied

    public static final class Denied.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Denied.Builder>
    implements DeniedOrBuilder
     
    Protobuf type google.cloud.compute.v1.Denied
    • 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<Denied.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public Denied.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<Denied.Builder>
        Throws:
        IOException
      • hasIPProtocol

        public boolean hasIPProtocol()
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Specified by:
        hasIPProtocol in interface DeniedOrBuilder
        Returns:
        Whether the iPProtocol field is set.
      • getIPProtocol

        public String getIPProtocol()
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Specified by:
        getIPProtocol in interface DeniedOrBuilder
        Returns:
        The iPProtocol.
      • getIPProtocolBytes

        public com.google.protobuf.ByteString getIPProtocolBytes()
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Specified by:
        getIPProtocolBytes in interface DeniedOrBuilder
        Returns:
        The bytes for iPProtocol.
      • setIPProtocol

        public Denied.Builder setIPProtocol​(String value)
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Parameters:
        value - The iPProtocol to set.
        Returns:
        This builder for chaining.
      • clearIPProtocol

        public Denied.Builder clearIPProtocol()
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Returns:
        This builder for chaining.
      • setIPProtocolBytes

        public Denied.Builder setIPProtocolBytes​(com.google.protobuf.ByteString value)
         The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
         
        optional string I_p_protocol = 488094525;
        Parameters:
        value - The bytes for iPProtocol to set.
        Returns:
        This builder for chaining.
      • getPortsList

        public com.google.protobuf.ProtocolStringList getPortsList()
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Specified by:
        getPortsList in interface DeniedOrBuilder
        Returns:
        A list containing the ports.
      • getPortsCount

        public int getPortsCount()
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Specified by:
        getPortsCount in interface DeniedOrBuilder
        Returns:
        The count of ports.
      • getPorts

        public String getPorts​(int index)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Specified by:
        getPorts in interface DeniedOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ports at the given index.
      • getPortsBytes

        public com.google.protobuf.ByteString getPortsBytes​(int index)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Specified by:
        getPortsBytes in interface DeniedOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ports at the given index.
      • setPorts

        public Denied.Builder setPorts​(int index,
                                       String value)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Parameters:
        index - The index to set the value at.
        value - The ports to set.
        Returns:
        This builder for chaining.
      • addPorts

        public Denied.Builder addPorts​(String value)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Parameters:
        value - The ports to add.
        Returns:
        This builder for chaining.
      • addAllPorts

        public Denied.Builder addAllPorts​(Iterable<String> values)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Parameters:
        values - The ports to add.
        Returns:
        This builder for chaining.
      • clearPorts

        public Denied.Builder clearPorts()
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Returns:
        This builder for chaining.
      • addPortsBytes

        public Denied.Builder addPortsBytes​(com.google.protobuf.ByteString value)
         An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
         
        repeated string ports = 106854418;
        Parameters:
        value - The bytes of the ports to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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