Class: Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsRequest
- 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
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
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.
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.
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}.
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 |