Class: Google::Cloud::DataCatalog::V1::ServiceSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cloud_bigtable_instance_spec::Google::Cloud::DataCatalog::V1::CloudBigtableInstanceSpec

Returns Specification that applies to Instance entries of CLOUD_BIGTABLE system.

Returns:



876
877
878
879
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 876

class ServiceSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end