Class ExternalAccessRule.IpRange (0.29.0)

public static final class ExternalAccessRule.IpRange extends GeneratedMessageV3 implements ExternalAccessRule.IpRangeOrBuilder

An IP range provided in any one of the supported formats.

Protobuf type google.cloud.vmwareengine.v1.ExternalAccessRule.IpRange

Static Fields

EXTERNAL_ADDRESS_FIELD_NUMBER

public static final int EXTERNAL_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

IP_ADDRESS_FIELD_NUMBER

public static final int IP_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

IP_ADDRESS_RANGE_FIELD_NUMBER

public static final int IP_ADDRESS_RANGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExternalAccessRule.IpRange getDefaultInstance()
Returns
TypeDescription
ExternalAccessRule.IpRange

getDescriptor()

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

newBuilder()

public static ExternalAccessRule.IpRange.Builder newBuilder()
Returns
TypeDescription
ExternalAccessRule.IpRange.Builder

newBuilder(ExternalAccessRule.IpRange prototype)

public static ExternalAccessRule.IpRange.Builder newBuilder(ExternalAccessRule.IpRange prototype)
Parameter
NameDescription
prototypeExternalAccessRule.IpRange
Returns
TypeDescription
ExternalAccessRule.IpRange.Builder

parseDelimitedFrom(InputStream input)

public static ExternalAccessRule.IpRange parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExternalAccessRule.IpRange
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ExternalAccessRule.IpRange parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExternalAccessRule.IpRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ExternalAccessRule.IpRange parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExternalAccessRule.IpRange
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ExternalAccessRule.IpRange parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExternalAccessRule.IpRange
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ExternalAccessRule.IpRange parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExternalAccessRule.IpRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ExternalAccessRule.IpRange> parser()
Returns
TypeDescription
Parser<IpRange>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExternalAccessRule.IpRange getDefaultInstanceForType()
Returns
TypeDescription
ExternalAccessRule.IpRange

getExternalAddress()

public String getExternalAddress()

The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

string external_address = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The externalAddress.

getExternalAddressBytes()

public ByteString getExternalAddressBytes()

The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

string external_address = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for externalAddress.

getIpAddress()

public String getIpAddress()

A single IP address. For example: 10.0.0.5.

string ip_address = 1;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public ByteString getIpAddressBytes()

A single IP address. For example: 10.0.0.5.

string ip_address = 1;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getIpAddressRange()

public String getIpAddressRange()

An IP address range in the CIDR format. For example: 10.0.0.0/24.

string ip_address_range = 2;

Returns
TypeDescription
String

The ipAddressRange.

getIpAddressRangeBytes()

public ByteString getIpAddressRangeBytes()

An IP address range in the CIDR format. For example: 10.0.0.0/24.

string ip_address_range = 2;

Returns
TypeDescription
ByteString

The bytes for ipAddressRange.

getIpRangeCase()

public ExternalAccessRule.IpRange.IpRangeCase getIpRangeCase()
Returns
TypeDescription
ExternalAccessRule.IpRange.IpRangeCase

getParserForType()

public Parser<ExternalAccessRule.IpRange> getParserForType()
Returns
TypeDescription
Parser<IpRange>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasExternalAddress()

public boolean hasExternalAddress()

The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

string external_address = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
boolean

Whether the externalAddress field is set.

hasIpAddress()

public boolean hasIpAddress()

A single IP address. For example: 10.0.0.5.

string ip_address = 1;

Returns
TypeDescription
boolean

Whether the ipAddress field is set.

hasIpAddressRange()

public boolean hasIpAddressRange()

An IP address range in the CIDR format. For example: 10.0.0.0/24.

string ip_address_range = 2;

Returns
TypeDescription
boolean

Whether the ipAddressRange 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 ExternalAccessRule.IpRange.Builder newBuilderForType()
Returns
TypeDescription
ExternalAccessRule.IpRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ExternalAccessRule.IpRange.Builder toBuilder()
Returns
TypeDescription
ExternalAccessRule.IpRange.Builder

writeTo(CodedOutputStream output)

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