Interface ServiceSpecOrBuilder (1.47.0)

public interface ServiceSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudBigtableInstanceSpec()

public abstract CloudBigtableInstanceSpec getCloudBigtableInstanceSpec()

Specification that applies to Instance entries of CLOUD_BIGTABLE system.

.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;

Returns
TypeDescription
CloudBigtableInstanceSpec

The cloudBigtableInstanceSpec.

getCloudBigtableInstanceSpecOrBuilder()

public abstract CloudBigtableInstanceSpecOrBuilder getCloudBigtableInstanceSpecOrBuilder()

Specification that applies to Instance entries of CLOUD_BIGTABLE system.

.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;

Returns
TypeDescription
CloudBigtableInstanceSpecOrBuilder

getSystemSpecCase()

public abstract ServiceSpec.SystemSpecCase getSystemSpecCase()
Returns
TypeDescription
ServiceSpec.SystemSpecCase

hasCloudBigtableInstanceSpec()

public abstract boolean hasCloudBigtableInstanceSpec()

Specification that applies to Instance entries of CLOUD_BIGTABLE system.

.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;

Returns
TypeDescription
boolean

Whether the cloudBigtableInstanceSpec field is set.