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)


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

def cancel_operation
  @cancel_operation
end

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

RPC-specific configuration for complete_ip_rotation

Returns:

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


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

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)


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

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)


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

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_node_pool

Returns:

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


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

def create_node_pool
  @create_node_pool
end

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

RPC-specific configuration for delete_cluster

Returns:

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


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

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_node_pool

Returns:

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


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

def delete_node_pool
  @delete_node_pool
end

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

RPC-specific configuration for get_cluster

Returns:

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


3881
3882
3883
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3881

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)


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

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)


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

def get_node_pool
  @get_node_pool
end

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

RPC-specific configuration for get_operation

Returns:

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


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

def get_operation
  @get_operation
end

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

RPC-specific configuration for get_server_config

Returns:

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


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

def get_server_config
  @get_server_config
end

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

RPC-specific configuration for list_clusters

Returns:

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


3876
3877
3878
# File 'lib/google/cloud/container/v1beta1/cluster_manager/client.rb', line 3876

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_locations

Returns:

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


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

def list_locations
  @list_locations
end

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

RPC-specific configuration for list_node_pools

Returns:

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


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

def list_node_pools
  @list_node_pools
end

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

RPC-specific configuration for list_operations

Returns:

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


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

def list_operations
  @list_operations
end

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

RPC-specific configuration for list_usable_subnetworks

Returns:

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


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

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)


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

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)


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

def set_addons_config
  @set_addons_config
end

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

RPC-specific configuration for set_labels

Returns:

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


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

def set_labels
  @set_labels
end

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

RPC-specific configuration for set_legacy_abac

Returns:

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


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

def set_legacy_abac
  @set_legacy_abac
end

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

RPC-specific configuration for set_locations

Returns:

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


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

def set_locations
  @set_locations
end

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

RPC-specific configuration for set_logging_service

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

def start_ip_rotation
  @start_ip_rotation
end

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

RPC-specific configuration for update_cluster

Returns:

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


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

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_master

Returns:

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


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

def update_master
  @update_master
end

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

RPC-specific configuration for update_node_pool

Returns:

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


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

def update_node_pool
  @update_node_pool
end