Class: Google::Cloud::Notebooks::V1beta1::NotebookService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb

Overview

Configuration RPC class for the NotebookService 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_environment::Gapic::Config::Method (readonly)

RPC-specific configuration for create_environment

Returns:

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


2332
2333
2334
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2332

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_instance

Returns:

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


2257
2258
2259
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2257

def create_instance
  @create_instance
end

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

RPC-specific configuration for delete_environment

Returns:

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


2337
2338
2339
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2337

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_instance

Returns:

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


2282
2283
2284
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2282

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


2327
2328
2329
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2327

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_instance

Returns:

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


2252
2253
2254
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2252

def get_instance
  @get_instance
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


2307
2308
2309
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2307

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


2322
2323
2324
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2322

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_instances

Returns:

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


2247
2248
2249
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2247

def list_instances
  @list_instances
end

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

RPC-specific configuration for register_instance

Returns:

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


2262
2263
2264
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2262

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


2302
2303
2304
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2302

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


2297
2298
2299
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2297

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


2267
2268
2269
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2267

def set_instance_accelerator
  @set_instance_accelerator
end

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

RPC-specific configuration for set_instance_labels

Returns:

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


2277
2278
2279
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2277

def set_instance_labels
  @set_instance_labels
end

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

RPC-specific configuration for set_instance_machine_type

Returns:

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


2272
2273
2274
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2272

def set_instance_machine_type
  @set_instance_machine_type
end

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

RPC-specific configuration for start_instance

Returns:

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


2287
2288
2289
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2287

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


2292
2293
2294
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2292

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for upgrade_instance

Returns:

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


2312
2313
2314
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2312

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


2317
2318
2319
# File 'lib/google/cloud/notebooks/v1beta1/notebook_service/client.rb', line 2317

def upgrade_instance_internal
  @upgrade_instance_internal
end