Class ListTagValuesResponse (1.0.0)

public sealed class ListTagValuesResponse : IMessage<ListTagValuesResponse>, IEquatable<ListTagValuesResponse>, IDeepCloneable<ListTagValuesResponse>, IBufferMessage, IMessage, IPageResponse<TagValue>, IEnumerable<TagValue>, IEnumerable

The ListTagValues response.

Inheritance

Object > ListTagValuesResponse

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListTagValuesResponse()

public ListTagValuesResponse()

ListTagValuesResponse(ListTagValuesResponse)

public ListTagValuesResponse(ListTagValuesResponse other)
Parameter
NameDescription
otherListTagValuesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

Property Value
TypeDescription
String

TagValues

public RepeatedField<TagValue> TagValues { get; }

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Property Value
TypeDescription
RepeatedField<TagValue>

Methods

GetEnumerator()

public IEnumerator<TagValue> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TagValue>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator