Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb
Overview
A request message to list OS policy assignments for a parent resource
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of assignments to return.
-
#page_token ⇒ ::String
A pagination token returned from a previous call to
ListOSPolicyAssignments
that indicates where this listing should continue from. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of assignments to return.
334 335 336 337 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 334 class ListOSPolicyAssignmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to
ListOSPolicyAssignments
that indicates where this listing should continue
from.
334 335 336 337 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 334 class ListOSPolicyAssignmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name.
334 335 336 337 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 334 class ListOSPolicyAssignmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |