Google Chat V1 API - Class Google::Apps::Chat::V1::GetAvailabilityRequest (v0.28.0)

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

Request message for the GetAvailability method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the availability to retrieve.

    Format: users/{user}/availability

    {user} is the id for the Person in the People API or Admin SDK directory API. For example, users/123456789.

    The user's email address or me can also be used as an alias to refer to the caller. For example, users/user@example.com or users/me.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the availability to retrieve.

    Format: users/{user}/availability

    {user} is the id for the Person in the People API or Admin SDK directory API. For example, users/123456789.

    The user's email address or me can also be used as an alias to refer to the caller. For example, users/user@example.com or users/me.

Returns
  • (::String) — Required. The resource name of the availability to retrieve.

    Format: users/{user}/availability

    {user} is the id for the Person in the People API or Admin SDK directory API. For example, users/123456789.

    The user's email address or me can also be used as an alias to refer to the caller. For example, users/user@example.com or users/me.