Class: Google::Cloud::DataCatalog::V1::GetEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::GetEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for GetEntry.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the entry to get.
349 350 351 352 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 349 class GetEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |