Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListFindingsResponse.
Response message for listing findings.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#list_findings_results
def list_findings_results() -> ::Array<::Google::Cloud::SecurityCenter::V1::ListFindingsResponse::ListFindingsResult>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::ListFindingsResponse::ListFindingsResult>) — Findings matching the list request.
#list_findings_results=
def list_findings_results=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::ListFindingsResponse::ListFindingsResult>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::ListFindingsResponse::ListFindingsResult>) — Findings matching the list request.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::ListFindingsResponse::ListFindingsResult>) — Findings matching the list request.
#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 list request.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time used for executing the list request.
Returns
- (::Google::Protobuf::Timestamp) — Time used for executing the list request.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The total number of findings matching the query.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of findings matching the query.
Returns
- (::Integer) — The total number of findings matching the query.