public sealed class QueryContent : IMessage<SavedQuery.Types.QueryContent>, IEquatable<SavedQuery.Types.QueryContent>, IDeepCloneable<SavedQuery.Types.QueryContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class SavedQuery.Types.QueryContent.
The query content.
Implements
IMessage<SavedQuery.Types.QueryContent>, IEquatable<SavedQuery.Types.QueryContent>, IDeepCloneable<SavedQuery.Types.QueryContent>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
QueryContent()
public QueryContent()
QueryContent(SavedQuery.Types.QueryContent)
public QueryContent(SavedQuery.Types.QueryContent other)
Parameter | |
---|---|
Name | Description |
other | SavedQuery.Types.QueryContent |
Properties
IamPolicyAnalysisQuery
public IamPolicyAnalysisQuery IamPolicyAnalysisQuery { get; set; }
An IAM Policy Analysis query, which could be used in the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] RPC or the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] RPC.
Property Value | |
---|---|
Type | Description |
IamPolicyAnalysisQuery |
QueryContentCase
public SavedQuery.Types.QueryContent.QueryContentOneofCase QueryContentCase { get; }
Property Value | |
---|---|
Type | Description |
SavedQuery.Types.QueryContent.QueryContentOneofCase |