Class: Google::Cloud::Datastream::V1alpha1::Datastream::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastream/v1alpha1/datastream/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 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_connection_profile::Gapic::Config::Method (readonly)

RPC-specific configuration for create_connection_profile

Returns:

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


2595
2596
2597
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2595

def create_connection_profile
  @create_connection_profile
end

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

RPC-specific configuration for create_private_connection

Returns:

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


2650
2651
2652
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2650

def create_private_connection
  @create_private_connection
end

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

RPC-specific configuration for create_route

Returns:

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


2670
2671
2672
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2670

def create_route
  @create_route
end

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

RPC-specific configuration for create_stream

Returns:

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


2625
2626
2627
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2625

def create_stream
  @create_stream
end

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

RPC-specific configuration for delete_connection_profile

Returns:

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


2605
2606
2607
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2605

def delete_connection_profile
  @delete_connection_profile
end

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

RPC-specific configuration for delete_private_connection

Returns:

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


2665
2666
2667
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2665

def delete_private_connection
  @delete_private_connection
end

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

RPC-specific configuration for delete_route

Returns:

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


2685
2686
2687
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2685

def delete_route
  @delete_route
end

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

RPC-specific configuration for delete_stream

Returns:

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


2635
2636
2637
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2635

def delete_stream
  @delete_stream
end

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

RPC-specific configuration for discover_connection_profile

Returns:

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


2610
2611
2612
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2610

def discover_connection_profile
  @discover_connection_profile
end

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

RPC-specific configuration for fetch_errors

Returns:

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


2640
2641
2642
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2640

def fetch_errors
  @fetch_errors
end

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

RPC-specific configuration for fetch_static_ips

Returns:

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


2645
2646
2647
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2645

def fetch_static_ips
  @fetch_static_ips
end

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

RPC-specific configuration for get_connection_profile

Returns:

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


2590
2591
2592
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2590

def get_connection_profile
  @get_connection_profile
end

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

RPC-specific configuration for get_private_connection

Returns:

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


2655
2656
2657
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2655

def get_private_connection
  @get_private_connection
end

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

RPC-specific configuration for get_route

Returns:

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


2675
2676
2677
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2675

def get_route
  @get_route
end

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

RPC-specific configuration for get_stream

Returns:

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


2620
2621
2622
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2620

def get_stream
  @get_stream
end

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

RPC-specific configuration for list_connection_profiles

Returns:

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


2585
2586
2587
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2585

def list_connection_profiles
  @list_connection_profiles
end

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

RPC-specific configuration for list_private_connections

Returns:

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


2660
2661
2662
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2660

def list_private_connections
  @list_private_connections
end

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

RPC-specific configuration for list_routes

Returns:

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


2680
2681
2682
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2680

def list_routes
  @list_routes
end

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

RPC-specific configuration for list_streams

Returns:

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


2615
2616
2617
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2615

def list_streams
  @list_streams
end

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

RPC-specific configuration for update_connection_profile

Returns:

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


2600
2601
2602
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2600

def update_connection_profile
  @update_connection_profile
end

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

RPC-specific configuration for update_stream

Returns:

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


2630
2631
2632
# File 'lib/google/cloud/datastream/v1alpha1/datastream/client.rb', line 2630

def update_stream
  @update_stream
end