Class: Google::Cloud::ResourceSettings::V1::UpdateSettingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb

Overview

The request for UpdateSetting.

Instance Attribute Summary collapse

Instance Attribute Details

#setting::Google::Cloud::ResourceSettings::V1::Setting

Returns Required. The setting to update. See Setting for field requirements.

Returns:



215
216
217
218
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 215

class UpdateSettingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end