Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsResponse (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsResponse.

A response message for listing all assignments under given parent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The pagination token to retrieve the next page of OS policy assignments.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#os_policy_assignments

def os_policy_assignments() -> ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignment>
Returns

#os_policy_assignments=

def os_policy_assignments=(value) -> ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignment>
Parameter
Returns