Class: Google::Cloud::Dataplex::V1::GetEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Get Entry request.
Instance Attribute Summary collapse
-
#aspect_types ⇒ ::Array<::String>
Optional.
-
#name ⇒ ::String
Required.
-
#paths ⇒ ::Array<::String>
Optional.
-
#view ⇒ ::Google::Cloud::Dataplex::V1::EntryView
Optional.
Instance Attribute Details
#aspect_types ⇒ ::Array<::String>
1018 1019 1020 1021 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1018 class GetEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
1018 1019 1020 1021 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1018 class GetEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#paths ⇒ ::Array<::String>
1018 1019 1020 1021 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1018 class GetEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Dataplex::V1::EntryView
1018 1019 1020 1021 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1018 class GetEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |