Cloud Storage v2 API - Class SummarizeIntelligenceFindingsResponse (1.8.0)

public sealed class SummarizeIntelligenceFindingsResponse : IMessage<SummarizeIntelligenceFindingsResponse>, IEquatable<SummarizeIntelligenceFindingsResponse>, IDeepCloneable<SummarizeIntelligenceFindingsResponse>, IBufferMessage, IMessage, IPageResponse<FindingSummary>, IEnumerable<FindingSummary>, IEnumerable

Reference 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).

Inheritance

object > SummarizeIntelligenceFindingsResponse

Namespace

Google.Cloud.Storage.Control.V2

Assembly

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