Cloud Resource Manager v3 API - Class ListTagKeysResponse (2.4.0)

public sealed class ListTagKeysResponse : IMessage<ListTagKeysResponse>, IEquatable<ListTagKeysResponse>, IDeepCloneable<ListTagKeysResponse>, IBufferMessage, IMessage, IPageResponse<TagKey>, IEnumerable<TagKey>, IEnumerable

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

The ListTagKeys response message.

Inheritance

object > ListTagKeysResponse

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListTagKeysResponse()

public ListTagKeysResponse()

ListTagKeysResponse(ListTagKeysResponse)

public ListTagKeysResponse(ListTagKeysResponse other)
Parameter
NameDescription
otherListTagKeysResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A pagination token returned from a previous call to ListTagKeys that indicates from where listing should continue.

Property Value
TypeDescription
string

TagKeys

public RepeatedField<TagKey> TagKeys { get; }

List of TagKeys that live under the specified parent in the request.

Property Value
TypeDescription
RepeatedFieldTagKey

Methods

GetEnumerator()

public IEnumerator<TagKey> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTagKey