public sealed class ListFindingsResponse : IPageResponse<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable, IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessageResponse message for listing findings.
Implements
Google.Api.Gax.Grpc.IPageResponse<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable, Google.Protobuf.IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, Google.Protobuf.IDeepCloneable<ListFindingsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
Google.Protobuf.Collections.RepeatedField<ListFindingsResponse.Types.ListFindingsResult> |
|
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 |
|
ReadTime
public Timestamp ReadTime { get; set; }Time used for executing the list request.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
TotalSize
public int TotalSize { get; set; }The total number of findings matching the query.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
Methods
GetEnumerator()
public IEnumerator<ListFindingsResponse.Types.ListFindingsResult> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ListFindingsResponse.Types.ListFindingsResult> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|