public sealed class AnalyzeOrgPolicyGovernedContainersResponse : IMessage<AnalyzeOrgPolicyGovernedContainersResponse>, IEquatable<AnalyzeOrgPolicyGovernedContainersResponse>, IDeepCloneable<AnalyzeOrgPolicyGovernedContainersResponse>, IBufferMessage, IMessage, IPageResponse<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEnumerable<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEnumerable
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeOrgPolicyGovernedContainersResponse.
The response message for [AssetService.AnalyzeOrgPolicyGovernedContainers][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedContainers].
Implements
IMessageAnalyzeOrgPolicyGovernedContainersResponse, IEquatableAnalyzeOrgPolicyGovernedContainersResponse, IDeepCloneableAnalyzeOrgPolicyGovernedContainersResponse, IBufferMessage, IMessage, IPageResponseAnalyzeOrgPolicyGovernedContainersResponseTypesGovernedContainer, IEnumerableAnalyzeOrgPolicyGovernedContainersResponseTypesGovernedContainer, IEnumerableNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AnalyzeOrgPolicyGovernedContainersResponse()
public AnalyzeOrgPolicyGovernedContainersResponse()
AnalyzeOrgPolicyGovernedContainersResponse(AnalyzeOrgPolicyGovernedContainersResponse)
public AnalyzeOrgPolicyGovernedContainersResponse(AnalyzeOrgPolicyGovernedContainersResponse other)
Parameter | |
---|---|
Name | Description |
other | AnalyzeOrgPolicyGovernedContainersResponse |
Properties
Constraint
public AnalyzerOrgPolicyConstraint Constraint { get; set; }
The definition of the constraint in the request.
Property Value | |
---|---|
Type | Description |
AnalyzerOrgPolicyConstraint |
GovernedContainers
public RepeatedField<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer> GovernedContainers { get; }
The list of the analyzed governed containers.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalyzeOrgPolicyGovernedContainersResponseTypesGovernedContainer |
NextPageToken
public string NextPageToken { get; set; }
The page token to fetch the next page for [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnalyzeOrgPolicyGovernedContainersResponseTypesGovernedContainer |