public interface SecurityPolicyAdvancedOptionsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJsonParsing()
public abstract String getJsonParsing()Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
| Type | Description |
| String | The jsonParsing. |
getJsonParsingBytes()
public abstract ByteString getJsonParsingBytes()Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
| Type | Description |
| ByteString | The bytes for jsonParsing. |
getLogLevel()
public abstract String getLogLevel()Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
| Type | Description |
| String | The logLevel. |
getLogLevelBytes()
public abstract ByteString getLogLevelBytes()Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
| Type | Description |
| ByteString | The bytes for logLevel. |
hasJsonParsing()
public abstract boolean hasJsonParsing()Check the JsonParsing enum for the list of possible values.
optional string json_parsing = 282493529;
| Type | Description |
| boolean | Whether the jsonParsing field is set. |
hasLogLevel()
public abstract boolean hasLogLevel()Check the LogLevel enum for the list of possible values.
optional string log_level = 140582601;
| Type | Description |
| boolean | Whether the logLevel field is set. |