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)


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

def cancel_operation
  @cancel_operation
end

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

RPC-specific configuration for complete_ip_rotation

Returns:

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


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

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)


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

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)


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

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_node_pool

Returns:

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


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

def create_node_pool
  @create_node_pool
end

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

RPC-specific configuration for delete_cluster

Returns:

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


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

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_node_pool

Returns:

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


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

def delete_node_pool
  @delete_node_pool
end

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

RPC-specific configuration for get_cluster

Returns:

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


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

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)


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

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)


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

def get_node_pool
  @get_node_pool
end

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

RPC-specific configuration for get_operation

Returns:

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


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

def get_operation
  @get_operation
end

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

RPC-specific configuration for get_server_config

Returns:

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


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

def get_server_config
  @get_server_config
end

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

RPC-specific configuration for list_clusters

Returns:

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


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

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_locations

Returns:

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


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

def list_locations
  @list_locations
end

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

RPC-specific configuration for list_node_pools

Returns:

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


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

def list_node_pools
  @list_node_pools
end

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

RPC-specific configuration for list_operations

Returns:

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


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

def list_operations
  @list_operations
end

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

RPC-specific configuration for list_usable_subnetworks

Returns:

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


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

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)


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

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)


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

def set_addons_config
  @set_addons_config
end

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

RPC-specific configuration for set_labels

Returns:

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


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

def set_labels
  @set_labels
end

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

RPC-specific configuration for set_legacy_abac

Returns:

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


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

def set_legacy_abac
  @set_legacy_abac
end

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

RPC-specific configuration for set_locations

Returns:

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


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

def set_locations
  @set_locations
end

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

RPC-specific configuration for set_logging_service

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

def start_ip_rotation
  @start_ip_rotation
end

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

RPC-specific configuration for update_cluster

Returns:

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


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

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_master

Returns:

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


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

def update_master
  @update_master
end

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

RPC-specific configuration for update_node_pool

Returns:

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


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

def update_node_pool
  @update_node_pool
end