Class: Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Response message to list IntelligenceFindingRevision resources associated
with a project.
Instance Attribute Summary collapse
-
#intelligence_finding_revisions ⇒ ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>
The
IntelligenceFindingRevisionresources from the specified project. -
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#intelligence_finding_revisions ⇒ ::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>
Returns The IntelligenceFindingRevision resources from the specified project.
1550 1551 1552 1553 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1550 class ListIntelligenceFindingRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token to retrieve the next page.
1550 1551 1552 1553 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1550 class ListIntelligenceFindingRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |