Class: Google::Cloud::OrgPolicy::V2::ListConstraintsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#constraints::Array<::Google::Cloud::OrgPolicy::V2::Constraint>

Returns The collection of constraints that are available on the targeted resource.

Returns:



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.

Returns:

  • (::String)

    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