Storage Control V2 API - Class Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsResponse (v1.11.0)

Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsResponse.

Response message to summarize the intelligence findings for a specified scope(org, folder or project).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#finding_summaries

def finding_summaries() -> ::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>
Returns

#finding_summaries=

def finding_summaries=(value) -> ::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.
Returns
  • (::String) — A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to SummarizeIntelligenceFindings to retrieve the next page of results.