public static class ParticipantsStubSettings.Builder extends StubSettings.Builder<ParticipantsStubSettings,ParticipantsStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(ParticipantsStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse> |
analyzeContentSettings()
Returns the builder for the settings used for calls to analyzeContent.
|
ParticipantsStubSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ParticipantsStubSettings |
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.
|
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.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> |
updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(ParticipantsStubSettings settings)
public ParticipantsStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 ParticipantsStubSettings build() throws IOException
build
in class StubSettings.Builder<ParticipantsStubSettings,ParticipantsStubSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.