Class SubnetworksExpandIpCidrRangeRequest (1.52.0)

public final class SubnetworksExpandIpCidrRangeRequest extends GeneratedMessageV3 implements SubnetworksExpandIpCidrRangeRequestOrBuilder

Protobuf type google.cloud.compute.v1.SubnetworksExpandIpCidrRangeRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SubnetworksExpandIpCidrRangeRequest

Static Fields

IP_CIDR_RANGE_FIELD_NUMBER

public static final int IP_CIDR_RANGE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SubnetworksExpandIpCidrRangeRequest getDefaultInstance()
Returns
Type Description
SubnetworksExpandIpCidrRangeRequest

getDescriptor()

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

newBuilder()

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

newBuilder(SubnetworksExpandIpCidrRangeRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SubnetworksExpandIpCidrRangeRequest getDefaultInstanceForType()
Returns
Type Description
SubnetworksExpandIpCidrRangeRequest

getIpCidrRange()

public String getIpCidrRange()

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

optional string ip_cidr_range = 98117322;

Returns
Type Description
String

The ipCidrRange.

getIpCidrRangeBytes()

public ByteString getIpCidrRangeBytes()

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

optional string ip_cidr_range = 98117322;

Returns
Type Description
ByteString

The bytes for ipCidrRange.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasIpCidrRange()

public boolean hasIpCidrRange()

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.

optional string ip_cidr_range = 98117322;

Returns
Type Description
boolean

Whether the ipCidrRange field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SubnetworksExpandIpCidrRangeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SubnetworksExpandIpCidrRangeRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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