Package com.google.cloud.datacatalog.v1
Interface ServiceSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceSpec
,ServiceSpec.Builder
public interface ServiceSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudBigtableInstanceSpec
getCloudBigtableInstanceSpec()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.CloudBigtableInstanceSpecOrBuilder
getCloudBigtableInstanceSpecOrBuilder()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.ServiceSpec.SystemSpecCase
getSystemSpecCase()
boolean
hasCloudBigtableInstanceSpec()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCloudBigtableInstanceSpec
boolean hasCloudBigtableInstanceSpec()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.
.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;
- Returns:
- Whether the cloudBigtableInstanceSpec field is set.
-
getCloudBigtableInstanceSpec
CloudBigtableInstanceSpec getCloudBigtableInstanceSpec()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.
.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;
- Returns:
- The cloudBigtableInstanceSpec.
-
getCloudBigtableInstanceSpecOrBuilder
CloudBigtableInstanceSpecOrBuilder getCloudBigtableInstanceSpecOrBuilder()
Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.
.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec cloud_bigtable_instance_spec = 1;
-
getSystemSpecCase
ServiceSpec.SystemSpecCase getSystemSpecCase()
-
-