public sealed class ListTagValuesRequest : IMessage<ListTagValuesRequest>, IEquatable<ListTagValuesRequest>, IDeepCloneable<ListTagValuesRequest>, IBufferMessage, IMessage, IPageRequest
The request message for listing TagValues for the specified TagKey.
Implements
IMessage<ListTagValuesRequest>, IEquatable<ListTagValuesRequest>, IDeepCloneable<ListTagValuesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListTagValuesRequest()
public ListTagValuesRequest()
ListTagValuesRequest(ListTagValuesRequest)
public ListTagValuesRequest(ListTagValuesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTagValuesRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
Property Value | |
---|---|
Type | Description |
System.Int32 |
PageToken
public string PageToken { get; set; }
Optional. A pagination token returned from a previous call to ListTagValues
that indicates where this listing should continue from.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Resource name for TagKey, parent of the TagValues to be listed,
in the format tagKeys/123
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |