public sealed class ListTagKeysRequest : IMessage<ListTagKeysRequest>, IEquatable<ListTagKeysRequest>, IDeepCloneable<ListTagKeysRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Resource Manager v3 API class ListTagKeysRequest.
The request message for listing all TagKeys under a parent resource.
Implements
IMessageListTagKeysRequest, IEquatableListTagKeysRequest, IDeepCloneableListTagKeysRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListTagKeysRequest()
public ListTagKeysRequest()
ListTagKeysRequest(ListTagKeysRequest)
public ListTagKeysRequest(ListTagKeysRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListTagKeysRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A pagination token returned from a previous call to ListTagKey
that indicates where this listing should continue from.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the TagKey's parent.
Must be of the form organizations/{org_id}
or projects/{project_id}
or
projects/{project_number}
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 |