Class: Google::Cloud::Shell::V1::CloudShellService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Shell::V1::CloudShellService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/shell/v1/cloud_shell_service/client.rb
Overview
Configuration RPC class for the CloudShellService 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
-
#add_public_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_public_key
. -
#authorize_environment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
authorize_environment
. -
#get_environment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_environment
. -
#remove_public_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
remove_public_key
. -
#start_environment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_environment
.
Instance Attribute Details
#add_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_public_key
876 877 878 |
# File 'lib/google/cloud/shell/v1/cloud_shell_service/client.rb', line 876 def add_public_key @add_public_key end |
#authorize_environment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for authorize_environment
871 872 873 |
# File 'lib/google/cloud/shell/v1/cloud_shell_service/client.rb', line 871 def @authorize_environment end |
#get_environment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_environment
861 862 863 |
# File 'lib/google/cloud/shell/v1/cloud_shell_service/client.rb', line 861 def get_environment @get_environment end |
#remove_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for remove_public_key
881 882 883 |
# File 'lib/google/cloud/shell/v1/cloud_shell_service/client.rb', line 881 def remove_public_key @remove_public_key end |
#start_environment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_environment
866 867 868 |
# File 'lib/google/cloud/shell/v1/cloud_shell_service/client.rb', line 866 def start_environment @start_environment end |