Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsResponse.
Response message to list IntelligenceFindingRevision resources associated
with a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intelligence_finding_revisions
def intelligence_finding_revisions() -> ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>) — The
IntelligenceFindingRevisionresources from the specified project.
#intelligence_finding_revisions=
def intelligence_finding_revisions=(value) -> ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>
Parameter
-
value (::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>) — The
IntelligenceFindingRevisionresources from the specified project.
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>) — The
IntelligenceFindingRevisionresources from the specified project.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token that can be sent as
page_tokento retrieve the next page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token that can be sent as
page_tokento retrieve the next page.
Returns
-
(::String) — A token that can be sent as
page_tokento retrieve the next page.