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.
    • :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_environment::Gapic::Config::Method (readonly)

RPC-specific configuration for create_environment

Returns:

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


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

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


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

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


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

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


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

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


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

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


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

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


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

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


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

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


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

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


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

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


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

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


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

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


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

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


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

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


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

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


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

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


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

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


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

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


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

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


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

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


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

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


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

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


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

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)


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

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)


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

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)


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

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


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

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


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

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


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

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)


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

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)


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

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)


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

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


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

def upgrade_instance_internal
  @upgrade_instance_internal
end