Class ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest
Exports taxonomies in the requested type and returns them, including their policy tags. The
requested taxonomies must belong to the same project. This method generates SerializedTaxonomy
protocol buffers with nested policy tags that can be used as input for ImportTaxonomies
calls.
Inheritance
ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TaxonomiesResource.ExportRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1ExportTaxonomiesResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1ExportTaxonomiesResponse>, 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 the exported taxonomies belong to.
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
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
Declaration
[RequestParameter("serializedTaxonomies", RequestParameterType.Query)]
public virtual bool? SerializedTaxonomies { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Taxonomies
Required. Resource names of the taxonomies to export.
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()