public sealed class ListReportConfigsResponse : IMessage<ListReportConfigsResponse>, IEquatable<ListReportConfigsResponse>, IDeepCloneable<ListReportConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ReportConfig>, IEnumerable<ReportConfig>, IEnumerable
Reference documentation and code samples for the Migration Center v1 API class ListReportConfigsResponse.
Response message for listing report configs.
Implements
IMessageListReportConfigsResponse, IEquatableListReportConfigsResponse, IDeepCloneableListReportConfigsResponse, IBufferMessage, IMessage, IPageResponseReportConfig, IEnumerableReportConfig, IEnumerableNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.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; }
A list of report configs.
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 |