public final class SecurityPolicyAdvancedOptionsConfig extends GeneratedMessageV3 implements SecurityPolicyAdvancedOptionsConfigOrBuilder
Protobuf type google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig
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
JSON_CUSTOM_CONFIG_FIELD_NUMBER
public static final int JSON_CUSTOM_CONFIG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
JSON_PARSING_FIELD_NUMBER
public static final int JSON_PARSING_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LOG_LEVEL_FIELD_NUMBER
public static final int LOG_LEVEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int USER_IP_REQUEST_HEADERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static SecurityPolicyAdvancedOptionsConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SecurityPolicyAdvancedOptionsConfig.Builder newBuilder()
newBuilder(SecurityPolicyAdvancedOptionsConfig prototype)
public static SecurityPolicyAdvancedOptionsConfig.Builder newBuilder(SecurityPolicyAdvancedOptionsConfig prototype)
public static SecurityPolicyAdvancedOptionsConfig parseDelimitedFrom(InputStream input)
public static SecurityPolicyAdvancedOptionsConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(CodedInputStream input)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(InputStream input)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecurityPolicyAdvancedOptionsConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SecurityPolicyAdvancedOptionsConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public SecurityPolicyAdvancedOptionsConfig getDefaultInstanceForType()
getJsonCustomConfig()
public SecurityPolicyAdvancedOptionsConfigJsonCustomConfig getJsonCustomConfig()
Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfigJsonCustomConfig json_custom_config = 111570105;
getJsonCustomConfigOrBuilder()
public SecurityPolicyAdvancedOptionsConfigJsonCustomConfigOrBuilder getJsonCustomConfigOrBuilder()
Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfigJsonCustomConfig json_custom_config = 111570105;
getJsonParsing()
public String getJsonParsing()
Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
Returns |
---|
Type | Description |
String | The jsonParsing.
|
getJsonParsingBytes()
public ByteString getJsonParsingBytes()
Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
Returns |
---|
Type | Description |
ByteString | The bytes for jsonParsing.
|
getLogLevel()
public String getLogLevel()
Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
Returns |
---|
Type | Description |
String | The logLevel.
|
getLogLevelBytes()
public ByteString getLogLevelBytes()
Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
Returns |
---|
Type | Description |
ByteString | The bytes for logLevel.
|
getParserForType()
public Parser<SecurityPolicyAdvancedOptionsConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public String getUserIpRequestHeaders(int index)
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
repeated string user_ip_request_headers = 421050290;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The userIpRequestHeaders at the given index.
|
public ByteString getUserIpRequestHeadersBytes(int index)
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
repeated string user_ip_request_headers = 421050290;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the userIpRequestHeaders at the given index.
|
public int getUserIpRequestHeadersCount()
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
repeated string user_ip_request_headers = 421050290;
Returns |
---|
Type | Description |
int | The count of userIpRequestHeaders.
|
public ProtocolStringList getUserIpRequestHeadersList()
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
repeated string user_ip_request_headers = 421050290;
hasJsonCustomConfig()
public boolean hasJsonCustomConfig()
Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
optional .google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfigJsonCustomConfig json_custom_config = 111570105;
Returns |
---|
Type | Description |
boolean | Whether the jsonCustomConfig field is set.
|
hasJsonParsing()
public boolean hasJsonParsing()
Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
Returns |
---|
Type | Description |
boolean | Whether the jsonParsing field is set.
|
hasLogLevel()
public boolean hasLogLevel()
Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
Returns |
---|
Type | Description |
boolean | Whether the logLevel field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SecurityPolicyAdvancedOptionsConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecurityPolicyAdvancedOptionsConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public SecurityPolicyAdvancedOptionsConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides