Class RouterNatSubnetworkToNat

  • All Implemented Interfaces:
    RouterNatSubnetworkToNatOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class RouterNatSubnetworkToNat
    extends com.google.protobuf.GeneratedMessageV3
    implements RouterNatSubnetworkToNatOrBuilder
     Defines the IP ranges that want to use NAT for a subnetwork.
     
    Protobuf type google.cloud.compute.v1.RouterNatSubnetworkToNat
    See Also:
    Serialized Form
    • Field Detail

      • SECONDARY_IP_RANGE_NAMES_FIELD_NUMBER

        public static final int SECONDARY_IP_RANGE_NAMES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SOURCE_IP_RANGES_TO_NAT_FIELD_NUMBER

        public static final int SOURCE_IP_RANGES_TO_NAT_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(ByteBuffer data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(ByteBuffer data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(com.google.protobuf.ByteString data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(byte[] data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RouterNatSubnetworkToNat parseFrom​(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

        protected RouterNatSubnetworkToNat.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<RouterNatSubnetworkToNat> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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