Class ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest
Exports all taxonomies and their policy tags in a project. This method generates SerializedTaxonomy protos with nested policy tags that can be used as an input for future ImportTaxonomies calls.
Inheritance
ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse>, IClientServiceRequest
Constructors
ExportRequest(IClientService, string)
Constructs a new Export request.
Declaration
public ExportRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Resource name of the project that taxonomies to be exported will share.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SerializedTaxonomies
Export taxonomies as serialized taxonomies.
Declaration
[RequestParameter("serializedTaxonomies", RequestParameterType.Query)]
public virtual bool? SerializedTaxonomies { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Taxonomies
Required. Resource names of the taxonomies to be exported.
Declaration
[RequestParameter("taxonomies", RequestParameterType.Query)]
public virtual Repeatable<string> Taxonomies { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
Methods
InitParameters()
Initializes Export parameter list.
Declaration
protected override void InitParameters()