Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::UpdateAvailabilityRequest.
Request message for the UpdateAvailability method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#availability
def availability() -> ::Google::Apps::Chat::V1::Availability
Returns
- (::Google::Apps::Chat::V1::Availability) — Required. The availability to update.
#availability=
def availability=(value) -> ::Google::Apps::Chat::V1::Availability
Parameter
- value (::Google::Apps::Chat::V1::Availability) — Required. The availability to update.
Returns
- (::Google::Apps::Chat::V1::Availability) — Required. The availability to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update.
The only field that can be updated is
custom_status.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
The only field that can be updated is
custom_status.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update.
The only field that can be updated is
custom_status.