public sealed class AnalyzeOrgPolicyGovernedContainersResponse : IMessage<AnalyzeOrgPolicyGovernedContainersResponse>, IEquatable<AnalyzeOrgPolicyGovernedContainersResponse>, IDeepCloneable<AnalyzeOrgPolicyGovernedContainersResponse>, IBufferMessage, IMessage, IPageResponse<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEnumerable<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEnumerableReference 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
IMessage<AnalyzeOrgPolicyGovernedContainersResponse>, IEquatable<AnalyzeOrgPolicyGovernedContainersResponse>, IDeepCloneable<AnalyzeOrgPolicyGovernedContainersResponse>, IBufferMessage, IMessage, IPageResponse<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEnumerable<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, 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 |
RepeatedField<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer> |
|
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 |
IEnumerator<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|