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. -
: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
629 630 631 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 629 def create_space @create_space end |
#end_active_conference ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for end_active_conference
644 645 646 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 644 def end_active_conference @end_active_conference end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
634 635 636 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 634 def get_space @get_space end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
639 640 641 |
# File 'lib/google/apps/meet/v2/spaces_service/rest/client.rb', line 639 def update_space @update_space end |