Class: Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb
Overview
Configuration RPC class for the LicenseConfigService 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#create_license_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_license_config. -
#distribute_license_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
distribute_license_config. -
#get_license_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_license_config. -
#list_license_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_license_configs. -
#retract_license_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
retract_license_config. -
#update_license_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_license_config.
Instance Attribute Details
#create_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_license_config
913 914 915 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 913 def create_license_config @create_license_config end |
#distribute_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for distribute_license_config
933 934 935 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 933 def distribute_license_config @distribute_license_config end |
#get_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_license_config
923 924 925 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 923 def get_license_config @get_license_config end |
#list_license_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_license_configs
928 929 930 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 928 def list_license_configs @list_license_configs end |
#retract_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retract_license_config
938 939 940 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 938 def retract_license_config @retract_license_config end |
#update_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_license_config
918 919 920 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb', line 918 def update_license_config @update_license_config end |