Class: Google::Cloud::Container::V1beta1::ClusterManager::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/cluster_manager/client.rb

Overview

Configuration RPC class for the ClusterManager 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

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

RPC-specific configuration for cancel_operation



4361
4362
4363
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4361

def cancel_operation
  @cancel_operation
end

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

RPC-specific configuration for check_autopilot_compatibility



4451
4452
4453
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4451

def check_autopilot_compatibility
  @check_autopilot_compatibility
end

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

RPC-specific configuration for complete_ip_rotation



4426
4427
4428
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4426

def complete_ip_rotation
  @complete_ip_rotation
end

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

RPC-specific configuration for complete_node_pool_upgrade



4396
4397
4398
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4396

def complete_node_pool_upgrade
  @complete_node_pool_upgrade
end

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

RPC-specific configuration for create_cluster



4296
4297
4298
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4296

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_node_pool



4386
4387
4388
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4386

def create_node_pool
  @create_node_pool
end

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

RPC-specific configuration for delete_cluster



4346
4347
4348
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4346

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_node_pool



4391
4392
4393
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4391

def delete_node_pool
  @delete_node_pool
end

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

RPC-specific configuration for fetch_cluster_upgrade_info



4461
4462
4463
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4461

def fetch_cluster_upgrade_info
  @fetch_cluster_upgrade_info
end

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

RPC-specific configuration for fetch_node_pool_upgrade_info



4466
4467
4468
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4466

def fetch_node_pool_upgrade_info
  @fetch_node_pool_upgrade_info
end

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

RPC-specific configuration for get_cluster



4291
4292
4293
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4291

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_json_web_keys



4371
4372
4373
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4371

def get_json_web_keys
  @get_json_web_keys
end

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

RPC-specific configuration for get_node_pool



4381
4382
4383
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4381

def get_node_pool
  @get_node_pool
end

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

RPC-specific configuration for get_operation



4356
4357
4358
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4356

def get_operation
  @get_operation
end

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

RPC-specific configuration for get_server_config



4366
4367
4368
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4366

def get_server_config
  @get_server_config
end

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

RPC-specific configuration for list_clusters



4286
4287
4288
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4286

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_locations



4456
4457
4458
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4456

def list_locations
  @list_locations
end

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

RPC-specific configuration for list_node_pools



4376
4377
4378
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4376

def list_node_pools
  @list_node_pools
end

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

RPC-specific configuration for list_operations



4351
4352
4353
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4351

def list_operations
  @list_operations
end

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

RPC-specific configuration for list_usable_subnetworks



4446
4447
4448
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4446

def list_usable_subnetworks
  @list_usable_subnetworks
end

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

RPC-specific configuration for rollback_node_pool_upgrade



4401
4402
4403
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4401

def rollback_node_pool_upgrade
  @rollback_node_pool_upgrade
end

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

RPC-specific configuration for set_addons_config



4326
4327
4328
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4326

def set_addons_config
  @set_addons_config
end

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

RPC-specific configuration for set_labels



4411
4412
4413
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4411

def set_labels
  @set_labels
end

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

RPC-specific configuration for set_legacy_abac



4416
4417
4418
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4416

def set_legacy_abac
  @set_legacy_abac
end

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

RPC-specific configuration for set_locations



4331
4332
4333
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4331

def set_locations
  @set_locations
end

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

RPC-specific configuration for set_logging_service



4316
4317
4318
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4316

def set_logging_service
  @set_logging_service
end

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

RPC-specific configuration for set_maintenance_policy



4441
4442
4443
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4441

def set_maintenance_policy
  @set_maintenance_policy
end

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

RPC-specific configuration for set_master_auth



4341
4342
4343
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4341

def set_master_auth
  @set_master_auth
end

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

RPC-specific configuration for set_monitoring_service



4321
4322
4323
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4321

def set_monitoring_service
  @set_monitoring_service
end

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

RPC-specific configuration for set_network_policy



4436
4437
4438
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4436

def set_network_policy
  @set_network_policy
end

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

RPC-specific configuration for set_node_pool_autoscaling



4311
4312
4313
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4311

def set_node_pool_autoscaling
  @set_node_pool_autoscaling
end

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

RPC-specific configuration for set_node_pool_management



4406
4407
4408
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4406

def set_node_pool_management
  @set_node_pool_management
end

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

RPC-specific configuration for set_node_pool_size



4431
4432
4433
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4431

def set_node_pool_size
  @set_node_pool_size
end

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

RPC-specific configuration for start_ip_rotation



4421
4422
4423
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4421

def start_ip_rotation
  @start_ip_rotation
end

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

RPC-specific configuration for update_cluster



4301
4302
4303
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4301

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_master



4336
4337
4338
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4336

def update_master
  @update_master
end

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

RPC-specific configuration for update_node_pool



4306
4307
4308
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4306

def update_node_pool
  @update_node_pool
end