Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1ServiceSpec

Specification that applies to a Service resource. Valid only for entries with the SERVICE type.

Inheritance
object
GoogleCloudDatacatalogV1ServiceSpec
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.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1ServiceSpec : IDirectResponseSchema

Properties

CloudBigtableInstanceSpec

Specification that applies to Instance entries of CLOUD_BIGTABLE system.

Declaration
[JsonProperty("cloudBigtableInstanceSpec")]
public virtual GoogleCloudDatacatalogV1CloudBigtableInstanceSpec CloudBigtableInstanceSpec { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1CloudBigtableInstanceSpec

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