Send feedback
AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::NotebookService::Rest::Client::Configuration::Rpcs (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::NotebookService::Rest::Client::Configuration::Rpcs.
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.
Methods
#create_environment
def create_environment () - > :: Gapic :: Config :: Method
RPC-specific configuration for create_environment
Returns
(::Gapic::Config::Method)
#create_execution
def create_execution () - > :: Gapic :: Config :: Method
RPC-specific configuration for create_execution
Returns
(::Gapic::Config::Method)
#create_instance
def create_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for create_instance
Returns
(::Gapic::Config::Method)
#create_schedule
def create_schedule () - > :: Gapic :: Config :: Method
RPC-specific configuration for create_schedule
Returns
(::Gapic::Config::Method)
#delete_environment
def delete_environment () - > :: Gapic :: Config :: Method
RPC-specific configuration for delete_environment
Returns
(::Gapic::Config::Method)
#delete_execution
def delete_execution () - > :: Gapic :: Config :: Method
RPC-specific configuration for delete_execution
Returns
(::Gapic::Config::Method)
#delete_instance
def delete_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for delete_instance
Returns
(::Gapic::Config::Method)
#delete_schedule
def delete_schedule () - > :: Gapic :: Config :: Method
RPC-specific configuration for delete_schedule
Returns
(::Gapic::Config::Method)
#diagnose_instance
def diagnose_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for diagnose_instance
Returns
(::Gapic::Config::Method)
#get_environment
def get_environment () - > :: Gapic :: Config :: Method
RPC-specific configuration for get_environment
Returns
(::Gapic::Config::Method)
#get_execution
def get_execution () - > :: Gapic :: Config :: Method
RPC-specific configuration for get_execution
Returns
(::Gapic::Config::Method)
#get_instance
def get_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for get_instance
Returns
(::Gapic::Config::Method)
#get_instance_health
def get_instance_health () - > :: Gapic :: Config :: Method
RPC-specific configuration for get_instance_health
Returns
(::Gapic::Config::Method)
#get_schedule
def get_schedule () - > :: Gapic :: Config :: Method
RPC-specific configuration for get_schedule
Returns
(::Gapic::Config::Method)
#is_instance_upgradeable
def is_instance_upgradeable () - > :: Gapic :: Config :: Method
RPC-specific configuration for is_instance_upgradeable
Returns
(::Gapic::Config::Method)
#list_environments
def list_environments () - > :: Gapic :: Config :: Method
RPC-specific configuration for list_environments
Returns
(::Gapic::Config::Method)
#list_executions
def list_executions () - > :: Gapic :: Config :: Method
RPC-specific configuration for list_executions
Returns
(::Gapic::Config::Method)
#list_instances
def list_instances () - > :: Gapic :: Config :: Method
RPC-specific configuration for list_instances
Returns
(::Gapic::Config::Method)
#list_schedules
def list_schedules () - > :: Gapic :: Config :: Method
RPC-specific configuration for list_schedules
Returns
(::Gapic::Config::Method)
#register_instance
def register_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for register_instance
Returns
(::Gapic::Config::Method)
#report_instance_info
def report_instance_info () - > :: Gapic :: Config :: Method
RPC-specific configuration for report_instance_info
Returns
(::Gapic::Config::Method)
#reset_instance
def reset_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for reset_instance
Returns
(::Gapic::Config::Method)
#rollback_instance
def rollback_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for rollback_instance
Returns
(::Gapic::Config::Method)
#set_instance_accelerator
def set_instance_accelerator () - > :: Gapic :: Config :: Method
RPC-specific configuration for set_instance_accelerator
Returns
(::Gapic::Config::Method)
#set_instance_labels
def set_instance_labels () - > :: Gapic :: Config :: Method
RPC-specific configuration for set_instance_labels
Returns
(::Gapic::Config::Method)
#set_instance_machine_type
def set_instance_machine_type () - > :: Gapic :: Config :: Method
RPC-specific configuration for set_instance_machine_type
Returns
(::Gapic::Config::Method)
#start_instance
def start_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for start_instance
Returns
(::Gapic::Config::Method)
#stop_instance
def stop_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for stop_instance
Returns
(::Gapic::Config::Method)
#trigger_schedule
def trigger_schedule () - > :: Gapic :: Config :: Method
RPC-specific configuration for trigger_schedule
Returns
(::Gapic::Config::Method)
#update_instance_config
def update_instance_config () - > :: Gapic :: Config :: Method
RPC-specific configuration for update_instance_config
Returns
(::Gapic::Config::Method)
def update_instance_metadata_items () - > :: Gapic :: Config :: Method
RPC-specific configuration for update_instance_metadata_items
Returns
(::Gapic::Config::Method)
#update_shielded_instance_config
def update_shielded_instance_config () - > :: Gapic :: Config :: Method
RPC-specific configuration for update_shielded_instance_config
Returns
(::Gapic::Config::Method)
#upgrade_instance
def upgrade_instance () - > :: Gapic :: Config :: Method
RPC-specific configuration for upgrade_instance
Returns
(::Gapic::Config::Method)
#upgrade_instance_internal
def upgrade_instance_internal () - > :: Gapic :: Config :: Method
RPC-specific configuration for upgrade_instance_internal
Returns
(::Gapic::Config::Method)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::NotebookService::Rest::Client::Configuration::Rpcs (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-notebooks-v1/latest/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [1.0.1](/ruby/docs/reference/google-cloud-notebooks-v1/1.0.1/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.11.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.11.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.10.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.10.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.9.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.9.1/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.8.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.8.2/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.7.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.7.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.6.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.6.1/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.5.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.5.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.4.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.4.2/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.3.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.3.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.2.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.2.1/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs)\n- [0.1.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.1.0/Google-Cloud-Notebooks-V1-NotebookService-Rest-Client-Configuration-Rpcs) \nReference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::NotebookService::Rest::Client::Configuration::Rpcs.\n\nConfiguration RPC class for the NotebookService API.\n\nIncludes fields providing the configuration for each RPC in this service.\nEach configuration object is of type `Gapic::Config::Method` and includes\nthe following configuration fields:\n\n- `timeout` (*type:* `Numeric`) - The call timeout in seconds\n- `metadata` (*type:* `Hash{Symbol=\u003eString}`) - Additional headers\n- `retry_policy (`*type:*Hash\\`) - The retry policy. The policy fields include the following keys:\n - `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.\n - `:max_delay` (*type:* `Numeric`) - The max delay in seconds.\n - `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.\n- `:retry_codes` (*type:* `Array\u003cString\u003e`) - The error codes that should trigger a retry. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #create_environment\n\n def create_environment() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `create_environment` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #create_execution\n\n def create_execution() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `create_execution` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #create_instance\n\n def create_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `create_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #create_schedule\n\n def create_schedule() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `create_schedule` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #delete_environment\n\n def delete_environment() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `delete_environment` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #delete_execution\n\n def delete_execution() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `delete_execution` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #delete_instance\n\n def delete_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `delete_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #delete_schedule\n\n def delete_schedule() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `delete_schedule` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #diagnose_instance\n\n def diagnose_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `diagnose_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #get_environment\n\n def get_environment() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `get_environment` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #get_execution\n\n def get_execution() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `get_execution` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #get_instance\n\n def get_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `get_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #get_instance_health\n\n def get_instance_health() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `get_instance_health` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #get_schedule\n\n def get_schedule() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `get_schedule` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #is_instance_upgradeable\n\n def is_instance_upgradeable() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `is_instance_upgradeable` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #list_environments\n\n def list_environments() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `list_environments` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #list_executions\n\n def list_executions() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `list_executions` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #list_instances\n\n def list_instances() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `list_instances` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #list_schedules\n\n def list_schedules() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `list_schedules` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #register_instance\n\n def register_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `register_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #report_instance_info\n\n def report_instance_info() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `report_instance_info` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #reset_instance\n\n def reset_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `reset_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #rollback_instance\n\n def rollback_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `rollback_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #set_instance_accelerator\n\n def set_instance_accelerator() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `set_instance_accelerator` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #set_instance_labels\n\n def set_instance_labels() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `set_instance_labels` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #set_instance_machine_type\n\n def set_instance_machine_type() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `set_instance_machine_type` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #start_instance\n\n def start_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `start_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #stop_instance\n\n def stop_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `stop_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #trigger_schedule\n\n def trigger_schedule() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `trigger_schedule` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #update_instance_config\n\n def update_instance_config() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `update_instance_config` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #update_instance_metadata_items\n\n def update_instance_metadata_items() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `update_instance_metadata_items` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #update_shielded_instance_config\n\n def update_shielded_instance_config() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `update_shielded_instance_config` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #upgrade_instance\n\n def upgrade_instance() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `upgrade_instance` \n**Returns**\n\n- (::Gapic::Config::Method)\n\n### #upgrade_instance_internal\n\n def upgrade_instance_internal() -\u003e ::Gapic::Config::Method\n\nRPC-specific configuration for `upgrade_instance_internal` \n**Returns**\n\n- (::Gapic::Config::Method)"]]