Class: Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/api_keys/v2/api_keys/rest/client.rb
Overview
Configuration RPC class for the ApiKeys 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 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
-
#create_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_key. -
#delete_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_key. -
#get_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_key. -
#get_key_string ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_key_string. -
#list_keys ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_keys. -
#lookup_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
lookup_key. -
#undelete_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
undelete_key. -
#update_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_key.
Instance Attribute Details
#create_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key
844 845 846 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 844 def create_key @create_key end |
#delete_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_key
869 870 871 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 869 def delete_key @delete_key end |
#get_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key
854 855 856 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 854 def get_key @get_key end |
#get_key_string ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key_string
859 860 861 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 859 def get_key_string @get_key_string end |
#list_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_keys
849 850 851 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 849 def list_keys @list_keys end |
#lookup_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for lookup_key
879 880 881 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 879 def lookup_key @lookup_key end |
#undelete_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_key
874 875 876 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 874 def undelete_key @undelete_key end |
#update_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_key
864 865 866 |
# File 'lib/google/cloud/api_keys/v2/api_keys/rest/client.rb', line 864 def update_key @update_key end |