public interface FirewallLogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
This field denotes whether to enable logging for a particular firewall rule.
|
String |
getMetadata()
This field can only be specified for a particular firewall rule if logging is enabled for that rule.
|
com.google.protobuf.ByteString |
getMetadataBytes()
This field can only be specified for a particular firewall rule if logging is enabled for that rule.
|
boolean |
hasEnable()
This field denotes whether to enable logging for a particular firewall rule.
|
boolean |
hasMetadata()
This field can only be specified for a particular firewall rule if logging is enabled for that rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnable()
This field denotes whether to enable logging for a particular firewall rule.
optional bool enable = 311764355;boolean getEnable()
This field denotes whether to enable logging for a particular firewall rule.
optional bool enable = 311764355;boolean hasMetadata()
This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs. Check the Metadata enum for the list of possible values.
optional string metadata = 86866735;String getMetadata()
This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs. Check the Metadata enum for the list of possible values.
optional string metadata = 86866735;com.google.protobuf.ByteString getMetadataBytes()
This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs. Check the Metadata enum for the list of possible values.
optional string metadata = 86866735;Copyright © 2023 Google LLC. All rights reserved.