Data Catalog v1 API - Class GetTaxonomyRequest (2.2.0)

 public sealed class GetTaxonomyRequest : IMessage<GetTaxonomyRequest>, IEquatable<GetTaxonomyRequest>, IDeepCloneable<GetTaxonomyRequest>, IBufferMessage, IMessage 

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

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

Inheritance

Object > GetTaxonomyRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GetTaxonomyRequest()

 public GetTaxonomyRequest() 

GetTaxonomyRequest(GetTaxonomyRequest)

 public GetTaxonomyRequest(GetTaxonomyRequest other) 
Parameter
Name
Description

Properties

Name

 public string Name { get; set; } 

Required. Resource name of the taxonomy to get.

Property Value
Type
Description

TaxonomyName

 public TaxonomyName TaxonomyName { get; set; } 

TaxonomyName -typed view over the Name resource name property.

Property Value
Type
Description