Class: Google::Cloud::SecurityCenter::V1p1beta1::GroupFindingsResponse

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

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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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