Class: Google::Cloud::Datastream::V1alpha1::Datastream::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::Datastream::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb
Overview
Configuration RPC class for the Datastream 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 secondsmetadata
(type:Hash{Symbol=>String}
) - Additional headersretry_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_connection_profile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_connection_profile
. -
#create_private_connection ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_private_connection
. -
#create_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_route
. -
#create_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_stream
. -
#delete_connection_profile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_connection_profile
. -
#delete_private_connection ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_private_connection
. -
#delete_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_route
. -
#delete_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_stream
. -
#discover_connection_profile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
discover_connection_profile
. -
#fetch_errors ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_errors
. -
#fetch_static_ips ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_static_ips
. -
#get_connection_profile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_connection_profile
. -
#get_private_connection ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_private_connection
. -
#get_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_route
. -
#get_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_stream
. -
#list_connection_profiles ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_connection_profiles
. -
#list_private_connections ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_private_connections
. -
#list_routes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_routes
. -
#list_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_streams
. -
#update_connection_profile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_connection_profile
. -
#update_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_stream
.
Instance Attribute Details
#create_connection_profile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_connection_profile
2379 2380 2381 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2379 def create_connection_profile @create_connection_profile end |
#create_private_connection ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_private_connection
2434 2435 2436 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2434 def create_private_connection @create_private_connection end |
#create_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_route
2454 2455 2456 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2454 def create_route @create_route end |
#create_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_stream
2409 2410 2411 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2409 def create_stream @create_stream end |
#delete_connection_profile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_connection_profile
2389 2390 2391 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2389 def delete_connection_profile @delete_connection_profile end |
#delete_private_connection ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_private_connection
2449 2450 2451 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2449 def delete_private_connection @delete_private_connection end |
#delete_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_route
2469 2470 2471 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2469 def delete_route @delete_route end |
#delete_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_stream
2419 2420 2421 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2419 def delete_stream @delete_stream end |
#discover_connection_profile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for discover_connection_profile
2394 2395 2396 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2394 def discover_connection_profile @discover_connection_profile end |
#fetch_errors ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_errors
2424 2425 2426 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2424 def fetch_errors @fetch_errors end |
#fetch_static_ips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_static_ips
2429 2430 2431 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2429 def fetch_static_ips @fetch_static_ips end |
#get_connection_profile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_connection_profile
2374 2375 2376 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2374 def get_connection_profile @get_connection_profile end |
#get_private_connection ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_private_connection
2439 2440 2441 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2439 def get_private_connection @get_private_connection end |
#get_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route
2459 2460 2461 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2459 def get_route @get_route end |
#get_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_stream
2404 2405 2406 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2404 def get_stream @get_stream end |
#list_connection_profiles ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_connection_profiles
2369 2370 2371 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2369 def list_connection_profiles @list_connection_profiles end |
#list_private_connections ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_private_connections
2444 2445 2446 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2444 def list_private_connections @list_private_connections end |
#list_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_routes
2464 2465 2466 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2464 def list_routes @list_routes end |
#list_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_streams
2399 2400 2401 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2399 def list_streams @list_streams end |
#update_connection_profile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_connection_profile
2384 2385 2386 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2384 def update_connection_profile @update_connection_profile end |
#update_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_stream
2414 2415 2416 |
# File 'lib/google/cloud/datastream/v1alpha1/datastream/rest/client.rb', line 2414 def update_stream @update_stream end |