public static final class WebServerNetworkAccessControl.AllowedIpRange extends GeneratedMessageV3 implements WebServerNetworkAccessControl.AllowedIpRangeOrBuilder
Allowed IP range with user-provided description.
Protobuf type
google.cloud.orchestration.airflow.service.v1.WebServerNetworkAccessControl.AllowedIpRange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WebServerNetworkAccessControl.AllowedIpRangeStatic Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Type | Description |
int |
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static WebServerNetworkAccessControl.AllowedIpRange getDefaultInstance()
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static WebServerNetworkAccessControl.AllowedIpRange.Builder newBuilder()
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange.Builder |
newBuilder(WebServerNetworkAccessControl.AllowedIpRange prototype)
public static WebServerNetworkAccessControl.AllowedIpRange.Builder newBuilder(WebServerNetworkAccessControl.AllowedIpRange prototype)
Name | Description |
prototype |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange.Builder |
parseDelimitedFrom(InputStream input)
public static WebServerNetworkAccessControl.AllowedIpRange parseDelimitedFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(byte[] data)
Name | Description |
data |
byte[] |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(ByteString data)
Name | Description |
data |
ByteString |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(CodedInputStream input)
Name | Description |
input |
CodedInputStream |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(InputStream input)
Name | Description |
input |
InputStream |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(ByteBuffer data)
Name | Description |
data |
ByteBuffer |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WebServerNetworkAccessControl.AllowedIpRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WebServerNetworkAccessControl.AllowedIpRange> parser()
Type | Description |
Parser<AllowedIpRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj |
Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public WebServerNetworkAccessControl.AllowedIpRange getDefaultInstanceForType()
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange |
getDescription()
public String getDescription()
Optional. User-provided description. It must contain at most 300 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. User-provided description. It must contain at most 300 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString |
The bytes for description. |
getParserForType()
public Parser<WebServerNetworkAccessControl.AllowedIpRange> getParserForType()
Type | Description |
Parser<AllowedIpRange> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getValue()
public String getValue()
IP address or range, defined using CIDR notation, of requests that this
rule applies to.
Examples: 192.168.1.1
or 192.168.0.0/16
or 2001:db8::/32
or 2001:0db8:0000:0042:0000:8a2e:0370:7334
.
IP range prefixes should be properly truncated. For example,
1.2.3.4/24
should be truncated to 1.2.3.0/24
. Similarly, for IPv6,
2001:db8::1/32
should be truncated to 2001:db8::/32
.
string value = 1;
Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()
IP address or range, defined using CIDR notation, of requests that this
rule applies to.
Examples: 192.168.1.1
or 192.168.0.0/16
or 2001:db8::/32
or 2001:0db8:0000:0042:0000:8a2e:0370:7334
.
IP range prefixes should be properly truncated. For example,
1.2.3.4/24
should be truncated to 1.2.3.0/24
. Similarly, for IPv6,
2001:db8::1/32
should be truncated to 2001:db8::/32
.
string value = 1;
Type | Description |
ByteString |
The bytes for value. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public WebServerNetworkAccessControl.AllowedIpRange.Builder newBuilderForType()
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WebServerNetworkAccessControl.AllowedIpRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent |
BuilderParent |
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused |
UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public WebServerNetworkAccessControl.AllowedIpRange.Builder toBuilder()
Type | Description |
WebServerNetworkAccessControl.AllowedIpRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output |
CodedOutputStream |
Type | Description |
IOException |