Migration Center v1 API - Class ListReportConfigsResponse (1.1.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 Migration Center v1 API class ListReportConfigsResponse.

Response message for listing report configs.

Inheritance

object > ListReportConfigsResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListReportConfigsResponse()

public ListReportConfigsResponse()

ListReportConfigsResponse(ListReportConfigsResponse)

public ListReportConfigsResponse(ListReportConfigsResponse other)
Parameter
NameDescription
otherListReportConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

ReportConfigs

public RepeatedField<ReportConfig> ReportConfigs { get; }

A list of report configs.

Property Value
TypeDescription
RepeatedFieldReportConfig

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ReportConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorReportConfig