Class: Google::Cloud::DataCatalog::V1::StarEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::StarEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for StarEntry.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the entry to mark as starred.
1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1488 class StarEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |