public sealed class ListFindingsResponse : IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage, IPageResponse<Finding>, IEnumerable<Finding>, IEnumerable
Response for the ListFindings
method.
Inheritance
System.Object > ListFindingsResponseImplements
Google.Protobuf.IMessage<ListFindingsResponse>, System.IEquatable<ListFindingsResponse>, Google.Protobuf.IDeepCloneable<ListFindingsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Finding>, System.Collections.Generic.IEnumerable<Finding>, System.Collections.IEnumerableNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListFindingsResponse()
public ListFindingsResponse()
ListFindingsResponse(ListFindingsResponse)
public ListFindingsResponse(ListFindingsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListFindingsResponse |
Properties
Findings
public RepeatedField<Finding> Findings { get; }
The list of Findings returned.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Finding> |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
System.String |
Methods
GetEnumerator()
public IEnumerator<Finding> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<Finding> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |