Class ConferenceRecordsServiceGrpc (0.11.0)

public final class ConferenceRecordsServiceGrpc

REST API for services dealing with conference records.

Inheritance

java.lang.Object > ConferenceRecordsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ConferenceRecordsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ConferenceRecordsServiceGrpc.AsyncService service)
Parameter
Name Description
service ConferenceRecordsServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetConferenceRecordMethod()

public static MethodDescriptor<GetConferenceRecordRequest,ConferenceRecord> getGetConferenceRecordMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetConferenceRecordRequest,ConferenceRecord>

getGetParticipantMethod()

public static MethodDescriptor<GetParticipantRequest,Participant> getGetParticipantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetParticipantRequest,Participant>

getGetParticipantSessionMethod()

public static MethodDescriptor<GetParticipantSessionRequest,ParticipantSession> getGetParticipantSessionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetParticipantSessionRequest,ParticipantSession>

getGetRecordingMethod()

public static MethodDescriptor<GetRecordingRequest,Recording> getGetRecordingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRecordingRequest,Recording>

getGetTranscriptEntryMethod()

public static MethodDescriptor<GetTranscriptEntryRequest,TranscriptEntry> getGetTranscriptEntryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTranscriptEntryRequest,TranscriptEntry>

getGetTranscriptMethod()

public static MethodDescriptor<GetTranscriptRequest,Transcript> getGetTranscriptMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTranscriptRequest,Transcript>

getListConferenceRecordsMethod()

public static MethodDescriptor<ListConferenceRecordsRequest,ListConferenceRecordsResponse> getListConferenceRecordsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListConferenceRecordsRequest,ListConferenceRecordsResponse>

getListParticipantSessionsMethod()

public static MethodDescriptor<ListParticipantSessionsRequest,ListParticipantSessionsResponse> getListParticipantSessionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListParticipantSessionsRequest,ListParticipantSessionsResponse>

getListParticipantsMethod()

public static MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> getListParticipantsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse>

getListRecordingsMethod()

public static MethodDescriptor<ListRecordingsRequest,ListRecordingsResponse> getListRecordingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRecordingsRequest,ListRecordingsResponse>

getListTranscriptEntriesMethod()

public static MethodDescriptor<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> getListTranscriptEntriesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse>

getListTranscriptsMethod()

public static MethodDescriptor<ListTranscriptsRequest,ListTranscriptsResponse> getListTranscriptsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTranscriptsRequest,ListTranscriptsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub

newFutureStub(Channel channel)

public static ConferenceRecordsServiceGrpc.ConferenceRecordsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ConferenceRecordsServiceGrpc.ConferenceRecordsServiceFutureStub

newStub(Channel channel)

public static ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub