Class ListTaxonomiesRequest (1.2.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. 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 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