public sealed class ListConstraintsResponse : IMessage<ListConstraintsResponse>, IEquatable<ListConstraintsResponse>, IDeepCloneable<ListConstraintsResponse>, IBufferMessage, IMessage, IPageResponse<Constraint>, IEnumerable<Constraint>, IEnumerable
Reference documentation and code samples for the Organization Policy v2 API class ListConstraintsResponse.
The response returned from the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.
Implements
IMessageListConstraintsResponse, IEquatableListConstraintsResponse, IDeepCloneableListConstraintsResponse, IBufferMessage, IMessage, IPageResponseConstraint, IEnumerableConstraint, IEnumerableNamespace
Google.Cloud.OrgPolicy.V2Assembly
Google.Cloud.OrgPolicy.V2.dll
Constructors
ListConstraintsResponse()
public ListConstraintsResponse()
ListConstraintsResponse(ListConstraintsResponse)
public ListConstraintsResponse(ListConstraintsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListConstraintsResponse |
Properties
Constraints
public RepeatedField<Constraint> Constraints { get; }
The collection of constraints that are available on the targeted resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConstraint |
NextPageToken
public string NextPageToken { get; set; }
Page token used to retrieve the next page. This is currently not used.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Constraint> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorConstraint |