public sealed class ListTaxonomiesRequest : IMessage<ListTaxonomiesRequest>, IEquatable<ListTaxonomiesRequest>, IDeepCloneable<ListTaxonomiesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Catalog v1 API class ListTaxonomiesRequest.
Request message for [ListTaxonomies][google.cloud.datacatalog.v1.PolicyTagManager.ListTaxonomies].
Implements
IMessageListTaxonomiesRequest, IEquatableListTaxonomiesRequest, IDeepCloneableListTaxonomiesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListTaxonomiesRequest()
public ListTaxonomiesRequest()
ListTaxonomiesRequest(ListTaxonomiesRequest)
public ListTaxonomiesRequest(ListTaxonomiesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTaxonomiesRequest |
Properties
Filter
public string Filter { get; set; }
Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
Property Value | |
---|---|
Type | Description |
string |
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, the first page is returned.
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 project to list the taxonomies of.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |