Class: Google::Cloud::Notebooks::V1::ManagedNotebookService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ManagedNotebookService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb
Overview
Configuration RPC class for the ManagedNotebookService 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
-
#create_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_runtime
. -
#delete_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_runtime
. -
#diagnose_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
diagnose_runtime
. -
#get_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_runtime
. -
#list_runtimes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_runtimes
. -
#refresh_runtime_token_internal ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
refresh_runtime_token_internal
. -
#report_runtime_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
report_runtime_event
. -
#reset_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
reset_runtime
. -
#start_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_runtime
. -
#stop_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stop_runtime
. -
#switch_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
switch_runtime
. -
#update_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_runtime
. -
#upgrade_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
upgrade_runtime
.
Instance Attribute Details
#create_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_runtime
1580 1581 1582 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1580 def create_runtime @create_runtime end |
#delete_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_runtime
1590 1591 1592 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1590 def delete_runtime @delete_runtime end |
#diagnose_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for diagnose_runtime
1630 1631 1632 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1630 def diagnose_runtime @diagnose_runtime end |
#get_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_runtime
1575 1576 1577 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1575 def get_runtime @get_runtime end |
#list_runtimes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_runtimes
1570 1571 1572 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1570 def list_runtimes @list_runtimes end |
#refresh_runtime_token_internal ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for refresh_runtime_token_internal
1625 1626 1627 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1625 def refresh_runtime_token_internal @refresh_runtime_token_internal end |
#report_runtime_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for report_runtime_event
1620 1621 1622 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1620 def report_runtime_event @report_runtime_event end |
#reset_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reset_runtime
1610 1611 1612 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1610 def reset_runtime @reset_runtime end |
#start_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_runtime
1595 1596 1597 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1595 def start_runtime @start_runtime end |
#stop_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_runtime
1600 1601 1602 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1600 def stop_runtime @stop_runtime end |
#switch_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for switch_runtime
1605 1606 1607 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1605 def switch_runtime @switch_runtime end |
#update_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_runtime
1585 1586 1587 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1585 def update_runtime @update_runtime end |
#upgrade_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upgrade_runtime
1615 1616 1617 |
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1615 def upgrade_runtime @upgrade_runtime end |