Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentReportsResponse.
A response message for listing OS Policy assignment reports including the page of results and page token.
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 assignment report objects.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token to retrieve the next page of OS policy assignment report objects.
Returns
- (::String) — The pagination token to retrieve the next page of OS policy assignment report objects.
#os_policy_assignment_reports
def os_policy_assignment_reports() -> ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport>
Returns
- (::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport>) — List of OS policy assignment reports.
#os_policy_assignment_reports=
def os_policy_assignment_reports=(value) -> ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport>) — List of OS policy assignment reports.
Returns
- (::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport>) — List of OS policy assignment reports.