Class: Google::Cloud::DataCatalog::V1::ServiceSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ServiceSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to a Service resource. Valid only
for entries with the SERVICE
type.
Instance Attribute Summary collapse
-
#cloud_bigtable_instance_spec ⇒ ::Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec
Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
Instance Attribute Details
#cloud_bigtable_instance_spec ⇒ ::Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec
Returns Specification that applies to Instance entries of CLOUD_BIGTABLE
system.
879 880 881 882 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 879 class ServiceSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |