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

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

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

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

        public InstanceConfig.NetworkAddress.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<InstanceConfig.NetworkAddress.Builder>
        Throws:
        IOException
      • getNetworkIdBytes

        public com.google.protobuf.ByteString getNetworkIdBytes()
         Id of the network to use, within the same ProvisioningConfig request.
         
        string network_id = 1;
        Specified by:
        getNetworkIdBytes in interface InstanceConfig.NetworkAddressOrBuilder
        Returns:
        The bytes for networkId.
      • setNetworkId

        public InstanceConfig.NetworkAddress.Builder setNetworkId​(String value)
         Id of the network to use, within the same ProvisioningConfig request.
         
        string network_id = 1;
        Parameters:
        value - The networkId to set.
        Returns:
        This builder for chaining.
      • clearNetworkId

        public InstanceConfig.NetworkAddress.Builder clearNetworkId()
         Id of the network to use, within the same ProvisioningConfig request.
         
        string network_id = 1;
        Returns:
        This builder for chaining.
      • setNetworkIdBytes

        public InstanceConfig.NetworkAddress.Builder setNetworkIdBytes​(com.google.protobuf.ByteString value)
         Id of the network to use, within the same ProvisioningConfig request.
         
        string network_id = 1;
        Parameters:
        value - The bytes for networkId to set.
        Returns:
        This builder for chaining.
      • setAddress

        public InstanceConfig.NetworkAddress.Builder setAddress​(String value)
         IPv4 address to be assigned to the server.
         
        string address = 2;
        Parameters:
        value - The address to set.
        Returns:
        This builder for chaining.
      • setAddressBytes

        public InstanceConfig.NetworkAddress.Builder setAddressBytes​(com.google.protobuf.ByteString value)
         IPv4 address to be assigned to the server.
         
        string address = 2;
        Parameters:
        value - The bytes for address to set.
        Returns:
        This builder for chaining.
      • setExistingNetworkId

        public InstanceConfig.NetworkAddress.Builder setExistingNetworkId​(String value)
         Name of the existing network to use.
         
        string existing_network_id = 3;
        Parameters:
        value - The existingNetworkId to set.
        Returns:
        This builder for chaining.
      • clearExistingNetworkId

        public InstanceConfig.NetworkAddress.Builder clearExistingNetworkId()
         Name of the existing network to use.
         
        string existing_network_id = 3;
        Returns:
        This builder for chaining.
      • setExistingNetworkIdBytes

        public InstanceConfig.NetworkAddress.Builder setExistingNetworkIdBytes​(com.google.protobuf.ByteString value)
         Name of the existing network to use.
         
        string existing_network_id = 3;
        Parameters:
        value - The bytes for existingNetworkId to set.
        Returns:
        This builder for chaining.