Class ListTagKeysResponse (1.2.0)

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

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
RepeatedField<TagKey>

Methods

GetEnumerator()

public IEnumerator<TagKey> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TagKey>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator