Google Cloud Storage Insights v1 API - Class ListReportConfigsResponse (1.3.0)

public sealed class ListReportConfigsResponse : IMessage<ListReportConfigsResponse>, IEquatable<ListReportConfigsResponse>, IDeepCloneable<ListReportConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ReportConfig>, IEnumerable<ReportConfig>, IEnumerable

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class ListReportConfigsResponse.

Message for response to listing ReportConfigs

Inheritance

object > ListReportConfigsResponse

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

ListReportConfigsResponse()

public ListReportConfigsResponse()

ListReportConfigsResponse(ListReportConfigsResponse)

public ListReportConfigsResponse(ListReportConfigsResponse other)
Parameter
Name Description
other ListReportConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

ReportConfigs

public RepeatedField<ReportConfig> ReportConfigs { get; }

The list of ReportConfig

Property Value
Type Description
RepeatedFieldReportConfig

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ReportConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorReportConfig