Class: Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb

Overview

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

RPC-specific configuration for create_environment

Returns:

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


2436
2437
2438
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2436

def create_environment
  @create_environment
end

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

RPC-specific configuration for create_user_workloads_config_map

Returns:

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


2506
2507
2508
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2506

def create_user_workloads_config_map
  @create_user_workloads_config_map
end

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

RPC-specific configuration for create_user_workloads_secret

Returns:

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


2481
2482
2483
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2481

def create_user_workloads_secret
  @create_user_workloads_secret
end

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

RPC-specific configuration for database_failover

Returns:

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


2541
2542
2543
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2541

def database_failover
  @database_failover
end

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

RPC-specific configuration for delete_environment

Returns:

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


2456
2457
2458
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2456

def delete_environment
  @delete_environment
end

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

RPC-specific configuration for delete_user_workloads_config_map

Returns:

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


2526
2527
2528
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2526

def delete_user_workloads_config_map
  @delete_user_workloads_config_map
end

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

RPC-specific configuration for delete_user_workloads_secret

Returns:

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


2501
2502
2503
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2501

def delete_user_workloads_secret
  @delete_user_workloads_secret
end

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

RPC-specific configuration for execute_airflow_command

Returns:

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


2461
2462
2463
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2461

def execute_airflow_command
  @execute_airflow_command
end

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

RPC-specific configuration for fetch_database_properties

Returns:

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


2546
2547
2548
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2546

def fetch_database_properties
  @fetch_database_properties
end

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

RPC-specific configuration for get_environment

Returns:

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


2441
2442
2443
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2441

def get_environment
  @get_environment
end

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

RPC-specific configuration for get_user_workloads_config_map

Returns:

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


2511
2512
2513
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2511

def get_user_workloads_config_map
  @get_user_workloads_config_map
end

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

RPC-specific configuration for get_user_workloads_secret

Returns:

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


2486
2487
2488
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2486

def get_user_workloads_secret
  @get_user_workloads_secret
end

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

RPC-specific configuration for list_environments

Returns:

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


2446
2447
2448
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2446

def list_environments
  @list_environments
end

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

RPC-specific configuration for list_user_workloads_config_maps

Returns:

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


2516
2517
2518
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2516

def list_user_workloads_config_maps
  @list_user_workloads_config_maps
end

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

RPC-specific configuration for list_user_workloads_secrets

Returns:

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


2491
2492
2493
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2491

def list_user_workloads_secrets
  @list_user_workloads_secrets
end

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

RPC-specific configuration for list_workloads

Returns:

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


2476
2477
2478
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2476

def list_workloads
  @list_workloads
end

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

RPC-specific configuration for load_snapshot

Returns:

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


2536
2537
2538
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2536

def load_snapshot
  @load_snapshot
end

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

RPC-specific configuration for poll_airflow_command

Returns:

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


2471
2472
2473
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2471

def poll_airflow_command
  @poll_airflow_command
end

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

RPC-specific configuration for save_snapshot

Returns:

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


2531
2532
2533
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2531

def save_snapshot
  @save_snapshot
end

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

RPC-specific configuration for stop_airflow_command

Returns:

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


2466
2467
2468
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2466

def stop_airflow_command
  @stop_airflow_command
end

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

RPC-specific configuration for update_environment

Returns:

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


2451
2452
2453
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2451

def update_environment
  @update_environment
end

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

RPC-specific configuration for update_user_workloads_config_map

Returns:

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


2521
2522
2523
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2521

def update_user_workloads_config_map
  @update_user_workloads_config_map
end

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

RPC-specific configuration for update_user_workloads_secret

Returns:

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


2496
2497
2498
# File 'lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb', line 2496

def update_user_workloads_secret
  @update_user_workloads_secret
end