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.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonConferenceRecordsServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonConferenceRecordsServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonConferenceRecordsServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonConferenceRecordsServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ConferenceRecordsServiceStubSettings settings)
public static final HttpJsonConferenceRecordsServiceStub create(ConferenceRecordsServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | ConferenceRecordsServiceStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonConferenceRecordsServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
settings | ConferenceRecordsServiceStubSettings |
clientContext | ClientContext |
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 | |
---|---|
Name | Description |
settings | ConferenceRecordsServiceStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
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> |
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()