Class GrpcConferenceRecordsServiceStub (0.3.0)

public class GrpcConferenceRecordsServiceStub extends ConferenceRecordsServiceStub

gRPC stub implementation for the ConferenceRecordsService service API.

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

Inheritance

java.lang.Object > ConferenceRecordsServiceStub > GrpcConferenceRecordsServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcConferenceRecordsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcConferenceRecordsServiceStub
Exceptions
TypeDescription
IOException

create(ConferenceRecordsServiceStubSettings settings)

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

Constructors

GrpcConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext)

protected GrpcConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcConferenceRecordsServiceStub, 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

GrpcConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcConferenceRecordsServiceStub(ConferenceRecordsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcConferenceRecordsServiceStub, 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
callableFactoryGrpcStubCallableFactory

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()
Returns
TypeDescription
UnaryCallable<GetConferenceRecordRequest,ConferenceRecord>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

getParticipantCallable()

public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
Returns
TypeDescription
UnaryCallable<GetParticipantRequest,Participant>
Overrides

getParticipantSessionCallable()

public UnaryCallable<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionCallable()
Returns
TypeDescription
UnaryCallable<GetParticipantSessionRequest,ParticipantSession>
Overrides

getRecordingCallable()

public UnaryCallable<GetRecordingRequest,Recording> getRecordingCallable()
Returns
TypeDescription
UnaryCallable<GetRecordingRequest,Recording>
Overrides

getTranscriptCallable()

public UnaryCallable<GetTranscriptRequest,Transcript> getTranscriptCallable()
Returns
TypeDescription
UnaryCallable<GetTranscriptRequest,Transcript>
Overrides

getTranscriptEntryCallable()

public UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntryCallable()
Returns
TypeDescription
UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listConferenceRecordsCallable()

public UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse> listConferenceRecordsCallable()
Returns
TypeDescription
UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse>
Overrides

listConferenceRecordsPagedCallable()

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

listParticipantSessionsCallable()

public UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse> listParticipantSessionsCallable()
Returns
TypeDescription
UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse>
Overrides

listParticipantSessionsPagedCallable()

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

listParticipantsCallable()

public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
Returns
TypeDescription
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>
Overrides

listParticipantsPagedCallable()

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

listRecordingsCallable()

public UnaryCallable<ListRecordingsRequest,ListRecordingsResponse> listRecordingsCallable()
Returns
TypeDescription
UnaryCallable<ListRecordingsRequest,ListRecordingsResponse>
Overrides

listRecordingsPagedCallable()

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

listTranscriptEntriesCallable()

public UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> listTranscriptEntriesCallable()
Returns
TypeDescription
UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse>
Overrides

listTranscriptEntriesPagedCallable()

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

listTranscriptsCallable()

public UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse> listTranscriptsCallable()
Returns
TypeDescription
UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse>
Overrides

listTranscriptsPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()