Class: Google::Apps::Meet::V2beta::SpacesService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::SpacesService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/apps/meet/v2beta/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. -
: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
633 634 635 |
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 633 def create_space @create_space end |
#end_active_conference ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for end_active_conference
648 649 650 |
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 648 def end_active_conference @end_active_conference end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
638 639 640 |
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 638 def get_space @get_space end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
643 644 645 |
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 643 def update_space @update_space end |