public sealed class ListTagValuesResponse : IMessage<ListTagValuesResponse>, IEquatable<ListTagValuesResponse>, IDeepCloneable<ListTagValuesResponse>, IBufferMessage, IMessage, IPageResponse<TagValue>, IEnumerable<TagValue>, IEnumerable
The ListTagValues response.
Implements
IMessage<ListTagValuesResponse>, IEquatable<ListTagValuesResponse>, IDeepCloneable<ListTagValuesResponse>, IBufferMessage, IMessage, IPageResponse<TagValue>, IEnumerable<TagValue>, 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 |
RepeatedField<TagValue> |
Methods
GetEnumerator()
public IEnumerator<TagValue> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<TagValue> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |