Interface ServiceSpecOrBuilder (1.48.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
Type Description
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
Type Description
CloudBigtableInstanceSpecOrBuilder

getSystemSpecCase()

public abstract ServiceSpec.SystemSpecCase getSystemSpecCase()
Returns
Type Description
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
Type Description
boolean

Whether the cloudBigtableInstanceSpec field is set.