Class: Google::Apis::CloudsearchV1::CustomEmojiMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomEmojiMetadata

Returns a new instance of CustomEmojiMetadata.



6921
6922
6923
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6921

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#custom_emojiGoogle::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



6919
6920
6921
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6919

def custom_emoji
  @custom_emoji
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6926
6927
6928
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6926

def update!(**args)
  @custom_emoji = args[:custom_emoji] if args.key?(:custom_emoji)
end