public sealed class ListReportDetailsResponse : IMessage<ListReportDetailsResponse>, IEquatable<ListReportDetailsResponse>, IDeepCloneable<ListReportDetailsResponse>, IBufferMessage, IMessage, IPageResponse<ReportDetail>, IEnumerable<ReportDetail>, IEnumerable
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class ListReportDetailsResponse.
Message for response to listing ReportDetails
Implements
IMessageListReportDetailsResponse, IEquatableListReportDetailsResponse, IDeepCloneableListReportDetailsResponse, IBufferMessage, IMessage, IPageResponseReportDetail, IEnumerableReportDetail, IEnumerableNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
ListReportDetailsResponse()
public ListReportDetailsResponse()
ListReportDetailsResponse(ListReportDetailsResponse)
public ListReportDetailsResponse(ListReportDetailsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListReportDetailsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
ReportDetails
public RepeatedField<ReportDetail> ReportDetails { get; }
The list of ReportDetail
Property Value | |
---|---|
Type | Description |
RepeatedFieldReportDetail |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<ReportDetail> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorReportDetail |