Class: Google::Cloud::Dataplex::V1::GetEntryTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetEntryTypeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Get EntryType request
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the EntryType:
projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}
.
705 706 707 708 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 705 class GetEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |