public final class SubnetworksExpandIpCidrRangeRequest extends GeneratedMessageV3 implements SubnetworksExpandIpCidrRangeRequestOrBuilder
Protobuf type google.cloud.compute.v1.SubnetworksExpandIpCidrRangeRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SubnetworksExpandIpCidrRangeRequest.Builder newBuilder()
newBuilder(SubnetworksExpandIpCidrRangeRequest prototype)
public static SubnetworksExpandIpCidrRangeRequest.Builder newBuilder(SubnetworksExpandIpCidrRangeRequest prototype)
public static SubnetworksExpandIpCidrRangeRequest parseDelimitedFrom(InputStream input)
public static SubnetworksExpandIpCidrRangeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(CodedInputStream input)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(InputStream input)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SubnetworksExpandIpCidrRangeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SubnetworksExpandIpCidrRangeRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SubnetworksExpandIpCidrRangeRequest getDefaultInstanceForType()
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()
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SubnetworksExpandIpCidrRangeRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SubnetworksExpandIpCidrRangeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SubnetworksExpandIpCidrRangeRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides