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 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()