Class GrpcConferenceRecordsServiceStub (0.11.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
Name Description
clientContext ClientContext
Returns
Type Description
GrpcConferenceRecordsServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcConferenceRecordsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcConferenceRecordsServiceStub
Exceptions
Type Description
IOException

create(ConferenceRecordsServiceStubSettings settings)

public static final GrpcConferenceRecordsServiceStub create(ConferenceRecordsServiceStubSettings settings)
Parameter
Name Description
settings ConferenceRecordsServiceStubSettings
Returns
Type Description
GrpcConferenceRecordsServiceStub
Exceptions
Type Description
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
Name Description
settings ConferenceRecordsServiceStubSettings
clientContext ClientContext

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
Name Description
settings ConferenceRecordsServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getConferenceRecordCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

getParticipantCallable()

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

getParticipantSessionCallable()

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

getRecordingCallable()

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

getTranscriptCallable()

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

getTranscriptEntryCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listConferenceRecordsCallable()

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

listConferenceRecordsPagedCallable()

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

listParticipantSessionsCallable()

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

listParticipantSessionsPagedCallable()

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

listParticipantsCallable()

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

listParticipantsPagedCallable()

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

listRecordingsCallable()

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

listRecordingsPagedCallable()

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

listTranscriptEntriesCallable()

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

listTranscriptEntriesPagedCallable()

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

listTranscriptsCallable()

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

listTranscriptsPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()