Cloud Resource Manager v3 API - Class ListTagValuesResponse (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class ListTagValuesResponse.

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
RepeatedFieldTagValue

Methods

GetEnumerator()

public IEnumerator<TagValue> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTagValue