Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListIntelligenceFindingsResponse.
Response message to list the IntelligenceFinding resources associated with
a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intelligence_findings
def intelligence_findings() -> ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding>
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding>) — The
IntelligenceFindingresources from the specified project.
#intelligence_findings=
def intelligence_findings=(value) -> ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding>
Parameter
-
value (::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding>) — The
IntelligenceFindingresources from the specified project.
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding>) — The
IntelligenceFindingresources from the specified project.
#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.
#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.
Returns
-
(::String) — A token to retrieve the next page of results.
Pass this value in the
page_tokenfield in the subsequent call.