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