Class: Google::Cloud::ResourceSettings::V1::GetSettingRequest

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 GetSetting.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the setting to get. See Setting for naming requirements.

Returns:

  • (::String)

    Required. The name of the setting to get. See Setting for naming requirements.



205
206
207
208
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 205

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

#view::Google::Cloud::ResourceSettings::V1::SettingView

Returns The SettingView for this request.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 205

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