Class: Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_bucket::Gapic::Config::Method (readonly)

RPC-specific configuration for create_bucket

Returns:

  • (::Gapic::Config::Method)


2216
2217
2218
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2216

def create_bucket
  @create_bucket
end

#create_exclusion::Gapic::Config::Method (readonly)

RPC-specific configuration for create_exclusion

Returns:

  • (::Gapic::Config::Method)


2296
2297
2298
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2296

def create_exclusion
  @create_exclusion
end

#create_sink::Gapic::Config::Method (readonly)

RPC-specific configuration for create_sink

Returns:

  • (::Gapic::Config::Method)


2271
2272
2273
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2271

def create_sink
  @create_sink
end

#create_view::Gapic::Config::Method (readonly)

RPC-specific configuration for create_view

Returns:

  • (::Gapic::Config::Method)


2246
2247
2248
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2246

def create_view
  @create_view
end

#delete_bucket::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_bucket

Returns:

  • (::Gapic::Config::Method)


2226
2227
2228
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2226

def delete_bucket
  @delete_bucket
end

#delete_exclusion::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_exclusion

Returns:

  • (::Gapic::Config::Method)


2306
2307
2308
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2306

def delete_exclusion
  @delete_exclusion
end

#delete_sink::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_sink

Returns:

  • (::Gapic::Config::Method)


2281
2282
2283
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2281

def delete_sink
  @delete_sink
end

#delete_view::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_view

Returns:

  • (::Gapic::Config::Method)


2256
2257
2258
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2256

def delete_view
  @delete_view
end

#get_bucket::Gapic::Config::Method (readonly)

RPC-specific configuration for get_bucket

Returns:

  • (::Gapic::Config::Method)


2211
2212
2213
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2211

def get_bucket
  @get_bucket
end

#get_cmek_settings::Gapic::Config::Method (readonly)

RPC-specific configuration for get_cmek_settings

Returns:

  • (::Gapic::Config::Method)


2311
2312
2313
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2311

def get_cmek_settings
  @get_cmek_settings
end

#get_exclusion::Gapic::Config::Method (readonly)

RPC-specific configuration for get_exclusion

Returns:

  • (::Gapic::Config::Method)


2291
2292
2293
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2291

def get_exclusion
  @get_exclusion
end

#get_sink::Gapic::Config::Method (readonly)

RPC-specific configuration for get_sink

Returns:

  • (::Gapic::Config::Method)


2266
2267
2268
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2266

def get_sink
  @get_sink
end

#get_view::Gapic::Config::Method (readonly)

RPC-specific configuration for get_view

Returns:

  • (::Gapic::Config::Method)


2241
2242
2243
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2241

def get_view
  @get_view
end

#list_buckets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_buckets

Returns:

  • (::Gapic::Config::Method)


2206
2207
2208
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2206

def list_buckets
  @list_buckets
end

#list_exclusions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_exclusions

Returns:

  • (::Gapic::Config::Method)


2286
2287
2288
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2286

def list_exclusions
  @list_exclusions
end

#list_sinks::Gapic::Config::Method (readonly)

RPC-specific configuration for list_sinks

Returns:

  • (::Gapic::Config::Method)


2261
2262
2263
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2261

def list_sinks
  @list_sinks
end

#list_views::Gapic::Config::Method (readonly)

RPC-specific configuration for list_views

Returns:

  • (::Gapic::Config::Method)


2236
2237
2238
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2236

def list_views
  @list_views
end

#undelete_bucket::Gapic::Config::Method (readonly)

RPC-specific configuration for undelete_bucket

Returns:

  • (::Gapic::Config::Method)


2231
2232
2233
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2231

def undelete_bucket
  @undelete_bucket
end

#update_bucket::Gapic::Config::Method (readonly)

RPC-specific configuration for update_bucket

Returns:

  • (::Gapic::Config::Method)


2221
2222
2223
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2221

def update_bucket
  @update_bucket
end

#update_cmek_settings::Gapic::Config::Method (readonly)

RPC-specific configuration for update_cmek_settings

Returns:

  • (::Gapic::Config::Method)


2316
2317
2318
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2316

def update_cmek_settings
  @update_cmek_settings
end

#update_exclusion::Gapic::Config::Method (readonly)

RPC-specific configuration for update_exclusion

Returns:

  • (::Gapic::Config::Method)


2301
2302
2303
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2301

def update_exclusion
  @update_exclusion
end

#update_sink::Gapic::Config::Method (readonly)

RPC-specific configuration for update_sink

Returns:

  • (::Gapic::Config::Method)


2276
2277
2278
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2276

def update_sink
  @update_sink
end

#update_view::Gapic::Config::Method (readonly)

RPC-specific configuration for update_view

Returns:

  • (::Gapic::Config::Method)


2251
2252
2253
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2251

def update_view
  @update_view
end