Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::GroupFindingsResponse (v0.26.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::GroupFindingsResponse.

Response message for group by findings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group_by_results

def group_by_results() -> ::Array<::Google::Cloud::SecurityCenter::V1::GroupResult>
Returns
  • (::Array<::Google::Cloud::SecurityCenter::V1::GroupResult>) — 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.

#group_by_results=

def group_by_results=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::GroupResult>
Parameter
  • value (::Array<::Google::Cloud::SecurityCenter::V1::GroupResult>) — 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
  • (::Array<::Google::Cloud::SecurityCenter::V1::GroupResult>) — 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.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#read_time

def read_time() -> ::Google::Protobuf::Timestamp
Returns

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — The total number of results matching the query.

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of results matching the query.
Returns
  • (::Integer) — The total number of results matching the query.