Class: Google::Cloud::OrgPolicy::V2::ListPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::ListPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb
Overview
The response returned from the [ListPolicies] [google.cloud.orgpolicy.v2.OrgPolicy.ListPolicies] method. It will be empty if no policies are set on the resource.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Page token used to retrieve the next page.
-
#policies ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::Policy>
All policies that exist on the resource.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
270 271 272 273 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 270 class ListPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policies ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::Policy>
Returns All policies that exist on the resource. It will be empty if no policies are set.
270 271 272 273 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 270 class ListPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |