Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentRevisionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentRevisionsRequest
- 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 revisions for a OS policy assignment
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of revisions to return.
-
#page_token ⇒ ::String
A pagination token returned from a previous call to
ListOSPolicyAssignmentRevisions
that indicates where this listing should continue from.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the OS policy assignment to list revisions for.
363 364 365 366 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 363 class ListOSPolicyAssignmentRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of revisions to return.
363 364 365 366 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 363 class ListOSPolicyAssignmentRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to
ListOSPolicyAssignmentRevisions
that indicates where this listing should
continue from.
363 364 365 366 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 363 class ListOSPolicyAssignmentRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |