Class ListPolicyTagsRequest (1.2.0)

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

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. If not set, defaults to 50.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any. If not set, defaults to an empty string.

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