Class GoogleCloudDatacatalogV1ImportTaxonomiesRequest
Request message for ImportTaxonomies.
Inheritance
System.Object
GoogleCloudDatacatalogV1ImportTaxonomiesRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ImportTaxonomiesRequest : IDirectResponseSchema
Properties
CrossRegionalSource
Cross-regional source taxonomy to import.
Declaration
[JsonProperty("crossRegionalSource")]
public virtual GoogleCloudDatacatalogV1CrossRegionalSource CrossRegionalSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1CrossRegionalSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InlineSource
Inline source taxonomy to import.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDatacatalogV1InlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1InlineSource |