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
-
(::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>) — The list of
FindingSummarysummaries.
#finding_summaries=
def finding_summaries=(value) -> ::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>
Parameter
-
value (::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>) — The list of
FindingSummarysummaries.
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::FindingSummary>) — The list of
FindingSummarysummaries.
#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_tokenfield in the subsequent call toSummarizeIntelligenceFindingsto 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_tokenfield in the subsequent call toSummarizeIntelligenceFindingsto retrieve the next page of results.
Returns
-
(::String) — A token to retrieve the next page of results.
Pass this value in the
page_tokenfield in the subsequent call toSummarizeIntelligenceFindingsto retrieve the next page of results.