public sealed class ListIntelligenceFindingsResponse : IMessage<ListIntelligenceFindingsResponse>, IEquatable<ListIntelligenceFindingsResponse>, IDeepCloneable<ListIntelligenceFindingsResponse>, IBufferMessage, IMessage, IPageResponse<IntelligenceFinding>, IEnumerable<IntelligenceFinding>, IEnumerableReference documentation and code samples for the Cloud Storage v2 API class ListIntelligenceFindingsResponse.
Response message to list the IntelligenceFinding resources associated with
a project.
Implements
IMessageListIntelligenceFindingsResponse, IEquatableListIntelligenceFindingsResponse, IDeepCloneableListIntelligenceFindingsResponse, IBufferMessage, IMessage, IPageResponseIntelligenceFinding, IEnumerableIntelligenceFinding, IEnumerableNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ListIntelligenceFindingsResponse()
public ListIntelligenceFindingsResponse()ListIntelligenceFindingsResponse(ListIntelligenceFindingsResponse)
public ListIntelligenceFindingsResponse(ListIntelligenceFindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIntelligenceFindingsResponse |
Properties
IntelligenceFindings
public RepeatedField<IntelligenceFinding> IntelligenceFindings { get; }The IntelligenceFinding resources from the specified project.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIntelligenceFinding |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results.
Pass this value in the page_token field in the subsequent call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<IntelligenceFinding> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorIntelligenceFinding |
|