Class GoogleCloudDatacatalogV1CrossRegionalSource
Cross-regional source used to import an existing taxonomy into a different region.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1CrossRegionalSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Taxonomy
Required. The resource name of the source taxonomy to import.
Declaration
[JsonProperty("taxonomy")]
public virtual string Taxonomy { get; set; }
Property Value
Type | Description |
---|---|
string |