public final class UsableSubnetwork extends com.google.protobuf.GeneratedMessageV3 implements UsableSubnetworkOrBuilder
Subnetwork which the current user has compute.subnetworks.use permission on.Protobuf type
google.cloud.compute.v1.UsableSubnetwork| Modifier and Type | Class and Description |
|---|---|
static class |
UsableSubnetwork.Builder
Subnetwork which the current user has compute.subnetworks.use permission on.
|
static class |
UsableSubnetwork.Ipv6AccessType
The access type of IPv6 address this subnet holds.
|
static class |
UsableSubnetwork.Purpose
The purpose of the resource.
|
static class |
UsableSubnetwork.Role
The role of subnetwork.
|
static class |
UsableSubnetwork.StackType
The stack type for the subnet.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_IPV6_PREFIX_FIELD_NUMBER |
static int |
INTERNAL_IPV6_PREFIX_FIELD_NUMBER |
static int |
IP_CIDR_RANGE_FIELD_NUMBER |
static int |
IPV6_ACCESS_TYPE_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
static int |
PURPOSE_FIELD_NUMBER |
static int |
ROLE_FIELD_NUMBER |
static int |
SECONDARY_IP_RANGES_FIELD_NUMBER |
static int |
STACK_TYPE_FIELD_NUMBER |
static int |
SUBNETWORK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static UsableSubnetwork |
getDefaultInstance() |
UsableSubnetwork |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getExternalIpv6Prefix()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
|
com.google.protobuf.ByteString |
getExternalIpv6PrefixBytes()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
|
String |
getInternalIpv6Prefix()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
|
com.google.protobuf.ByteString |
getInternalIpv6PrefixBytes()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
|
String |
getIpCidrRange()
The range of internal addresses that are owned by this subnetwork.
|
com.google.protobuf.ByteString |
getIpCidrRangeBytes()
The range of internal addresses that are owned by this subnetwork.
|
String |
getIpv6AccessType()
The access type of IPv6 address this subnet holds.
|
com.google.protobuf.ByteString |
getIpv6AccessTypeBytes()
The access type of IPv6 address this subnet holds.
|
String |
getNetwork()
Network URL.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Network URL.
|
com.google.protobuf.Parser<UsableSubnetwork> |
getParserForType() |
String |
getPurpose()
The purpose of the resource.
|
com.google.protobuf.ByteString |
getPurposeBytes()
The purpose of the resource.
|
String |
getRole()
The role of subnetwork.
|
com.google.protobuf.ByteString |
getRoleBytes()
The role of subnetwork.
|
UsableSubnetworkSecondaryRange |
getSecondaryIpRanges(int index)
Secondary IP ranges.
|
int |
getSecondaryIpRangesCount()
Secondary IP ranges.
|
List<UsableSubnetworkSecondaryRange> |
getSecondaryIpRangesList()
Secondary IP ranges.
|
UsableSubnetworkSecondaryRangeOrBuilder |
getSecondaryIpRangesOrBuilder(int index)
Secondary IP ranges.
|
List<? extends UsableSubnetworkSecondaryRangeOrBuilder> |
getSecondaryIpRangesOrBuilderList()
Secondary IP ranges.
|
int |
getSerializedSize() |
String |
getStackType()
The stack type for the subnet.
|
com.google.protobuf.ByteString |
getStackTypeBytes()
The stack type for the subnet.
|
String |
getSubnetwork()
Subnetwork URL.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
Subnetwork URL.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExternalIpv6Prefix()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
|
int |
hashCode() |
boolean |
hasInternalIpv6Prefix()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
|
boolean |
hasIpCidrRange()
The range of internal addresses that are owned by this subnetwork.
|
boolean |
hasIpv6AccessType()
The access type of IPv6 address this subnet holds.
|
boolean |
hasNetwork()
Network URL.
|
boolean |
hasPurpose()
The purpose of the resource.
|
boolean |
hasRole()
The role of subnetwork.
|
boolean |
hasStackType()
The stack type for the subnet.
|
boolean |
hasSubnetwork()
Subnetwork URL.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UsableSubnetwork.Builder |
newBuilder() |
static UsableSubnetwork.Builder |
newBuilder(UsableSubnetwork prototype) |
UsableSubnetwork.Builder |
newBuilderForType() |
protected UsableSubnetwork.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UsableSubnetwork |
parseDelimitedFrom(InputStream input) |
static UsableSubnetwork |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UsableSubnetwork |
parseFrom(byte[] data) |
static UsableSubnetwork |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UsableSubnetwork |
parseFrom(ByteBuffer data) |
static UsableSubnetwork |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UsableSubnetwork |
parseFrom(com.google.protobuf.ByteString data) |
static UsableSubnetwork |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UsableSubnetwork |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UsableSubnetwork |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UsableSubnetwork |
parseFrom(InputStream input) |
static UsableSubnetwork |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UsableSubnetwork> |
parser() |
UsableSubnetwork.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int EXTERNAL_IPV6_PREFIX_FIELD_NUMBER
public static final int INTERNAL_IPV6_PREFIX_FIELD_NUMBER
public static final int IP_CIDR_RANGE_FIELD_NUMBER
public static final int IPV6_ACCESS_TYPE_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
public static final int PURPOSE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
public static final int SECONDARY_IP_RANGES_FIELD_NUMBER
public static final int STACK_TYPE_FIELD_NUMBER
public static final int SUBNETWORK_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasExternalIpv6Prefix()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
optional string external_ipv6_prefix = 139299190;hasExternalIpv6Prefix in interface UsableSubnetworkOrBuilderpublic String getExternalIpv6Prefix()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
optional string external_ipv6_prefix = 139299190;getExternalIpv6Prefix in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getExternalIpv6PrefixBytes()
[Output Only] The external IPv6 address range that is assigned to this subnetwork.
optional string external_ipv6_prefix = 139299190;getExternalIpv6PrefixBytes in interface UsableSubnetworkOrBuilderpublic boolean hasInternalIpv6Prefix()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
optional string internal_ipv6_prefix = 506270056;hasInternalIpv6Prefix in interface UsableSubnetworkOrBuilderpublic String getInternalIpv6Prefix()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
optional string internal_ipv6_prefix = 506270056;getInternalIpv6Prefix in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getInternalIpv6PrefixBytes()
[Output Only] The internal IPv6 address range that is assigned to this subnetwork.
optional string internal_ipv6_prefix = 506270056;getInternalIpv6PrefixBytes in interface UsableSubnetworkOrBuilderpublic boolean hasIpCidrRange()
The range of internal addresses that are owned by this subnetwork.
optional string ip_cidr_range = 98117322;hasIpCidrRange in interface UsableSubnetworkOrBuilderpublic String getIpCidrRange()
The range of internal addresses that are owned by this subnetwork.
optional string ip_cidr_range = 98117322;getIpCidrRange in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getIpCidrRangeBytes()
The range of internal addresses that are owned by this subnetwork.
optional string ip_cidr_range = 98117322;getIpCidrRangeBytes in interface UsableSubnetworkOrBuilderpublic boolean hasIpv6AccessType()
The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. Check the Ipv6AccessType enum for the list of possible values.
optional string ipv6_access_type = 504658653;hasIpv6AccessType in interface UsableSubnetworkOrBuilderpublic String getIpv6AccessType()
The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. Check the Ipv6AccessType enum for the list of possible values.
optional string ipv6_access_type = 504658653;getIpv6AccessType in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getIpv6AccessTypeBytes()
The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. Check the Ipv6AccessType enum for the list of possible values.
optional string ipv6_access_type = 504658653;getIpv6AccessTypeBytes in interface UsableSubnetworkOrBuilderpublic boolean hasNetwork()
Network URL.
optional string network = 232872494;hasNetwork in interface UsableSubnetworkOrBuilderpublic String getNetwork()
Network URL.
optional string network = 232872494;getNetwork in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getNetworkBytes()
Network URL.
optional string network = 232872494;getNetworkBytes in interface UsableSubnetworkOrBuilderpublic boolean hasPurpose()
The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER. Check the Purpose enum for the list of possible values.
optional string purpose = 316407070;hasPurpose in interface UsableSubnetworkOrBuilderpublic String getPurpose()
The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER. Check the Purpose enum for the list of possible values.
optional string purpose = 316407070;getPurpose in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getPurposeBytes()
The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER. Check the Purpose enum for the list of possible values.
optional string purpose = 316407070;getPurposeBytes in interface UsableSubnetworkOrBuilderpublic boolean hasRole()
The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request. Check the Role enum for the list of possible values.
optional string role = 3506294;hasRole in interface UsableSubnetworkOrBuilderpublic String getRole()
The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request. Check the Role enum for the list of possible values.
optional string role = 3506294;getRole in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getRoleBytes()
The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request. Check the Role enum for the list of possible values.
optional string role = 3506294;getRoleBytes in interface UsableSubnetworkOrBuilderpublic List<UsableSubnetworkSecondaryRange> getSecondaryIpRangesList()
Secondary IP ranges.
repeated .google.cloud.compute.v1.UsableSubnetworkSecondaryRange secondary_ip_ranges = 136658915;
getSecondaryIpRangesList in interface UsableSubnetworkOrBuilderpublic List<? extends UsableSubnetworkSecondaryRangeOrBuilder> getSecondaryIpRangesOrBuilderList()
Secondary IP ranges.
repeated .google.cloud.compute.v1.UsableSubnetworkSecondaryRange secondary_ip_ranges = 136658915;
getSecondaryIpRangesOrBuilderList in interface UsableSubnetworkOrBuilderpublic int getSecondaryIpRangesCount()
Secondary IP ranges.
repeated .google.cloud.compute.v1.UsableSubnetworkSecondaryRange secondary_ip_ranges = 136658915;
getSecondaryIpRangesCount in interface UsableSubnetworkOrBuilderpublic UsableSubnetworkSecondaryRange getSecondaryIpRanges(int index)
Secondary IP ranges.
repeated .google.cloud.compute.v1.UsableSubnetworkSecondaryRange secondary_ip_ranges = 136658915;
getSecondaryIpRanges in interface UsableSubnetworkOrBuilderpublic UsableSubnetworkSecondaryRangeOrBuilder getSecondaryIpRangesOrBuilder(int index)
Secondary IP ranges.
repeated .google.cloud.compute.v1.UsableSubnetworkSecondaryRange secondary_ip_ranges = 136658915;
getSecondaryIpRangesOrBuilder in interface UsableSubnetworkOrBuilderpublic boolean hasStackType()
The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch. Check the StackType enum for the list of possible values.
optional string stack_type = 425908881;hasStackType in interface UsableSubnetworkOrBuilderpublic String getStackType()
The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch. Check the StackType enum for the list of possible values.
optional string stack_type = 425908881;getStackType in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getStackTypeBytes()
The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch. Check the StackType enum for the list of possible values.
optional string stack_type = 425908881;getStackTypeBytes in interface UsableSubnetworkOrBuilderpublic boolean hasSubnetwork()
Subnetwork URL.
optional string subnetwork = 307827694;hasSubnetwork in interface UsableSubnetworkOrBuilderpublic String getSubnetwork()
Subnetwork URL.
optional string subnetwork = 307827694;getSubnetwork in interface UsableSubnetworkOrBuilderpublic com.google.protobuf.ByteString getSubnetworkBytes()
Subnetwork URL.
optional string subnetwork = 307827694;getSubnetworkBytes in interface UsableSubnetworkOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UsableSubnetwork parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UsableSubnetwork parseFrom(InputStream input) throws IOException
IOExceptionpublic static UsableSubnetwork parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UsableSubnetwork parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UsableSubnetwork parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UsableSubnetwork parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UsableSubnetwork parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UsableSubnetwork.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UsableSubnetwork.Builder newBuilder()
public static UsableSubnetwork.Builder newBuilder(UsableSubnetwork prototype)
public UsableSubnetwork.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UsableSubnetwork.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UsableSubnetwork getDefaultInstance()
public static com.google.protobuf.Parser<UsableSubnetwork> parser()
public com.google.protobuf.Parser<UsableSubnetwork> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UsableSubnetwork getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.