public static class RealmsServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<RealmsServiceSettings,RealmsServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(RealmsServiceSettings settings) |
protected |
Builder(RealmsServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
RealmsServiceSettings.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.
|
RealmsServiceSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRealmRequest,Realm,Empty> |
createRealmOperationSettings()
Returns the builder for the settings used for calls to createRealm.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRealmRequest,com.google.longrunning.Operation> |
createRealmSettings()
Returns the builder for the settings used for calls to createRealm.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRealmRequest,Empty,Empty> |
deleteRealmOperationSettings()
Returns the builder for the settings used for calls to deleteRealm.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRealmRequest,com.google.longrunning.Operation> |
deleteRealmSettings()
Returns the builder for the settings used for calls to deleteRealm.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRealmRequest,Realm> |
getRealmSettings()
Returns the builder for the settings used for calls to getRealm.
|
RealmsServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRealmsRequest,ListRealmsResponse,RealmsServiceClient.ListRealmsPagedResponse> |
listRealmsSettings()
Returns the builder for the settings used for calls to listRealms.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateRealmRequest,Realm,Empty> |
updateRealmOperationSettings()
Returns the builder for the settings used for calls to updateRealm.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRealmRequest,com.google.longrunning.Operation> |
updateRealmSettings()
Returns the builder for the settings used for calls to updateRealm.
|
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(RealmsServiceSettings settings)
protected Builder(RealmsServiceStubSettings.Builder stubSettings)
public RealmsServiceStubSettings.Builder getStubSettingsBuilder()
public RealmsServiceSettings.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<ListRealmsRequest,ListRealmsResponse,RealmsServiceClient.ListRealmsPagedResponse> listRealmsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRealmRequest,Realm> getRealmSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRealmRequest,com.google.longrunning.Operation> createRealmSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRealmRequest,Realm,Empty> createRealmOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRealmRequest,com.google.longrunning.Operation> deleteRealmSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRealmRequest,Empty,Empty> deleteRealmOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRealmRequest,com.google.longrunning.Operation> updateRealmSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateRealmRequest,Realm,Empty> updateRealmOperationSettings()
public RealmsServiceSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<RealmsServiceSettings,RealmsServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.