public sealed class SummarizeIntelligenceFindingsResponse : IMessage<SummarizeIntelligenceFindingsResponse>, IEquatable<SummarizeIntelligenceFindingsResponse>, IDeepCloneable<SummarizeIntelligenceFindingsResponse>, IBufferMessage, IMessage, IPageResponse<FindingSummary>, IEnumerable<FindingSummary>, IEnumerableReference documentation and code samples for the Cloud Storage v2 API class SummarizeIntelligenceFindingsResponse.
Response message to summarize the intelligence findings for a specified scope(org, folder or project).
Implements
IMessageSummarizeIntelligenceFindingsResponse, IEquatableSummarizeIntelligenceFindingsResponse, IDeepCloneableSummarizeIntelligenceFindingsResponse, IBufferMessage, IMessage, IPageResponseFindingSummary, IEnumerableFindingSummary, IEnumerableNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
SummarizeIntelligenceFindingsResponse()
public SummarizeIntelligenceFindingsResponse()SummarizeIntelligenceFindingsResponse(SummarizeIntelligenceFindingsResponse)
public SummarizeIntelligenceFindingsResponse(SummarizeIntelligenceFindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SummarizeIntelligenceFindingsResponse |
Properties
FindingSummaries
public RepeatedField<FindingSummary> FindingSummaries { get; }The list of FindingSummary summaries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindingSummary |
|
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 to
SummarizeIntelligenceFindings to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FindingSummary> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFindingSummary |
|