public sealed class ListPolicyTagsRequest : IMessage<ListPolicyTagsRequest>, IEquatable<ListPolicyTagsRequest>, IDeepCloneable<ListPolicyTagsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Data Catalog v1 API class ListPolicyTagsRequest.
Request message for [ListPolicyTags][google.cloud.datacatalog.v1.PolicyTagManager.ListPolicyTags].
Implements
IMessageListPolicyTagsRequest, IEquatableListPolicyTagsRequest, IDeepCloneableListPolicyTagsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListPolicyTagsRequest()
public ListPolicyTagsRequest()ListPolicyTagsRequest(ListPolicyTagsRequest)
public ListPolicyTagsRequest(ListPolicyTagsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPolicyTagsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The pagination token of the next results page. If not set, returns the first page.
The token is returned in the response to a previous list request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Resource name of the taxonomy to list the policy tags of.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsTaxonomyName
public TaxonomyName ParentAsTaxonomyName { get; set; }TaxonomyName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TaxonomyName |
|