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

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

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

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

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

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

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

        public RouterNatSubnetworkToNat.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<RouterNatSubnetworkToNat.Builder>
        Throws:
        IOException
      • hasName

        public boolean hasName()
         URL for the subnetwork resource that will use NAT.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        Whether the name field is set.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         URL for the subnetwork resource that will use NAT.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        The bytes for name.
      • setName

        public RouterNatSubnetworkToNat.Builder setName​(String value)
         URL for the subnetwork resource that will use NAT.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public RouterNatSubnetworkToNat.Builder clearName()
         URL for the subnetwork resource that will use NAT.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public RouterNatSubnetworkToNat.Builder setNameBytes​(com.google.protobuf.ByteString value)
         URL for the subnetwork resource that will use NAT.
         
        optional string name = 3373707;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getSecondaryIpRangeNamesList

        public com.google.protobuf.ProtocolStringList getSecondaryIpRangeNamesList()
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Specified by:
        getSecondaryIpRangeNamesList in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        A list containing the secondaryIpRangeNames.
      • getSecondaryIpRangeNamesCount

        public int getSecondaryIpRangeNamesCount()
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Specified by:
        getSecondaryIpRangeNamesCount in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        The count of secondaryIpRangeNames.
      • getSecondaryIpRangeNames

        public String getSecondaryIpRangeNames​(int index)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Specified by:
        getSecondaryIpRangeNames in interface RouterNatSubnetworkToNatOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The secondaryIpRangeNames at the given index.
      • getSecondaryIpRangeNamesBytes

        public com.google.protobuf.ByteString getSecondaryIpRangeNamesBytes​(int index)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Specified by:
        getSecondaryIpRangeNamesBytes in interface RouterNatSubnetworkToNatOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the secondaryIpRangeNames at the given index.
      • setSecondaryIpRangeNames

        public RouterNatSubnetworkToNat.Builder setSecondaryIpRangeNames​(int index,
                                                                         String value)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Parameters:
        index - The index to set the value at.
        value - The secondaryIpRangeNames to set.
        Returns:
        This builder for chaining.
      • addSecondaryIpRangeNames

        public RouterNatSubnetworkToNat.Builder addSecondaryIpRangeNames​(String value)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Parameters:
        value - The secondaryIpRangeNames to add.
        Returns:
        This builder for chaining.
      • addAllSecondaryIpRangeNames

        public RouterNatSubnetworkToNat.Builder addAllSecondaryIpRangeNames​(Iterable<String> values)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Parameters:
        values - The secondaryIpRangeNames to add.
        Returns:
        This builder for chaining.
      • clearSecondaryIpRangeNames

        public RouterNatSubnetworkToNat.Builder clearSecondaryIpRangeNames()
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Returns:
        This builder for chaining.
      • addSecondaryIpRangeNamesBytes

        public RouterNatSubnetworkToNat.Builder addSecondaryIpRangeNamesBytes​(com.google.protobuf.ByteString value)
         A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
         
        repeated string secondary_ip_range_names = 264315097;
        Parameters:
        value - The bytes of the secondaryIpRangeNames to add.
        Returns:
        This builder for chaining.
      • getSourceIpRangesToNatList

        public com.google.protobuf.ProtocolStringList getSourceIpRangesToNatList()
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Specified by:
        getSourceIpRangesToNatList in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        A list containing the sourceIpRangesToNat.
      • getSourceIpRangesToNatCount

        public int getSourceIpRangesToNatCount()
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Specified by:
        getSourceIpRangesToNatCount in interface RouterNatSubnetworkToNatOrBuilder
        Returns:
        The count of sourceIpRangesToNat.
      • getSourceIpRangesToNat

        public String getSourceIpRangesToNat​(int index)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Specified by:
        getSourceIpRangesToNat in interface RouterNatSubnetworkToNatOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The sourceIpRangesToNat at the given index.
      • getSourceIpRangesToNatBytes

        public com.google.protobuf.ByteString getSourceIpRangesToNatBytes​(int index)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Specified by:
        getSourceIpRangesToNatBytes in interface RouterNatSubnetworkToNatOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sourceIpRangesToNat at the given index.
      • setSourceIpRangesToNat

        public RouterNatSubnetworkToNat.Builder setSourceIpRangesToNat​(int index,
                                                                       String value)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Parameters:
        index - The index to set the value at.
        value - The sourceIpRangesToNat to set.
        Returns:
        This builder for chaining.
      • addSourceIpRangesToNat

        public RouterNatSubnetworkToNat.Builder addSourceIpRangesToNat​(String value)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Parameters:
        value - The sourceIpRangesToNat to add.
        Returns:
        This builder for chaining.
      • addAllSourceIpRangesToNat

        public RouterNatSubnetworkToNat.Builder addAllSourceIpRangesToNat​(Iterable<String> values)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Parameters:
        values - The sourceIpRangesToNat to add.
        Returns:
        This builder for chaining.
      • clearSourceIpRangesToNat

        public RouterNatSubnetworkToNat.Builder clearSourceIpRangesToNat()
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Returns:
        This builder for chaining.
      • addSourceIpRangesToNatBytes

        public RouterNatSubnetworkToNat.Builder addSourceIpRangesToNatBytes​(com.google.protobuf.ByteString value)
         Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
         Check the SourceIpRangesToNat enum for the list of possible values.
         
        repeated string source_ip_ranges_to_nat = 388310386;
        Parameters:
        value - The bytes of the sourceIpRangesToNat to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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