Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::ListConstraintsResponse.
The response returned from the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#constraints
def constraints() -> ::Array<::Google::Cloud::OrgPolicy::V2::Constraint>
Returns
- (::Array<::Google::Cloud::OrgPolicy::V2::Constraint>) — The collection of constraints that are available on the targeted resource.
#constraints=
def constraints=(value) -> ::Array<::Google::Cloud::OrgPolicy::V2::Constraint>
Parameter
- value (::Array<::Google::Cloud::OrgPolicy::V2::Constraint>) — The collection of constraints that are available on the targeted resource.
Returns
- (::Array<::Google::Cloud::OrgPolicy::V2::Constraint>) — The collection of constraints that are available on the targeted resource.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Page token used to retrieve the next page. This is currently not used.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Page token used to retrieve the next page. This is currently not used.
Returns
- (::String) — Page token used to retrieve the next page. This is currently not used.