public static class NotificationChannelServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<NotificationChannelServiceSettings,NotificationChannelServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(NotificationChannelServiceSettings settings) |
protected |
Builder(NotificationChannelServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
NotificationChannelServiceSettings.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.
|
NotificationChannelServiceSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationChannelRequest,NotificationChannel> |
createNotificationChannelSettings()
Returns the builder for the settings used for calls to createNotificationChannel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationChannelRequest,Empty> |
deleteNotificationChannelSettings()
Returns the builder for the settings used for calls to deleteNotificationChannel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> |
getNotificationChannelDescriptorSettings()
Returns the builder for the settings used for calls to getNotificationChannelDescriptor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelRequest,NotificationChannel> |
getNotificationChannelSettings()
Returns the builder for the settings used for calls to getNotificationChannel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> |
getNotificationChannelVerificationCodeSettings()
Returns the builder for the settings used for calls to
getNotificationChannelVerificationCode.
|
NotificationChannelServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse> |
listNotificationChannelDescriptorsSettings()
Returns the builder for the settings used for calls to listNotificationChannelDescriptors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> |
listNotificationChannelsSettings()
Returns the builder for the settings used for calls to listNotificationChannels.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SendNotificationChannelVerificationCodeRequest,Empty> |
sendNotificationChannelVerificationCodeSettings()
Returns the builder for the settings used for calls to
sendNotificationChannelVerificationCode.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNotificationChannelRequest,NotificationChannel> |
updateNotificationChannelSettings()
Returns the builder for the settings used for calls to updateNotificationChannel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<VerifyNotificationChannelRequest,NotificationChannel> |
verifyNotificationChannelSettings()
Returns the builder for the settings used for calls to verifyNotificationChannel.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(NotificationChannelServiceSettings settings)
protected Builder(NotificationChannelServiceStubSettings.Builder stubSettings)
public NotificationChannelServiceStubSettings.Builder getStubSettingsBuilder()
public NotificationChannelServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse> listNotificationChannelDescriptorsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getNotificationChannelDescriptorSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> listNotificationChannelsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelRequest,NotificationChannel> getNotificationChannelSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationChannelRequest,NotificationChannel> createNotificationChannelSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNotificationChannelRequest,NotificationChannel> updateNotificationChannelSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationChannelRequest,Empty> deleteNotificationChannelSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SendNotificationChannelVerificationCodeRequest,Empty> sendNotificationChannelVerificationCodeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getNotificationChannelVerificationCodeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<VerifyNotificationChannelRequest,NotificationChannel> verifyNotificationChannelSettings()
public NotificationChannelServiceSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<NotificationChannelServiceSettings,NotificationChannelServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.