Class: Google::Apis::CloudsearchV1::CustomEmojiMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::CustomEmojiMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#custom_emoji ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedCustomEmoji
Proto representation of a custom emoji.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomEmojiMetadata
constructor
A new instance of CustomEmojiMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomEmojiMetadata
Returns a new instance of CustomEmojiMetadata.
6857 6858 6859 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6857 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_emoji ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedCustomEmoji
Proto representation of a custom emoji. May be used in both APIs and in
Spanner, but certain fields should be restricted to one or the other. See the
per-field documentation for details. NEXT_TAG: 14
Corresponds to the JSON property customEmoji
6855 6856 6857 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6855 def custom_emoji @custom_emoji end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6862 6863 6864 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6862 def update!(**args) @custom_emoji = args[:custom_emoji] if args.key?(:custom_emoji) end |