public interface SecurityPolicyAdvancedOptionsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJsonCustomConfig()
public abstract 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;
| Type | Description |
| SecurityPolicyAdvancedOptionsConfigJsonCustomConfig | The jsonCustomConfig. |
getJsonCustomConfigOrBuilder()
public abstract 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;
| Type | Description |
| SecurityPolicyAdvancedOptionsConfigJsonCustomConfigOrBuilder |
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. |
hasJsonCustomConfig()
public abstract 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;
| Type | Description |
| boolean | Whether the jsonCustomConfig field is set. |
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. |