Class: Google::Cloud::VisionAI::V1::StreamingService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::StreamingService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/vision_ai/v1/streaming_service/client.rb
Overview
Configuration RPC class for the StreamingService 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. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#acquire_lease ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
acquire_lease
. -
#receive_events ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
receive_events
. -
#receive_packets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
receive_packets
. -
#release_lease ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
release_lease
. -
#renew_lease ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
renew_lease
. -
#send_packets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
send_packets
.
Instance Attribute Details
#acquire_lease ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for acquire_lease
901 902 903 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 901 def acquire_lease @acquire_lease end |
#receive_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for receive_events
896 897 898 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 896 def receive_events @receive_events end |
#receive_packets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for receive_packets
891 892 893 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 891 def receive_packets @receive_packets end |
#release_lease ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for release_lease
911 912 913 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 911 def release_lease @release_lease end |
#renew_lease ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for renew_lease
906 907 908 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 906 def renew_lease @renew_lease end |
#send_packets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for send_packets
886 887 888 |
# File 'lib/google/cloud/vision_ai/v1/streaming_service/client.rb', line 886 def send_packets @send_packets end |