Class VmEndpointNatMappingsInterfaceNatMappings.Builder

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

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

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

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

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

        public com.google.protobuf.ProtocolStringList getDrainNatIpPortRangesList()
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Specified by:
        getDrainNatIpPortRangesList in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        A list containing the drainNatIpPortRanges.
      • getDrainNatIpPortRangesCount

        public int getDrainNatIpPortRangesCount()
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Specified by:
        getDrainNatIpPortRangesCount in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        The count of drainNatIpPortRanges.
      • getDrainNatIpPortRanges

        public String getDrainNatIpPortRanges​(int index)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Specified by:
        getDrainNatIpPortRanges in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The drainNatIpPortRanges at the given index.
      • getDrainNatIpPortRangesBytes

        public com.google.protobuf.ByteString getDrainNatIpPortRangesBytes​(int index)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Specified by:
        getDrainNatIpPortRangesBytes in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the drainNatIpPortRanges at the given index.
      • setDrainNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setDrainNatIpPortRanges​(int index,
                                                                                         String value)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Parameters:
        index - The index to set the value at.
        value - The drainNatIpPortRanges to set.
        Returns:
        This builder for chaining.
      • addDrainNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addDrainNatIpPortRanges​(String value)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Parameters:
        value - The drainNatIpPortRanges to add.
        Returns:
        This builder for chaining.
      • addAllDrainNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addAllDrainNatIpPortRanges​(Iterable<String> values)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Parameters:
        values - The drainNatIpPortRanges to add.
        Returns:
        This builder for chaining.
      • clearDrainNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearDrainNatIpPortRanges()
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Returns:
        This builder for chaining.
      • addDrainNatIpPortRangesBytes

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addDrainNatIpPortRangesBytes​(com.google.protobuf.ByteString value)
         List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string drain_nat_ip_port_ranges = 395440577;
        Parameters:
        value - The bytes of the drainNatIpPortRanges to add.
        Returns:
        This builder for chaining.
      • getNatIpPortRangesList

        public com.google.protobuf.ProtocolStringList getNatIpPortRangesList()
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Specified by:
        getNatIpPortRangesList in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        A list containing the natIpPortRanges.
      • getNatIpPortRangesCount

        public int getNatIpPortRangesCount()
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Specified by:
        getNatIpPortRangesCount in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        The count of natIpPortRanges.
      • getNatIpPortRanges

        public String getNatIpPortRanges​(int index)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Specified by:
        getNatIpPortRanges in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The natIpPortRanges at the given index.
      • getNatIpPortRangesBytes

        public com.google.protobuf.ByteString getNatIpPortRangesBytes​(int index)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Specified by:
        getNatIpPortRangesBytes in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the natIpPortRanges at the given index.
      • setNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setNatIpPortRanges​(int index,
                                                                                    String value)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Parameters:
        index - The index to set the value at.
        value - The natIpPortRanges to set.
        Returns:
        This builder for chaining.
      • addNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addNatIpPortRanges​(String value)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Parameters:
        value - The natIpPortRanges to add.
        Returns:
        This builder for chaining.
      • addAllNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addAllNatIpPortRanges​(Iterable<String> values)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Parameters:
        values - The natIpPortRanges to add.
        Returns:
        This builder for chaining.
      • clearNatIpPortRanges

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearNatIpPortRanges()
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Returns:
        This builder for chaining.
      • addNatIpPortRangesBytes

        public VmEndpointNatMappingsInterfaceNatMappings.Builder addNatIpPortRangesBytes​(com.google.protobuf.ByteString value)
         A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
         
        repeated string nat_ip_port_ranges = 531830810;
        Parameters:
        value - The bytes of the natIpPortRanges to add.
        Returns:
        This builder for chaining.
      • hasNumTotalDrainNatPorts

        public boolean hasNumTotalDrainNatPorts()
         Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
         
        optional int32 num_total_drain_nat_ports = 335532793;
        Specified by:
        hasNumTotalDrainNatPorts in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        Whether the numTotalDrainNatPorts field is set.
      • getNumTotalDrainNatPorts

        public int getNumTotalDrainNatPorts()
         Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
         
        optional int32 num_total_drain_nat_ports = 335532793;
        Specified by:
        getNumTotalDrainNatPorts in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        The numTotalDrainNatPorts.
      • setNumTotalDrainNatPorts

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setNumTotalDrainNatPorts​(int value)
         Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
         
        optional int32 num_total_drain_nat_ports = 335532793;
        Parameters:
        value - The numTotalDrainNatPorts to set.
        Returns:
        This builder for chaining.
      • clearNumTotalDrainNatPorts

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearNumTotalDrainNatPorts()
         Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
         
        optional int32 num_total_drain_nat_ports = 335532793;
        Returns:
        This builder for chaining.
      • hasNumTotalNatPorts

        public boolean hasNumTotalNatPorts()
         Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
         
        optional int32 num_total_nat_ports = 299904384;
        Specified by:
        hasNumTotalNatPorts in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        Whether the numTotalNatPorts field is set.
      • getNumTotalNatPorts

        public int getNumTotalNatPorts()
         Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
         
        optional int32 num_total_nat_ports = 299904384;
        Specified by:
        getNumTotalNatPorts in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        The numTotalNatPorts.
      • setNumTotalNatPorts

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setNumTotalNatPorts​(int value)
         Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
         
        optional int32 num_total_nat_ports = 299904384;
        Parameters:
        value - The numTotalNatPorts to set.
        Returns:
        This builder for chaining.
      • clearNumTotalNatPorts

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearNumTotalNatPorts()
         Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
         
        optional int32 num_total_nat_ports = 299904384;
        Returns:
        This builder for chaining.
      • clearRuleMappings

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearRuleMappings()
         Information about mappings provided by rules in this NAT.
         
        repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968;
      • removeRuleMappings

        public VmEndpointNatMappingsInterfaceNatMappings.Builder removeRuleMappings​(int index)
         Information about mappings provided by rules in this NAT.
         
        repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968;
      • hasSourceAliasIpRange

        public boolean hasSourceAliasIpRange()
         Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
         
        optional string source_alias_ip_range = 440340952;
        Specified by:
        hasSourceAliasIpRange in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        Whether the sourceAliasIpRange field is set.
      • getSourceAliasIpRangeBytes

        public com.google.protobuf.ByteString getSourceAliasIpRangeBytes()
         Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
         
        optional string source_alias_ip_range = 440340952;
        Specified by:
        getSourceAliasIpRangeBytes in interface VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
        Returns:
        The bytes for sourceAliasIpRange.
      • setSourceAliasIpRange

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setSourceAliasIpRange​(String value)
         Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
         
        optional string source_alias_ip_range = 440340952;
        Parameters:
        value - The sourceAliasIpRange to set.
        Returns:
        This builder for chaining.
      • clearSourceAliasIpRange

        public VmEndpointNatMappingsInterfaceNatMappings.Builder clearSourceAliasIpRange()
         Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
         
        optional string source_alias_ip_range = 440340952;
        Returns:
        This builder for chaining.
      • setSourceAliasIpRangeBytes

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setSourceAliasIpRangeBytes​(com.google.protobuf.ByteString value)
         Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
         
        optional string source_alias_ip_range = 440340952;
        Parameters:
        value - The bytes for sourceAliasIpRange to set.
        Returns:
        This builder for chaining.
      • setSourceVirtualIp

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setSourceVirtualIp​(String value)
         Primary IP of the VM for this NIC.
         
        optional string source_virtual_ip = 149836159;
        Parameters:
        value - The sourceVirtualIp to set.
        Returns:
        This builder for chaining.
      • setSourceVirtualIpBytes

        public VmEndpointNatMappingsInterfaceNatMappings.Builder setSourceVirtualIpBytes​(com.google.protobuf.ByteString value)
         Primary IP of the VM for this NIC.
         
        optional string source_virtual_ip = 149836159;
        Parameters:
        value - The bytes for sourceVirtualIp to set.
        Returns:
        This builder for chaining.