Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentRevisionsRequest

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

Instance Attribute Details

#name::String

Returns Required. The name of the OS policy assignment to list revisions for.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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