Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CELExpression.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expression
def expression() -> ::String
Returns
- (::String) — Required. Logic expression in CEL language. The max length of the condition is 1000 characters.
#expression=
def expression=(value) -> ::String
Parameter
- value (::String) — Required. Logic expression in CEL language. The max length of the condition is 1000 characters.
Returns
- (::String) — Required. Logic expression in CEL language. The max length of the condition is 1000 characters.
#resource_types_values
def resource_types_values() -> ::Google::Cloud::CloudSecurityCompliance::V1::StringList
Returns
-
(::Google::Cloud::CloudSecurityCompliance::V1::StringList) — The resource instance types on which this expression is defined.
Format will be of the form :
<canonical service name>/<type>
Example:compute.googleapis.com/Instance
.
#resource_types_values=
def resource_types_values=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::StringList
Parameter
-
value (::Google::Cloud::CloudSecurityCompliance::V1::StringList) — The resource instance types on which this expression is defined.
Format will be of the form :
<canonical service name>/<type>
Example:compute.googleapis.com/Instance
.
Returns
-
(::Google::Cloud::CloudSecurityCompliance::V1::StringList) — The resource instance types on which this expression is defined.
Format will be of the form :
<canonical service name>/<type>
Example:compute.googleapis.com/Instance
.