public static class ConferenceRecordsServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ConferenceRecordsServiceStubSettings,ConferenceRecordsServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ConferenceRecordsServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ConferenceRecordsServiceStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ConferenceRecordsServiceStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConferenceRecordRequest,ConferenceRecord> |
getConferenceRecordSettings()
Returns the builder for the settings used for calls to getConferenceRecord.
|
String |
getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantSessionRequest,ParticipantSession> |
getParticipantSessionSettings()
Returns the builder for the settings used for calls to getParticipantSession.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantRequest,Participant> |
getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecordingRequest,Recording> |
getRecordingSettings()
Returns the builder for the settings used for calls to getRecording.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTranscriptEntryRequest,TranscriptEntry> |
getTranscriptEntrySettings()
Returns the builder for the settings used for calls to getTranscriptEntry.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTranscriptRequest,Transcript> |
getTranscriptSettings()
Returns the builder for the settings used for calls to getTranscript.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListConferenceRecordsRequest,ListConferenceRecordsResponse,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> |
listConferenceRecordsSettings()
Returns the builder for the settings used for calls to listConferenceRecords.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> |
listParticipantSessionsSettings()
Returns the builder for the settings used for calls to listParticipantSessions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> |
listParticipantsSettings()
Returns the builder for the settings used for calls to listParticipants.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRecordingsRequest,ListRecordingsResponse,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> |
listRecordingsSettings()
Returns the builder for the settings used for calls to listRecordings.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> |
listTranscriptEntriesSettings()
Returns the builder for the settings used for calls to listTranscriptEntries.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTranscriptsRequest,ListTranscriptsResponse,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> |
listTranscriptsSettings()
Returns the builder for the settings used for calls to listTranscripts.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ConferenceRecordsServiceStubSettings settings)
public ConferenceRecordsServiceStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConferenceRecordRequest,ConferenceRecord> getConferenceRecordSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListConferenceRecordsRequest,ListConferenceRecordsResponse,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> listConferenceRecordsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantRequest,Participant> getParticipantSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> listParticipantsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> listParticipantSessionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecordingRequest,Recording> getRecordingSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListRecordingsRequest,ListRecordingsResponse,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> listRecordingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTranscriptRequest,Transcript> getTranscriptSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTranscriptsRequest,ListTranscriptsResponse,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> listTranscriptsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntrySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> listTranscriptEntriesSettings()
public String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings.Builder<ConferenceRecordsServiceStubSettings,ConferenceRecordsServiceStubSettings.Builder>public ConferenceRecordsServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<ConferenceRecordsServiceStubSettings,ConferenceRecordsServiceStubSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.