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.
Implements
IMessageListTagValuesResponse, IEquatableListTagValuesResponse, IDeepCloneableListTagValuesResponse, IBufferMessage, IMessage, IPageResponseTagValue, IEnumerableTagValue, IEnumerableNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListTagValuesResponse()
public ListTagValuesResponse()
ListTagValuesResponse(ListTagValuesResponse)
public ListTagValuesResponse(ListTagValuesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTagValuesResponse |
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 | |
---|---|
Type | Description |
string |
TagValues
public RepeatedField<TagValue> TagValues { get; }
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTagValue |
Methods
GetEnumerator()
public IEnumerator<TagValue> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTagValue |