public sealed class ListVariantsResponse : IMessage<ListVariantsResponse>, IEquatable<ListVariantsResponse>, IDeepCloneable<ListVariantsResponse>, IBufferMessage, IMessage, IPageResponse<Variant>, IEnumerable<Variant>, IEnumerableReference documentation and code samples for the Config Delivery v1beta API class ListVariantsResponse.
Message for response to listing Variants
Implements
IMessageListVariantsResponse, IEquatableListVariantsResponse, IDeepCloneableListVariantsResponse, IBufferMessage, IMessage, IPageResponseVariant, IEnumerableVariant, IEnumerableNamespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.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 |
|