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
@Generated
public interface ServiceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecification that applies to Instance entries of `CLOUD_BIGTABLE` system.Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.booleanSpecification that applies to Instance entries of `CLOUD_BIGTABLE` system.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-