Method: Google::Cloud::Monitoring::V3::GroupService::Client#configure
- Defined in:
- lib/google/cloud/monitoring/v3/group_service/client.rb
permalink #configure {|config| ... } ⇒ Client::Configuration
Configure the GroupService Client instance.
The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on configure.
See Configuration for a description of the configuration fields.
126 127 128 129 |
# File 'lib/google/cloud/monitoring/v3/group_service/client.rb', line 126 def configure yield @config if block_given? @config end |