Class: Google::Cloud::AdvisoryNotifications::V1::GetSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::GetSettingsRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
252 253 254 255 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 252 class GetSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |