Class: Google::Cloud::SecurityCenter::V1p1beta1::GroupFindingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::GroupFindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Response message for group by findings.
Instance Attribute Summary collapse
-
#group_by_results ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::GroupResult>
Group results.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results.
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Time used for executing the groupBy request.
-
#total_size ⇒ ::Integer
The total number of results matching the query.
Instance Attribute Details
#group_by_results ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::GroupResult>
Returns Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
423 424 425 426 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 423 class GroupFindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results.
423 424 425 426 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 423 class GroupFindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Time used for executing the groupBy request.
423 424 425 426 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 423 class GroupFindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of results matching the query.
423 424 425 426 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 423 class GroupFindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |