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. -
: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
1534 1535 1536 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1534 def get_conference_record @get_conference_record end |
#get_participant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_participant
1544 1545 1546 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1544 def get_participant @get_participant end |
#get_participant_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_participant_session
1554 1555 1556 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1554 def get_participant_session @get_participant_session end |
#get_recording ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_recording
1564 1565 1566 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1564 def get_recording @get_recording end |
#get_transcript ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_transcript
1574 1575 1576 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1574 def get_transcript @get_transcript end |
#get_transcript_entry ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_transcript_entry
1584 1585 1586 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1584 def get_transcript_entry @get_transcript_entry end |
#list_conference_records ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_conference_records
1539 1540 1541 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1539 def list_conference_records @list_conference_records end |
#list_participant_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_participant_sessions
1559 1560 1561 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1559 def list_participant_sessions @list_participant_sessions end |
#list_participants ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_participants
1549 1550 1551 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1549 def list_participants @list_participants end |
#list_recordings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_recordings
1569 1570 1571 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1569 def list_recordings @list_recordings end |
#list_transcript_entries ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_transcript_entries
1589 1590 1591 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1589 def list_transcript_entries @list_transcript_entries end |
#list_transcripts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_transcripts
1579 1580 1581 |
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1579 def list_transcripts @list_transcripts end |