Google Cloud Asset Inventory v1 API - Class AnalyzeOrgPolicyGovernedAssetsResponse (3.11.0)

public sealed class AnalyzeOrgPolicyGovernedAssetsResponse : IMessage<AnalyzeOrgPolicyGovernedAssetsResponse>, IEquatable<AnalyzeOrgPolicyGovernedAssetsResponse>, IDeepCloneable<AnalyzeOrgPolicyGovernedAssetsResponse>, IBufferMessage, IMessage, IPageResponse<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset>, IEnumerable<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset>, IEnumerable

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeOrgPolicyGovernedAssetsResponse.

The response message for [AssetService.AnalyzeOrgPolicyGovernedAssets][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedAssets].

Inheritance

object > AnalyzeOrgPolicyGovernedAssetsResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

AnalyzeOrgPolicyGovernedAssetsResponse()

public AnalyzeOrgPolicyGovernedAssetsResponse()

AnalyzeOrgPolicyGovernedAssetsResponse(AnalyzeOrgPolicyGovernedAssetsResponse)

public AnalyzeOrgPolicyGovernedAssetsResponse(AnalyzeOrgPolicyGovernedAssetsResponse other)
Parameter
NameDescription
otherAnalyzeOrgPolicyGovernedAssetsResponse

Properties

Constraint

public AnalyzerOrgPolicyConstraint Constraint { get; set; }

The definition of the constraint in the request.

Property Value
TypeDescription
AnalyzerOrgPolicyConstraint

GovernedAssets

public RepeatedField<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset> GovernedAssets { get; }

The list of the analyzed governed assets.

Property Value
TypeDescription
RepeatedFieldAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset

NextPageToken

public string NextPageToken { get; set; }

The page token to fetch the next page for [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset