Class: Google::Cloud::Notebooks::V1::NotebookService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/notebooks/v1/notebook_service/rest/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 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)


3586
3587
3588
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3586

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


3636
3637
3638
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3636

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


3481
3482
3483
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3481

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


3611
3612
3613
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3611

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


3591
3592
3593
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3591

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


3631
3632
3633
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3631

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


3521
3522
3523
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3521

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


3606
3607
3608
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3606

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


3566
3567
3568
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3566

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


3581
3582
3583
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3581

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


3626
3627
3628
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3626

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


3476
3477
3478
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3476

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


3551
3552
3553
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3551

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


3601
3602
3603
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3601

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


3546
3547
3548
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3546

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


3576
3577
3578
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3576

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


3621
3622
3623
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3621

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


3471
3472
3473
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3471

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


3596
3597
3598
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3596

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


3486
3487
3488
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3486

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


3541
3542
3543
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3541

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


3536
3537
3538
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3536

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


3561
3562
3563
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3561

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


3491
3492
3493
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3491

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)


3511
3512
3513
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3511

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)


3496
3497
3498
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3496

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)


3526
3527
3528
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3526

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


3531
3532
3533
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3531

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


3616
3617
3618
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3616

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


3501
3502
3503
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3501

def update_instance_config
  @update_instance_config
end

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

RPC-specific configuration for update_instance_metadata_items

Returns:

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


3516
3517
3518
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3516

def 
  @update_instance_metadata_items
end

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

RPC-specific configuration for update_shielded_instance_config

Returns:

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


3506
3507
3508
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3506

def update_shielded_instance_config
  @update_shielded_instance_config
end

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

RPC-specific configuration for upgrade_instance

Returns:

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


3556
3557
3558
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3556

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


3571
3572
3573
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3571

def upgrade_instance_internal
  @upgrade_instance_internal
end