Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsRequest

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 OS policy assignments for a parent resource

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of assignments to return.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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