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.
Constructors
ConferenceRecordsServiceStub()
public ConferenceRecordsServiceStub()
Methods
close()
public abstract void close()
getConferenceRecordCallable()
public UnaryCallable<GetConferenceRecordRequest,ConferenceRecord> getConferenceRecordCallable()
getParticipantCallable()
public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
getParticipantSessionCallable()
public UnaryCallable<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionCallable()
getRecordingCallable()
public UnaryCallable<GetRecordingRequest,Recording> getRecordingCallable()
getTranscriptCallable()
public UnaryCallable<GetTranscriptRequest,Transcript> getTranscriptCallable()
getTranscriptEntryCallable()
public UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntryCallable()
listConferenceRecordsCallable()
public UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse> listConferenceRecordsCallable()
listConferenceRecordsPagedCallable()
public UnaryCallable<ListConferenceRecordsRequest,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> listConferenceRecordsPagedCallable()
listParticipantSessionsCallable()
public UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse> listParticipantSessionsCallable()
listParticipantSessionsPagedCallable()
public UnaryCallable<ListParticipantSessionsRequest,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> listParticipantSessionsPagedCallable()
listParticipantsCallable()
public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
listParticipantsPagedCallable()
public UnaryCallable<ListParticipantsRequest,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
listRecordingsCallable()
public UnaryCallable<ListRecordingsRequest,ListRecordingsResponse> listRecordingsCallable()
listRecordingsPagedCallable()
public UnaryCallable<ListRecordingsRequest,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> listRecordingsPagedCallable()
listTranscriptEntriesCallable()
public UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> listTranscriptEntriesCallable()
listTranscriptEntriesPagedCallable()
public UnaryCallable<ListTranscriptEntriesRequest,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> listTranscriptEntriesPagedCallable()
listTranscriptsCallable()
public UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse> listTranscriptsCallable()
listTranscriptsPagedCallable()
public UnaryCallable<ListTranscriptsRequest,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> listTranscriptsPagedCallable()