Show / Hide Table of Contents

Class GoogleCloudMetastoreV2betaMetadataIntegration

Specifies how metastore metadata should be integrated with external services.

Inheritance
object
GoogleCloudMetastoreV2betaMetadataIntegration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v2beta.Data
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class GoogleCloudMetastoreV2betaMetadataIntegration : IDirectResponseSchema

Properties

DataCatalogConfig

Optional. The integration config for the Data Catalog service.

Declaration
[JsonProperty("dataCatalogConfig")]
public virtual GoogleCloudMetastoreV2betaDataCatalogConfig DataCatalogConfig { get; set; }
Property Value
Type Description
GoogleCloudMetastoreV2betaDataCatalogConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX