Class: Google::Cloud::DataCatalog::V1::LookupEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::LookupEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for LookupEntry.
Instance Attribute Summary collapse
-
#fully_qualified_name ⇒ ::String
Fully qualified name (FQN) of the resource.
-
#linked_resource ⇒ ::String
The full name of the Google Cloud Platform resource the Data Catalog entry represents.
-
#sql_resource ⇒ ::String
The SQL name of the entry.
Instance Attribute Details
#fully_qualified_name ⇒ ::String
379 380 381 382 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 379 class LookupEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#linked_resource ⇒ ::String
379 380 381 382 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 379 class LookupEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_resource ⇒ ::String
379 380 381 382 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 379 class LookupEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |