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

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


3814
3815
3816
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3814

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


3864
3865
3866
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3864

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


3709
3710
3711
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3709

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


3839
3840
3841
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3839

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


3819
3820
3821
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3819

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


3859
3860
3861
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3859

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


3749
3750
3751
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3749

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


3834
3835
3836
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3834

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


3794
3795
3796
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3794

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


3809
3810
3811
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3809

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


3854
3855
3856
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3854

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


3704
3705
3706
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3704

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


3779
3780
3781
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3779

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


3829
3830
3831
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3829

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


3774
3775
3776
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3774

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


3804
3805
3806
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3804

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


3849
3850
3851
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3849

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


3699
3700
3701
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3699

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


3824
3825
3826
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3824

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


3714
3715
3716
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3714

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


3769
3770
3771
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3769

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


3764
3765
3766
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3764

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


3789
3790
3791
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3789

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


3719
3720
3721
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3719

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)


3739
3740
3741
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3739

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)


3724
3725
3726
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3724

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)


3754
3755
3756
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3754

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


3759
3760
3761
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3759

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


3844
3845
3846
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3844

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


3729
3730
3731
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3729

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)


3744
3745
3746
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3744

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)


3734
3735
3736
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3734

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)


3784
3785
3786
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3784

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


3799
3800
3801
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3799

def upgrade_instance_internal
  @upgrade_instance_internal
end