Class: Google::Cloud::CloudSecurityCompliance::V1::RegexpPattern
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::RegexpPattern
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb
Overview
The regular expression (regex) validator for parameter values.
Instance Attribute Summary collapse
-
#pattern ⇒ ::String
Required.
Instance Attribute Details
#pattern ⇒ ::String
Returns Required. The regex pattern to match the values of the parameter with.
309 310 311 312 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 309 class RegexpPattern include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |