Cloud Resource Manager v3 API - Class ListTagKeysRequest (2.4.0)

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.

Inheritance

object > ListTagKeysRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListTagKeysRequest()

public ListTagKeysRequest()

ListTagKeysRequest(ListTagKeysRequest)

public ListTagKeysRequest(ListTagKeysRequest other)
Parameter
NameDescription
otherListTagKeysRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName