Data Catalog v1 API - Class ListPolicyTagsRequest (2.2.0)

public sealed class ListPolicyTagsRequest : IMessage<ListPolicyTagsRequest>, IEquatable<ListPolicyTagsRequest>, IDeepCloneable<ListPolicyTagsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Data Catalog v1 API class ListPolicyTagsRequest.

Request message for [ListPolicyTags][google.cloud.datacatalog.v1.PolicyTagManager.ListPolicyTags].

Inheritance

Object > ListPolicyTagsRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListPolicyTagsRequest()

public ListPolicyTagsRequest()

ListPolicyTagsRequest(ListPolicyTagsRequest)

public ListPolicyTagsRequest(ListPolicyTagsRequest other)
Parameter
NameDescription
otherListPolicyTagsRequest

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

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

Parent

public string Parent { get; set; }

Required. Resource name of the taxonomy to list the policy tags of.

Property Value
TypeDescription
String

ParentAsTaxonomyName

public TaxonomyName ParentAsTaxonomyName { get; set; }

TaxonomyName-typed view over the Parent resource name property.

Property Value
TypeDescription
TaxonomyName