Class: Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb

Overview

A response message for listing all assignments under given parent.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The pagination token to retrieve the next page of OS policy assignments.

Returns:

  • (::String)

    The pagination token to retrieve the next page of OS policy assignments.



350
351
352
353
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 350

class ListOSPolicyAssignmentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#os_policy_assignments::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment>

Returns The list of assignments.

Returns:



350
351
352
353
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 350

class ListOSPolicyAssignmentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end