Class: Google::Cloud::OrgPolicy::V2::ListConstraintsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::ListConstraintsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb
Overview
The response returned from the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.
Instance Attribute Summary collapse
-
#constraints ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::Constraint>
The collection of constraints that are available on the targeted resource.
-
#next_page_token ⇒ ::String
Page token used to retrieve the next page.
Instance Attribute Details
#constraints ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::Constraint>
Returns The collection of constraints that are available on the targeted resource.
228 229 230 231 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 228 class ListConstraintsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Page token used to retrieve the next page. This is currently not used.
228 229 230 231 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 228 class ListConstraintsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |