Class: Google::Cloud::Connectors::V1::Connectors::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/connectors/v1/connectors/client.rb

Overview

Configuration RPC class for the Connectors 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_connection

Returns:

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


2118
2119
2120
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2118

def create_connection
  @create_connection
end

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

RPC-specific configuration for delete_connection

Returns:

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


2128
2129
2130
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2128

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for get_connection

Returns:

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


2113
2114
2115
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2113

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_connection_schema_metadata

Returns:

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


2163
2164
2165
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2163

def 
  @get_connection_schema_metadata
end

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

RPC-specific configuration for get_connector

Returns:

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


2148
2149
2150
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2148

def get_connector
  @get_connector
end

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

RPC-specific configuration for get_connector_version

Returns:

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


2158
2159
2160
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2158

def get_connector_version
  @get_connector_version
end

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

RPC-specific configuration for get_global_settings

Returns:

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


2188
2189
2190
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2188

def get_global_settings
  @get_global_settings
end

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

RPC-specific configuration for get_provider

Returns:

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


2138
2139
2140
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2138

def get_provider
  @get_provider
end

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

RPC-specific configuration for get_runtime_config

Returns:

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


2183
2184
2185
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2183

def get_runtime_config
  @get_runtime_config
end

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

RPC-specific configuration for list_connections

Returns:

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


2108
2109
2110
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2108

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_connector_versions

Returns:

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


2153
2154
2155
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2153

def list_connector_versions
  @list_connector_versions
end

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

RPC-specific configuration for list_connectors

Returns:

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


2143
2144
2145
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2143

def list_connectors
  @list_connectors
end

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

RPC-specific configuration for list_providers

Returns:

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


2133
2134
2135
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2133

def list_providers
  @list_providers
end

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

RPC-specific configuration for list_runtime_action_schemas

Returns:

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


2178
2179
2180
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2178

def list_runtime_action_schemas
  @list_runtime_action_schemas
end

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

RPC-specific configuration for list_runtime_entity_schemas

Returns:

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


2173
2174
2175
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2173

def list_runtime_entity_schemas
  @list_runtime_entity_schemas
end

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

RPC-specific configuration for refresh_connection_schema_metadata

Returns:

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


2168
2169
2170
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2168

def 
  @refresh_connection_schema_metadata
end

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

RPC-specific configuration for update_connection

Returns:

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


2123
2124
2125
# File 'lib/google/cloud/connectors/v1/connectors/client.rb', line 2123

def update_connection
  @update_connection
end