Organization Policy V2 API - Class Google::Cloud::OrgPolicy::V2::ListConstraintsResponse (v0.10.0)

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

#constraints=

def constraints=(value) -> ::Array<::Google::Cloud::OrgPolicy::V2::Constraint>
Parameter
Returns

#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.