Class: Google::Cloud::AdvisoryNotifications::V1::UpdateSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::UpdateSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
Request of UpdateSettings endpoint.
Instance Attribute Summary collapse
Instance Attribute Details
#settings ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Settings
Returns Required. New settings.
261 262 263 264 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 261 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |