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
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
    
  - (::Google::Protobuf::Timestamp) — Time used for executing the groupBy request.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Time used for executing the groupBy request.
    Returns
    
  - (::Google::Protobuf::Timestamp) — Time used for executing the groupBy request.
#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.