Class: Google::Apps::Meet::V2::ConferenceRecordsService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#get_conference_record::Gapic::Config::Method (readonly)

RPC-specific configuration for get_conference_record

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


1631
1632
1633
# File 'lib/google/apps/meet/v2/conference_records_service/client.rb', line 1631

def list_transcripts
  @list_transcripts
end