Class: Google::Apps::Meet::V2::SpacesService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::SpacesService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/apps/meet/v2/spaces_service/rest/client.rb
Overview
Configuration RPC class for the SpacesService 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_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_space. -
#end_active_conference ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
end_active_conference. -
#get_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space. -
#update_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space.
Instance Attribute Details
#create_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_space
697 698 699 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 697 def create_space @create_space end |
#end_active_conference ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for end_active_conference
712 713 714 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 712 def end_active_conference @end_active_conference end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
702 703 704 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 702 def get_space @get_space end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
707 708 709 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 707 def update_space @update_space end |