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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExternalAccessRule.IpRangeImplements
ExternalAccessRule.IpRangeOrBuilderStatic Fields
EXTERNAL_ADDRESS_FIELD_NUMBER
public static final int EXTERNAL_ADDRESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
IP_ADDRESS_FIELD_NUMBER
public static final int IP_ADDRESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
IP_ADDRESS_RANGE_FIELD_NUMBER
public static final int IP_ADDRESS_RANGE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ExternalAccessRule.IpRange getDefaultInstance()
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ExternalAccessRule.IpRange.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.Builder |
newBuilder(ExternalAccessRule.IpRange prototype)
public static ExternalAccessRule.IpRange.Builder newBuilder(ExternalAccessRule.IpRange prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ExternalAccessRule.IpRange |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.Builder |
parseDelimitedFrom(InputStream input)
public static ExternalAccessRule.IpRange parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ExternalAccessRule.IpRange parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ExternalAccessRule.IpRange parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ExternalAccessRule.IpRange parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ExternalAccessRule.IpRange parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ExternalAccessRule.IpRange parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExternalAccessRule.IpRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ExternalAccessRule.IpRange> parser()
Returns | |
---|---|
Type | Description |
Parser<IpRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ExternalAccessRule.IpRange getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for externalAddress. |
getIpAddress()
public String getIpAddress()
A single IP address. For example: 10.0.0.5
.
string ip_address = 1;
Returns | |
---|---|
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public ByteString getIpAddressBytes()
A single IP address. For example: 10.0.0.5
.
string ip_address = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for ipAddressRange. |
getIpRangeCase()
public ExternalAccessRule.IpRange.IpRangeCase getIpRangeCase()
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.IpRangeCase |
getParserForType()
public Parser<ExternalAccessRule.IpRange> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<IpRange> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the ipAddressRange field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ExternalAccessRule.IpRange.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExternalAccessRule.IpRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ExternalAccessRule.IpRange.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ExternalAccessRule.IpRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |