Class: Google::Iam::V2::ListPoliciesRequest
- Inherits:
-
Object
- Object
- Google::Iam::V2::ListPoliciesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
Request message for ListPolicies.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of policies to return.
-
#page_token ⇒ ::String
A page token received in a ListPoliciesResponse.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |