Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#op
def op() -> ::String
Returns
- (::String) — The match operator for the field. Check the Op enum for the list of possible values.
#op=
def op=(value) -> ::String
Parameter
- value (::String) — The match operator for the field. Check the Op enum for the list of possible values.
Returns
- (::String) — The match operator for the field. Check the Op enum for the list of possible values.
#val
def val() -> ::String
Returns
- (::String) — The value of the field.
#val=
def val=(value) -> ::String
Parameter
- value (::String) — The value of the field.
Returns
- (::String) — The value of the field.