Class: Google::Apps::Chat::V1::UpdateAvailabilityRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UpdateAvailabilityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/availability.rb
Overview
Request message for the UpdateAvailability method.
Instance Attribute Summary collapse
-
#availability ⇒ ::Google::Apps::Chat::V1::Availability
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#availability ⇒ ::Google::Apps::Chat::V1::Availability
Returns Required. The availability to update.
137 138 139 140 |
# File 'proto_docs/google/chat/v1/availability.rb', line 137 class UpdateAvailabilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
The only field that can be updated is custom_status.
137 138 139 140 |
# File 'proto_docs/google/chat/v1/availability.rb', line 137 class UpdateAvailabilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |