Class: Google::Apps::Meet::V2::ConferenceRecordsService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ConferenceRecordsService::Client::Configuration::Rpcs
- Defined in:
- lib/google/apps/meet/v2/conference_records_service/client.rb
Overview
Configuration RPC class for the ConferenceRecordsService 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
-
#get_conference_record ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_conference_record. -
#get_participant ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_participant. -
#get_participant_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_participant_session. -
#get_recording ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_recording. -
#get_transcript ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_transcript. -
#get_transcript_entry ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_transcript_entry. -
#list_conference_records ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_conference_records. -
#list_participant_sessions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_participant_sessions. -
#list_participants ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_participants. -
#list_recordings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_recordings. -
#list_transcript_entries ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_transcript_entries. -
#list_transcripts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_transcripts.
Instance Attribute Details
#get_conference_record ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_conference_record
1586 1587 1588 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1586 def get_conference_record @get_conference_record end |
#get_participant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_participant
1596 1597 1598 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1596 def get_participant @get_participant end |
#get_participant_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_participant_session
1606 1607 1608 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1606 def get_participant_session @get_participant_session end |
#get_recording ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_recording
1616 1617 1618 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1616 def get_recording @get_recording end |
#get_transcript ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_transcript
1626 1627 1628 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1626 def get_transcript @get_transcript end |
#get_transcript_entry ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_transcript_entry
1636 1637 1638 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1636 def get_transcript_entry @get_transcript_entry end |
#list_conference_records ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_conference_records
1591 1592 1593 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1591 def list_conference_records @list_conference_records end |
#list_participant_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_participant_sessions
1611 1612 1613 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1611 def list_participant_sessions @list_participant_sessions end |
#list_participants ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_participants
1601 1602 1603 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1601 def list_participants @list_participants end |
#list_recordings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_recordings
1621 1622 1623 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1621 def list_recordings @list_recordings end |
#list_transcript_entries ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_transcript_entries
1641 1642 1643 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1641 def list_transcript_entries @list_transcript_entries end |
#list_transcripts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_transcripts
1631 1632 1633 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1631 def list_transcripts @list_transcripts end |