Class: Google::Cloud::Notebooks::V1::ManagedNotebookService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for create_runtime

Returns:

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


1614
1615
1616
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1614

def create_runtime
  @create_runtime
end

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

RPC-specific configuration for delete_runtime

Returns:

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


1624
1625
1626
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1624

def delete_runtime
  @delete_runtime
end

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

RPC-specific configuration for diagnose_runtime

Returns:

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


1664
1665
1666
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1664

def diagnose_runtime
  @diagnose_runtime
end

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

RPC-specific configuration for get_runtime

Returns:

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


1609
1610
1611
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1609

def get_runtime
  @get_runtime
end

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

RPC-specific configuration for list_runtimes

Returns:

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


1604
1605
1606
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1604

def list_runtimes
  @list_runtimes
end

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

RPC-specific configuration for refresh_runtime_token_internal

Returns:

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


1659
1660
1661
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1659

def refresh_runtime_token_internal
  @refresh_runtime_token_internal
end

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

RPC-specific configuration for report_runtime_event

Returns:

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


1654
1655
1656
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1654

def report_runtime_event
  @report_runtime_event
end

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

RPC-specific configuration for reset_runtime

Returns:

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


1644
1645
1646
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1644

def reset_runtime
  @reset_runtime
end

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

RPC-specific configuration for start_runtime

Returns:

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


1629
1630
1631
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1629

def start_runtime
  @start_runtime
end

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

RPC-specific configuration for stop_runtime

Returns:

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


1634
1635
1636
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1634

def stop_runtime
  @stop_runtime
end

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

RPC-specific configuration for switch_runtime

Returns:

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


1639
1640
1641
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1639

def switch_runtime
  @switch_runtime
end

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

RPC-specific configuration for update_runtime

Returns:

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


1619
1620
1621
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1619

def update_runtime
  @update_runtime
end

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

RPC-specific configuration for upgrade_runtime

Returns:

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


1649
1650
1651
# File 'lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb', line 1649

def upgrade_runtime
  @upgrade_runtime
end