Class HttpJsonConferenceRecordsServiceStub (0.6.0)

public class HttpJsonConferenceRecordsServiceStub extends ConferenceRecordsServiceStub

REST stub implementation for the ConferenceRecordsService service API.

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

Inheritance

java.lang.Object > ConferenceRecordsServiceStub > HttpJsonConferenceRecordsServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonConferenceRecordsServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonConferenceRecordsServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Exceptions
TypeDescription
IOException

create(ConferenceRecordsServiceStubSettings settings)

public static final HttpJsonConferenceRecordsServiceStub create(ConferenceRecordsServiceStubSettings settings)
Parameter
NameDescription
settingsConferenceRecordsServiceStubSettings
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonConferenceRecordsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsConferenceRecordsServiceStubSettings
clientContextClientContext

HttpJsonConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonConferenceRecordsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsConferenceRecordsServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getConferenceRecordCallable()

public UnaryCallable<GetConferenceRecordRequest,ConferenceRecord> getConferenceRecordCallable()
Overrides

getParticipantCallable()

public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
Overrides

getParticipantSessionCallable()

public UnaryCallable<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionCallable()
Overrides

getRecordingCallable()

public UnaryCallable<GetRecordingRequest,Recording> getRecordingCallable()
Overrides

getTranscriptCallable()

public UnaryCallable<GetTranscriptRequest,Transcript> getTranscriptCallable()
Overrides

getTranscriptEntryCallable()

public UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntryCallable()
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listConferenceRecordsCallable()

public UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse> listConferenceRecordsCallable()
Overrides

listConferenceRecordsPagedCallable()

public UnaryCallable<ListConferenceRecordsRequest,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> listConferenceRecordsPagedCallable()
Overrides

listParticipantSessionsCallable()

public UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse> listParticipantSessionsCallable()
Overrides

listParticipantSessionsPagedCallable()

public UnaryCallable<ListParticipantSessionsRequest,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> listParticipantSessionsPagedCallable()
Overrides

listParticipantsCallable()

public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
Overrides

listParticipantsPagedCallable()

public UnaryCallable<ListParticipantsRequest,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
Overrides

listRecordingsCallable()

public UnaryCallable<ListRecordingsRequest,ListRecordingsResponse> listRecordingsCallable()
Overrides

listRecordingsPagedCallable()

public UnaryCallable<ListRecordingsRequest,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> listRecordingsPagedCallable()
Overrides

listTranscriptEntriesCallable()

public UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> listTranscriptEntriesCallable()
Overrides

listTranscriptEntriesPagedCallable()

public UnaryCallable<ListTranscriptEntriesRequest,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> listTranscriptEntriesPagedCallable()
Overrides

listTranscriptsCallable()

public UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse> listTranscriptsCallable()
Overrides

listTranscriptsPagedCallable()

public UnaryCallable<ListTranscriptsRequest,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> listTranscriptsPagedCallable()
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()