Class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange (1.93.0)

public final class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange extends GeneratedMessage implements NetworkProfileNetworkFeaturesPredefinedSubnetworkRangeOrBuilder

Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

Static Fields

IPV6_RANGE_FIELD_NUMBER

public static final int IPV6_RANGE_FIELD_NUMBER
Field Value
Type Description
int

NAME_PREFIX_FIELD_NUMBER

public static final int NAME_PREFIX_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange getDefaultInstance()
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder newBuilder()
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder

newBuilder(NetworkProfileNetworkFeaturesPredefinedSubnetworkRange prototype)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder newBuilder(NetworkProfileNetworkFeaturesPredefinedSubnetworkRange prototype)
Parameter
Name Description
prototype NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder

parseDelimitedFrom(InputStream input)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NetworkProfileNetworkFeaturesPredefinedSubnetworkRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<NetworkProfileNetworkFeaturesPredefinedSubnetworkRange> parser()
Returns
Type Description
Parser<NetworkProfileNetworkFeaturesPredefinedSubnetworkRange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public NetworkProfileNetworkFeaturesPredefinedSubnetworkRange getDefaultInstanceForType()
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

getIpv6Range()

public String getIpv6Range()

The IPv6 range of the predefined subnetwork.

optional string ipv6_range = 50053349;

Returns
Type Description
String

The ipv6Range.

getIpv6RangeBytes()

public ByteString getIpv6RangeBytes()

The IPv6 range of the predefined subnetwork.

optional string ipv6_range = 50053349;

Returns
Type Description
ByteString

The bytes for ipv6Range.

getNamePrefix()

public String getNamePrefix()

The naming prefix of the predefined subnetwork.

optional string name_prefix = 236409542;

Returns
Type Description
String

The namePrefix.

getNamePrefixBytes()

public ByteString getNamePrefixBytes()

The naming prefix of the predefined subnetwork.

optional string name_prefix = 236409542;

Returns
Type Description
ByteString

The bytes for namePrefix.

getParserForType()

public Parser<NetworkProfileNetworkFeaturesPredefinedSubnetworkRange> getParserForType()
Returns
Type Description
Parser<NetworkProfileNetworkFeaturesPredefinedSubnetworkRange>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasIpv6Range()

public boolean hasIpv6Range()

The IPv6 range of the predefined subnetwork.

optional string ipv6_range = 50053349;

Returns
Type Description
boolean

Whether the ipv6Range field is set.

hasNamePrefix()

public boolean hasNamePrefix()

The naming prefix of the predefined subnetwork.

optional string name_prefix = 236409542;

Returns
Type Description
boolean

Whether the namePrefix field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder newBuilderForType()
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder
Overrides

toBuilder()

public NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder toBuilder()
Returns
Type Description
NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException