Method: Google::Cloud::Monitoring::V3::NotificationChannelService::Client::Configuration#rpcs
- Defined in:
- lib/google/cloud/monitoring/v3/notification_channel_service/client.rb
permalink #rpcs ⇒ Rpcs
Configurations for individual RPCs
1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/google/cloud/monitoring/v3/notification_channel_service/client.rb', line 1288 def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end |