Class SubnetworksExpandIpCidrRangeRequest (1.38.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static SubnetworksExpandIpCidrRangeRequest getDefaultInstance()
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SubnetworksExpandIpCidrRangeRequest.Builder newBuilder()
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest.Builder

newBuilder(SubnetworksExpandIpCidrRangeRequest prototype)

public static SubnetworksExpandIpCidrRangeRequest.Builder newBuilder(SubnetworksExpandIpCidrRangeRequest prototype)
Parameter
NameDescription
prototypeSubnetworksExpandIpCidrRangeRequest
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest.Builder

parseDelimitedFrom(InputStream input)

public static SubnetworksExpandIpCidrRangeRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SubnetworksExpandIpCidrRangeRequest> parser()
Returns
TypeDescription
Parser<SubnetworksExpandIpCidrRangeRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SubnetworksExpandIpCidrRangeRequest getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for ipCidrRange.

getParserForType()

public Parser<SubnetworksExpandIpCidrRangeRequest> getParserForType()
Returns
TypeDescription
Parser<SubnetworksExpandIpCidrRangeRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the ipCidrRange field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SubnetworksExpandIpCidrRangeRequest.Builder newBuilderForType()
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SubnetworksExpandIpCidrRangeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SubnetworksExpandIpCidrRangeRequest.Builder toBuilder()
Returns
TypeDescription
SubnetworksExpandIpCidrRangeRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException