Class: Google::Cloud::DataCatalog::V1::LookerSystemSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::LookerSystemSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to
entries that are part LOOKER
system
(user_specified_type)
Instance Attribute Summary collapse
-
#parent_instance_display_name ⇒ ::String
Name of the parent Looker Instance.
-
#parent_instance_id ⇒ ::String
ID of the parent Looker Instance.
-
#parent_model_display_name ⇒ ::String
Name of the parent Model.
-
#parent_model_id ⇒ ::String
ID of the parent Model.
-
#parent_view_display_name ⇒ ::String
Name of the parent View.
-
#parent_view_id ⇒ ::String
ID of the parent View.
Instance Attribute Details
#parent_instance_display_name ⇒ ::String
Returns Name of the parent Looker Instance. Empty if it does not exist.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_instance_id ⇒ ::String
Returns ID of the parent Looker Instance. Empty if it does not exist.
Example value: someinstance.looker.com
.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_model_display_name ⇒ ::String
Returns Name of the parent Model. Empty if it does not exist.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_model_id ⇒ ::String
Returns ID of the parent Model. Empty if it does not exist.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_view_display_name ⇒ ::String
Returns Name of the parent View. Empty if it does not exist.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_view_id ⇒ ::String
Returns ID of the parent View. Empty if it does not exist.
827 828 829 830 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 827 class LookerSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |