Class: Google::Cloud::Workstations::V1beta::Workstations::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/workstations/v1beta/workstations/client.rb

Overview

Configuration RPC class for the Workstations 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_workstation::Gapic::Config::Method (readonly)

RPC-specific configuration for create_workstation

Returns:

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


2640
2641
2642
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2640

def create_workstation
  @create_workstation
end

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

RPC-specific configuration for create_workstation_cluster

Returns:

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


2580
2581
2582
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2580

def create_workstation_cluster
  @create_workstation_cluster
end

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

RPC-specific configuration for create_workstation_config

Returns:

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


2610
2611
2612
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2610

def create_workstation_config
  @create_workstation_config
end

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

RPC-specific configuration for delete_workstation

Returns:

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


2650
2651
2652
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2650

def delete_workstation
  @delete_workstation
end

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

RPC-specific configuration for delete_workstation_cluster

Returns:

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


2590
2591
2592
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2590

def delete_workstation_cluster
  @delete_workstation_cluster
end

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

RPC-specific configuration for delete_workstation_config

Returns:

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


2620
2621
2622
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2620

def delete_workstation_config
  @delete_workstation_config
end

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

RPC-specific configuration for generate_access_token

Returns:

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


2665
2666
2667
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2665

def generate_access_token
  @generate_access_token
end

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

RPC-specific configuration for get_workstation

Returns:

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


2625
2626
2627
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2625

def get_workstation
  @get_workstation
end

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

RPC-specific configuration for get_workstation_cluster

Returns:

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


2570
2571
2572
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2570

def get_workstation_cluster
  @get_workstation_cluster
end

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

RPC-specific configuration for get_workstation_config

Returns:

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


2595
2596
2597
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2595

def get_workstation_config
  @get_workstation_config
end

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

RPC-specific configuration for list_usable_workstation_configs

Returns:

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


2605
2606
2607
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2605

def list_usable_workstation_configs
  @list_usable_workstation_configs
end

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

RPC-specific configuration for list_usable_workstations

Returns:

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


2635
2636
2637
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2635

def list_usable_workstations
  @list_usable_workstations
end

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

RPC-specific configuration for list_workstation_clusters

Returns:

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


2575
2576
2577
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2575

def list_workstation_clusters
  @list_workstation_clusters
end

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

RPC-specific configuration for list_workstation_configs

Returns:

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


2600
2601
2602
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2600

def list_workstation_configs
  @list_workstation_configs
end

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

RPC-specific configuration for list_workstations

Returns:

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


2630
2631
2632
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2630

def list_workstations
  @list_workstations
end

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

RPC-specific configuration for push_credentials

Returns:

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


2670
2671
2672
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2670

def push_credentials
  @push_credentials
end

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

RPC-specific configuration for start_workstation

Returns:

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


2655
2656
2657
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2655

def start_workstation
  @start_workstation
end

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

RPC-specific configuration for stop_workstation

Returns:

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


2660
2661
2662
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2660

def stop_workstation
  @stop_workstation
end

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

RPC-specific configuration for update_workstation

Returns:

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


2645
2646
2647
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2645

def update_workstation
  @update_workstation
end

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

RPC-specific configuration for update_workstation_cluster

Returns:

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


2585
2586
2587
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2585

def update_workstation_cluster
  @update_workstation_cluster
end

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

RPC-specific configuration for update_workstation_config

Returns:

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


2615
2616
2617
# File 'lib/google/cloud/workstations/v1beta/workstations/client.rb', line 2615

def update_workstation_config
  @update_workstation_config
end