Class ListTaxonomiesRequest (1.5.0)

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

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

Inheritance

Object > ListTaxonomiesRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListTaxonomiesRequest()

public ListTaxonomiesRequest()

ListTaxonomiesRequest(ListTaxonomiesRequest)

public ListTaxonomiesRequest(ListTaxonomiesRequest other)
Parameter
NameDescription
otherListTaxonomiesRequest

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, the first page is returned.

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 project to list the taxonomies of.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName