Class: Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsRequest

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

Request message to list IntelligenceFindingRevision resources associated with a project.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Optional. The maximum number of IntelligenceFindingRevision resources to return.

The maximum value is 100; values above 100 will be coerced to 100. The default value is 100.

Returns:

  • (::Integer)

    Optional. The maximum number of IntelligenceFindingRevision resources to return.

    The maximum value is 100; values above 100 will be coerced to 100. The default value is 100.



1537
1538
1539
1540
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1537

class ListIntelligenceFindingRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListIntelligenceFindingRevisions call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListIntelligenceFindingRevisions call. Provide this to retrieve the subsequent page.



1537
1538
1539
1540
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1537

class ListIntelligenceFindingRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent of the IntelligenceFindingRevision resource.

Format:

projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}.

Returns:

  • (::String)

    Required. The parent of the IntelligenceFindingRevision resource.

    Format:

    projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}



1537
1538
1539
1540
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1537

class ListIntelligenceFindingRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end