Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::GroupFindingsResponse.
Response message for group by findings.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group_by_results
def group_by_results() -> ::Array<::Google::Cloud::SecurityCenter::V2::GroupResult>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::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::V2::GroupResult>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V2::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::V2::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.
#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.