Class: Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#intelligence_finding_revisions::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision>

Returns The IntelligenceFindingRevision resources from the specified project.

Returns:



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.

Returns:

  • (::String)

    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