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.
Implements
IMessageListTagKeysResponse, IEquatableListTagKeysResponse, IDeepCloneableListTagKeysResponse, IBufferMessage, IMessage, IPageResponseTagKey, IEnumerableTagKey, IEnumerableNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListTagKeysResponse()
public ListTagKeysResponse()
ListTagKeysResponse(ListTagKeysResponse)
public ListTagKeysResponse(ListTagKeysResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTagKeysResponse |
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 | |
---|---|
Type | Description |
string |
TagKeys
public RepeatedField<TagKey> TagKeys { get; }
List of TagKeys that live under the specified parent in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTagKey |
Methods
GetEnumerator()
public IEnumerator<TagKey> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTagKey |