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)


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

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_execution

Returns:

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


3909
3910
3911
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3909

def create_execution
  @create_execution
end

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

RPC-specific configuration for create_instance

Returns:

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


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

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_schedule

Returns:

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


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

def create_schedule
  @create_schedule
end

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

RPC-specific configuration for delete_environment

Returns:

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


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

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_execution

Returns:

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


3904
3905
3906
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3904

def delete_execution
  @delete_execution
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_schedule

Returns:

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


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

def delete_schedule
  @delete_schedule
end

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

RPC-specific configuration for diagnose_instance

Returns:

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


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

def diagnose_instance
  @diagnose_instance
end

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

RPC-specific configuration for get_environment

Returns:

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


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

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_execution

Returns:

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


3899
3900
3901
# File 'lib/google/cloud/notebooks/v1/notebook_service/client.rb', line 3899

def get_execution
  @get_execution
end

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

RPC-specific configuration for get_instance

Returns:

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


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

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_instance_health

Returns:

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


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

def get_instance_health
  @get_instance_health
end

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

RPC-specific configuration for get_schedule

Returns:

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


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

def get_schedule
  @get_schedule
end

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

RPC-specific configuration for is_instance_upgradeable

Returns:

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


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

def is_instance_upgradeable
  @is_instance_upgradeable
end

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

RPC-specific configuration for list_environments

Returns:

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


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

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_executions

Returns:

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


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

def list_executions
  @list_executions
end

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

RPC-specific configuration for list_instances

Returns:

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


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

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_schedules

Returns:

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


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

def list_schedules
  @list_schedules
end

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

RPC-specific configuration for register_instance

Returns:

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


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

def register_instance
  @register_instance
end

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

RPC-specific configuration for report_instance_info

Returns:

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


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

def report_instance_info
  @report_instance_info
end

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

RPC-specific configuration for reset_instance

Returns:

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


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

def reset_instance
  @reset_instance
end

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

RPC-specific configuration for rollback_instance

Returns:

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


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

def rollback_instance
  @rollback_instance
end

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

RPC-specific configuration for set_instance_accelerator

Returns:

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


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

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)


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

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)


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

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)


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

def start_instance
  @start_instance
end

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

RPC-specific configuration for stop_instance

Returns:

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


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

def stop_instance
  @stop_instance
end

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

RPC-specific configuration for trigger_schedule

Returns:

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


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

def trigger_schedule
  @trigger_schedule
end

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

RPC-specific configuration for update_instance_config

Returns:

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


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

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)


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

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)


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

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)


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

def upgrade_instance
  @upgrade_instance
end

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

RPC-specific configuration for upgrade_instance_internal

Returns:

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


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

def upgrade_instance_internal
  @upgrade_instance_internal
end