Class ConferenceRecordsServiceStub (0.11.0)

public abstract class ConferenceRecordsServiceStub implements BackgroundResource

Base stub class for the ConferenceRecordsService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ConferenceRecordsServiceStub

Implements

BackgroundResource

Constructors

ConferenceRecordsServiceStub()

public ConferenceRecordsServiceStub()

Methods

close()

public abstract void close()

getConferenceRecordCallable()

public UnaryCallable<GetConferenceRecordRequest,ConferenceRecord> getConferenceRecordCallable()
Returns
Type Description
UnaryCallable<GetConferenceRecordRequest,ConferenceRecord>

getParticipantCallable()

public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
Returns
Type Description
UnaryCallable<GetParticipantRequest,Participant>

getParticipantSessionCallable()

public UnaryCallable<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionCallable()
Returns
Type Description
UnaryCallable<GetParticipantSessionRequest,ParticipantSession>

getRecordingCallable()

public UnaryCallable<GetRecordingRequest,Recording> getRecordingCallable()
Returns
Type Description
UnaryCallable<GetRecordingRequest,Recording>

getTranscriptCallable()

public UnaryCallable<GetTranscriptRequest,Transcript> getTranscriptCallable()
Returns
Type Description
UnaryCallable<GetTranscriptRequest,Transcript>

getTranscriptEntryCallable()

public UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntryCallable()
Returns
Type Description
UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry>

listConferenceRecordsCallable()

public UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse> listConferenceRecordsCallable()
Returns
Type Description
UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse>

listConferenceRecordsPagedCallable()

public UnaryCallable<ListConferenceRecordsRequest,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> listConferenceRecordsPagedCallable()
Returns
Type Description
UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsPagedResponse>

listParticipantSessionsCallable()

public UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse> listParticipantSessionsCallable()
Returns
Type Description
UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse>

listParticipantSessionsPagedCallable()

public UnaryCallable<ListParticipantSessionsRequest,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> listParticipantSessionsPagedCallable()
Returns
Type Description
UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsPagedResponse>

listParticipantsCallable()

public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
Returns
Type Description
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>

listParticipantsPagedCallable()

public UnaryCallable<ListParticipantsRequest,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
Returns
Type Description
UnaryCallable<ListParticipantsRequest,ListParticipantsPagedResponse>

listRecordingsCallable()

public UnaryCallable<ListRecordingsRequest,ListRecordingsResponse> listRecordingsCallable()
Returns
Type Description
UnaryCallable<ListRecordingsRequest,ListRecordingsResponse>

listRecordingsPagedCallable()

public UnaryCallable<ListRecordingsRequest,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> listRecordingsPagedCallable()
Returns
Type Description
UnaryCallable<ListRecordingsRequest,ListRecordingsPagedResponse>

listTranscriptEntriesCallable()

public UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> listTranscriptEntriesCallable()
Returns
Type Description
UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse>

listTranscriptEntriesPagedCallable()

public UnaryCallable<ListTranscriptEntriesRequest,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> listTranscriptEntriesPagedCallable()
Returns
Type Description
UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesPagedResponse>

listTranscriptsCallable()

public UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse> listTranscriptsCallable()
Returns
Type Description
UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse>

listTranscriptsPagedCallable()

public UnaryCallable<ListTranscriptsRequest,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> listTranscriptsPagedCallable()
Returns
Type Description
UnaryCallable<ListTranscriptsRequest,ListTranscriptsPagedResponse>