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)


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

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


3892
3893
3894
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3892

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


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

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


3867
3868
3869
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3867

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


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

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


3887
3888
3889
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3887

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


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

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


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

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


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

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


3882
3883
3884
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3882

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


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

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


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

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


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

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


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

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


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

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


3877
3878
3879
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3877

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


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

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


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

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


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

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


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

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


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

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


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

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


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

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)


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

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)


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

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)


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

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


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

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


3872
3873
3874
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3872

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


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

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)


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

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)


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

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)


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

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


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

def upgrade_instance_internal
  @upgrade_instance_internal
end