Class: Google::Cloud::DataCatalog::V1::ModifyEntryOverviewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ModifyEntryOverviewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for ModifyEntryOverview.
Instance Attribute Summary collapse
-
#entry_overview ⇒ ::Google::Cloud::DataCatalog::V1::EntryOverview
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#entry_overview ⇒ ::Google::Cloud::DataCatalog::V1::EntryOverview
Returns Required. The new value for the Entry Overview.
1595 1596 1597 1598 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1595 class ModifyEntryOverviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full resource name of the entry.
1595 1596 1597 1598 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1595 class ModifyEntryOverviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |