Migration Center v1 API - Class ListPreferenceSetsResponse (1.1.0)

public sealed class ListPreferenceSetsResponse : IMessage<ListPreferenceSetsResponse>, IEquatable<ListPreferenceSetsResponse>, IDeepCloneable<ListPreferenceSetsResponse>, IBufferMessage, IMessage, IPageResponse<PreferenceSet>, IEnumerable<PreferenceSet>, IEnumerable

Reference documentation and code samples for the Migration Center v1 API class ListPreferenceSetsResponse.

Response message for listing preference sets.

Inheritance

object > ListPreferenceSetsResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListPreferenceSetsResponse()

public ListPreferenceSetsResponse()

ListPreferenceSetsResponse(ListPreferenceSetsResponse)

public ListPreferenceSetsResponse(ListPreferenceSetsResponse other)
Parameter
NameDescription
otherListPreferenceSetsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

PreferenceSets

public RepeatedField<PreferenceSet> PreferenceSets { get; }

The list of PreferenceSets

Property Value
TypeDescription
RepeatedFieldPreferenceSet

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<PreferenceSet> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPreferenceSet