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)


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

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


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

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


3449
3450
3451
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3449

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


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

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


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

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


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

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


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

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


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

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


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

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


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

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


3444
3445
3446
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3444

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


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

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


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

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


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

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


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

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


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

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


3439
3440
3441
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3439

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


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

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


3454
3455
3456
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3454

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


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

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


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

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


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

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


3459
3460
3461
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3459

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)


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

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)


3464
3465
3466
# File 'lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb', line 3464

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)


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

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


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

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


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

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


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

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)


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

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)


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

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)


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

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


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

def upgrade_instance_internal
  @upgrade_instance_internal
end