Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedEmoji

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) ⇒ AppsDynamiteSharedEmoji

Returns a new instance of AppsDynamiteSharedEmoji.



1596
1597
1598
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1596

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



1589
1590
1591
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1589

def custom_emoji
  @custom_emoji
end

#unicodeString

A basic emoji represented by a unicode string. Corresponds to the JSON property unicode

Returns:

  • (String)


1594
1595
1596
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1594

def unicode
  @unicode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1601
1602
1603
1604
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1601

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