public sealed class ListFindingsResponse : IPageResponse<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable, IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class ListFindingsResponse.
Response message for listing findings.
Implements
IPageResponseListFindingsResponseTypesListFindingsResult, IEnumerableListFindingsResponseTypesListFindingsResult, IEnumerable, IMessageListFindingsResponse, IEquatableListFindingsResponse, IDeepCloneableListFindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ListFindingsResponse()
public ListFindingsResponse()ListFindingsResponse(ListFindingsResponse)
public ListFindingsResponse(ListFindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFindingsResponse |
Properties
ListFindingsResults
public RepeatedField<ListFindingsResponse.Types.ListFindingsResult> ListFindingsResults { get; }Findings matching the list request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldListFindingsResponseTypesListFindingsResult |
|
NextPageToken
public string NextPageToken { get; set; }Token to retrieve the next page of results, or empty if there are no more results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalSize
public int TotalSize { get; set; }The total number of findings matching the query.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Methods
GetEnumerator()
public IEnumerator<ListFindingsResponse.Types.ListFindingsResult> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorListFindingsResponseTypesListFindingsResult |
|