Class: Google::Cloud::AdvisoryNotifications::V1::GetSettingsRequest

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

Overview

Request of GetSettings endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.

Returns:

  • (::String)

    Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.



250
251
252
253
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 250

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