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
Implements
IMessageListReportConfigsResponse, IEquatableListReportConfigsResponse, IDeepCloneableListReportConfigsResponse, IBufferMessage, IMessage, IPageResponseReportConfig, IEnumerableReportConfig, IEnumerableNamespace
Google.Cloud.StorageInsights.V1Assembly
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 |