public static class ParticipantsSettings.Builder extends ClientSettings.Builder<ParticipantsSettings,ParticipantsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(ParticipantsSettings settings) |
protected |
Builder(ParticipantsStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse> |
analyzeContentSettings()
Returns the builder for the settings used for calls to analyzeContent.
|
ParticipantsSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ParticipantsSettings |
build() |
UnaryCallSettings.Builder<CreateParticipantRequest,Participant> |
createParticipantSettings()
Returns the builder for the settings used for calls to createParticipant.
|
UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
UnaryCallSettings.Builder<GetParticipantRequest,Participant> |
getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.
|
ParticipantsStubSettings.Builder |
getStubSettingsBuilder() |
PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ParticipantsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> |
listParticipantsSettings()
Returns the builder for the settings used for calls to listParticipants.
|
UnaryCallSettings.Builder<SuggestArticlesRequest,SuggestArticlesResponse> |
suggestArticlesSettings()
Returns the builder for the settings used for calls to suggestArticles.
|
UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
suggestFaqAnswersSettings()
Returns the builder for the settings used for calls to suggestFaqAnswers.
|
UnaryCallSettings.Builder<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
suggestSmartRepliesSettings()
Returns the builder for the settings used for calls to suggestSmartReplies.
|
UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> |
updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(ParticipantsSettings settings)
protected Builder(ParticipantsStubSettings.Builder stubSettings)
public ParticipantsStubSettings.Builder getStubSettingsBuilder()
public ParticipantsSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public UnaryCallSettings.Builder<CreateParticipantRequest,Participant> createParticipantSettings()
public UnaryCallSettings.Builder<GetParticipantRequest,Participant> getParticipantSettings()
public PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> listParticipantsSettings()
public UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> updateParticipantSettings()
public UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse> analyzeContentSettings()
public UnaryCallSettings.Builder<SuggestArticlesRequest,SuggestArticlesResponse> suggestArticlesSettings()
public UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> suggestFaqAnswersSettings()
public UnaryCallSettings.Builder<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> suggestSmartRepliesSettings()
public PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ParticipantsClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public ParticipantsSettings build() throws IOException
build
in class ClientSettings.Builder<ParticipantsSettings,ParticipantsSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.