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
2237 2238 2239 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2237 def create_bucket @create_bucket end |
#create_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_exclusion
2317 2318 2319 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2317 def create_exclusion @create_exclusion end |
#create_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_sink
2292 2293 2294 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2292 def create_sink @create_sink end |
#create_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_view
2267 2268 2269 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2267 def create_view @create_view end |
#delete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_bucket
2247 2248 2249 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2247 def delete_bucket @delete_bucket end |
#delete_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_exclusion
2327 2328 2329 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2327 def delete_exclusion @delete_exclusion end |
#delete_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_sink
2302 2303 2304 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2302 def delete_sink @delete_sink end |
#delete_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_view
2277 2278 2279 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2277 def delete_view @delete_view end |
#get_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bucket
2232 2233 2234 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2232 def get_bucket @get_bucket end |
#get_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cmek_settings
2332 2333 2334 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2332 def get_cmek_settings @get_cmek_settings end |
#get_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_exclusion
2312 2313 2314 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2312 def get_exclusion @get_exclusion end |
#get_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sink
2287 2288 2289 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2287 def get_sink @get_sink end |
#get_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_view
2262 2263 2264 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2262 def get_view @get_view end |
#list_buckets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_buckets
2227 2228 2229 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2227 def list_buckets @list_buckets end |
#list_exclusions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_exclusions
2307 2308 2309 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2307 def list_exclusions @list_exclusions end |
#list_sinks ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sinks
2282 2283 2284 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2282 def list_sinks @list_sinks end |
#list_views ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_views
2257 2258 2259 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2257 def list_views @list_views end |
#undelete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_bucket
2252 2253 2254 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2252 def undelete_bucket @undelete_bucket end |
#update_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket
2242 2243 2244 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2242 def update_bucket @update_bucket end |
#update_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cmek_settings
2337 2338 2339 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2337 def update_cmek_settings @update_cmek_settings end |
#update_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_exclusion
2322 2323 2324 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2322 def update_exclusion @update_exclusion end |
#update_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_sink
2297 2298 2299 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2297 def update_sink @update_sink end |
#update_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_view
2272 2273 2274 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2272 def update_view @update_view end |