Class: Google::Cloud::SecurityCenter::V2::GroupFindingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GroupFindingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for grouping by findings.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Expression that defines the filter to apply across findings.
-
#group_by ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ ::String
The value returned by the last
GroupFindingsResponse; indicates that this is a continuation of a priorGroupFindingscall, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
475 476 477 478 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 475 class GroupFindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_by ⇒ ::String
475 476 477 478 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 475 class GroupFindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
475 476 477 478 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 475 class GroupFindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
475 476 477 478 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 475 class GroupFindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
475 476 477 478 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 475 class GroupFindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |