Package com.google.cloud.compute.v1
Interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams,SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Builder
public interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOp()The match operator for the field.com.google.protobuf.ByteStringgetOpBytes()The match operator for the field.StringgetVal()The value of the field.com.google.protobuf.ByteStringgetValBytes()The value of the field.booleanhasOp()The match operator for the field.booleanhasVal()The value of the field.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOp
boolean hasOp()
The match operator for the field. Check the Op enum for the list of possible values.
optional string op = 3553;- Returns:
- Whether the op field is set.
-
getOp
String getOp()
The match operator for the field. Check the Op enum for the list of possible values.
optional string op = 3553;- Returns:
- The op.
-
getOpBytes
com.google.protobuf.ByteString getOpBytes()
The match operator for the field. Check the Op enum for the list of possible values.
optional string op = 3553;- Returns:
- The bytes for op.
-
hasVal
boolean hasVal()
The value of the field.
optional string val = 116513;- Returns:
- Whether the val field is set.
-
getVal
String getVal()
The value of the field.
optional string val = 116513;- Returns:
- The val.
-
getValBytes
com.google.protobuf.ByteString getValBytes()
The value of the field.
optional string val = 116513;- Returns:
- The bytes for val.
-
-