Google Chat V1 API - Class Google::Apps::Chat::V1::GetCustomEmojiRequest (v0.12.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetCustomEmojiRequest.

A request to return a single custom emoji.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Resource name of the custom emoji.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the custom emoji.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.

Returns
  • (::String) — Required. Resource name of the custom emoji.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.