Class: Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/logging/v2/config_service/client.rb
Overview
Configuration RPC class for the ConfigService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional gRPC headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#create_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_bucket. -
#create_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_exclusion. -
#create_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_sink. -
#create_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_view. -
#delete_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_bucket. -
#delete_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_exclusion. -
#delete_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_sink. -
#delete_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_view. -
#get_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_bucket. -
#get_cmek_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_cmek_settings. -
#get_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_exclusion. -
#get_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_sink. -
#get_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_view. -
#list_buckets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_buckets. -
#list_exclusions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_exclusions. -
#list_sinks ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_sinks. -
#list_views ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_views. -
#undelete_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
undelete_bucket. -
#update_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_bucket. -
#update_cmek_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_cmek_settings. -
#update_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_exclusion. -
#update_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_sink. -
#update_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_view.
Instance Attribute Details
#create_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket
2255 2256 2257 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2255 def create_bucket @create_bucket end |
#create_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_exclusion
2335 2336 2337 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2335 def create_exclusion @create_exclusion end |
#create_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_sink
2310 2311 2312 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2310 def create_sink @create_sink end |
#create_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_view
2285 2286 2287 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2285 def create_view @create_view end |
#delete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_bucket
2265 2266 2267 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2265 def delete_bucket @delete_bucket end |
#delete_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_exclusion
2345 2346 2347 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2345 def delete_exclusion @delete_exclusion end |
#delete_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_sink
2320 2321 2322 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2320 def delete_sink @delete_sink end |
#delete_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_view
2295 2296 2297 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2295 def delete_view @delete_view end |
#get_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bucket
2250 2251 2252 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2250 def get_bucket @get_bucket end |
#get_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cmek_settings
2350 2351 2352 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2350 def get_cmek_settings @get_cmek_settings end |
#get_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_exclusion
2330 2331 2332 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2330 def get_exclusion @get_exclusion end |
#get_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sink
2305 2306 2307 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2305 def get_sink @get_sink end |
#get_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_view
2280 2281 2282 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2280 def get_view @get_view end |
#list_buckets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_buckets
2245 2246 2247 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2245 def list_buckets @list_buckets end |
#list_exclusions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_exclusions
2325 2326 2327 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2325 def list_exclusions @list_exclusions end |
#list_sinks ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sinks
2300 2301 2302 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2300 def list_sinks @list_sinks end |
#list_views ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_views
2275 2276 2277 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2275 def list_views @list_views end |
#undelete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_bucket
2270 2271 2272 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2270 def undelete_bucket @undelete_bucket end |
#update_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket
2260 2261 2262 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2260 def update_bucket @update_bucket end |
#update_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cmek_settings
2355 2356 2357 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2355 def update_cmek_settings @update_cmek_settings end |
#update_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_exclusion
2340 2341 2342 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2340 def update_exclusion @update_exclusion end |
#update_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_sink
2315 2316 2317 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2315 def update_sink @update_sink end |
#update_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_view
2290 2291 2292 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2290 def update_view @update_view end |