Class: Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/discovery_engine/v1beta/license_config_service/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 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. -
: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
999 1000 1001 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 999 def create_license_config @create_license_config end |
#distribute_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for distribute_license_config
1019 1020 1021 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 1019 def distribute_license_config @distribute_license_config end |
#get_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_license_config
1009 1010 1011 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 1009 def get_license_config @get_license_config end |
#list_license_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_license_configs
1014 1015 1016 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 1014 def list_license_configs @list_license_configs end |
#retract_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retract_license_config
1024 1025 1026 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 1024 def retract_license_config @retract_license_config end |
#update_license_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_license_config
1004 1005 1006 |
# File 'lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb', line 1004 def update_license_config @update_license_config end |