Config Delivery v1 API - Class ListVariantsResponse (1.0.0-beta01)

public sealed class ListVariantsResponse : IMessage<ListVariantsResponse>, IEquatable<ListVariantsResponse>, IDeepCloneable<ListVariantsResponse>, IBufferMessage, IMessage, IPageResponse<Variant>, IEnumerable<Variant>, IEnumerable

Reference documentation and code samples for the Config Delivery v1 API class ListVariantsResponse.

Message for response to listing Variants

Inheritance

object > ListVariantsResponse

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Constructors

ListVariantsResponse()

public ListVariantsResponse()

ListVariantsResponse(ListVariantsResponse)

public ListVariantsResponse(ListVariantsResponse other)
Parameter
Name Description
other ListVariantsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Variants

public RepeatedField<Variant> Variants { get; }

The list of Variants

Property Value
Type Description
RepeatedFieldVariant

Methods

GetEnumerator()

public IEnumerator<Variant> GetEnumerator()

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

Returns
Type Description
IEnumeratorVariant