Class: Google::Cloud::Asset::V1::SavedQuery::QueryContent
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::SavedQuery::QueryContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
The query content.
Instance Attribute Summary collapse
-
#iam_policy_analysis_query ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisQuery
An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.
Instance Attribute Details
#iam_policy_analysis_query ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisQuery
Returns An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.
1392 1393 1394 1395 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1392 class QueryContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |