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

Returns:

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


3962
3963
3964
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3962

def cancel_operation
  @cancel_operation
end

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

RPC-specific configuration for complete_ip_rotation

Returns:

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


4027
4028
4029
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4027

def complete_ip_rotation
  @complete_ip_rotation
end

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

RPC-specific configuration for complete_node_pool_upgrade

Returns:

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


3997
3998
3999
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3997

def complete_node_pool_upgrade
  @complete_node_pool_upgrade
end

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

RPC-specific configuration for create_cluster

Returns:

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


3897
3898
3899
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3897

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_node_pool

Returns:

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


3987
3988
3989
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3987

def create_node_pool
  @create_node_pool
end

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

RPC-specific configuration for delete_cluster

Returns:

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


3947
3948
3949
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3947

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_node_pool

Returns:

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


3992
3993
3994
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3992

def delete_node_pool
  @delete_node_pool
end

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

RPC-specific configuration for get_cluster

Returns:

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


3892
3893
3894
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3892

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_json_web_keys

Returns:

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


3972
3973
3974
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3972

def get_json_web_keys
  @get_json_web_keys
end

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

RPC-specific configuration for get_node_pool

Returns:

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


3982
3983
3984
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3982

def get_node_pool
  @get_node_pool
end

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

RPC-specific configuration for get_operation

Returns:

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


3957
3958
3959
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3957

def get_operation
  @get_operation
end

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

RPC-specific configuration for get_server_config

Returns:

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


3967
3968
3969
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3967

def get_server_config
  @get_server_config
end

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

RPC-specific configuration for list_clusters

Returns:

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


3887
3888
3889
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3887

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_locations

Returns:

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


4052
4053
4054
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4052

def list_locations
  @list_locations
end

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

RPC-specific configuration for list_node_pools

Returns:

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


3977
3978
3979
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3977

def list_node_pools
  @list_node_pools
end

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

RPC-specific configuration for list_operations

Returns:

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


3952
3953
3954
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3952

def list_operations
  @list_operations
end

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

RPC-specific configuration for list_usable_subnetworks

Returns:

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


4047
4048
4049
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4047

def list_usable_subnetworks
  @list_usable_subnetworks
end

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

RPC-specific configuration for rollback_node_pool_upgrade

Returns:

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


4002
4003
4004
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4002

def rollback_node_pool_upgrade
  @rollback_node_pool_upgrade
end

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

RPC-specific configuration for set_addons_config

Returns:

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


3927
3928
3929
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3927

def set_addons_config
  @set_addons_config
end

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

RPC-specific configuration for set_labels

Returns:

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


4012
4013
4014
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4012

def set_labels
  @set_labels
end

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

RPC-specific configuration for set_legacy_abac

Returns:

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


4017
4018
4019
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4017

def set_legacy_abac
  @set_legacy_abac
end

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

RPC-specific configuration for set_locations

Returns:

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


3932
3933
3934
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3932

def set_locations
  @set_locations
end

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

RPC-specific configuration for set_logging_service

Returns:

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


3917
3918
3919
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3917

def set_logging_service
  @set_logging_service
end

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

RPC-specific configuration for set_maintenance_policy

Returns:

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


4042
4043
4044
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4042

def set_maintenance_policy
  @set_maintenance_policy
end

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

RPC-specific configuration for set_master_auth

Returns:

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


3942
3943
3944
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3942

def set_master_auth
  @set_master_auth
end

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

RPC-specific configuration for set_monitoring_service

Returns:

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


3922
3923
3924
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3922

def set_monitoring_service
  @set_monitoring_service
end

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

RPC-specific configuration for set_network_policy

Returns:

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


4037
4038
4039
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4037

def set_network_policy
  @set_network_policy
end

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

RPC-specific configuration for set_node_pool_autoscaling

Returns:

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


3912
3913
3914
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3912

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

Returns:

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


4007
4008
4009
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4007

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

Returns:

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


4032
4033
4034
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4032

def set_node_pool_size
  @set_node_pool_size
end

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

RPC-specific configuration for start_ip_rotation

Returns:

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


4022
4023
4024
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 4022

def start_ip_rotation
  @start_ip_rotation
end

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

RPC-specific configuration for update_cluster

Returns:

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


3902
3903
3904
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3902

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_master

Returns:

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


3937
3938
3939
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3937

def update_master
  @update_master
end

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

RPC-specific configuration for update_node_pool

Returns:

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


3907
3908
3909
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3907

def update_node_pool
  @update_node_pool
end