public static class GameServerClustersServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<GameServerClustersServiceSettings,GameServerClustersServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(GameServerClustersServiceSettings settings) |
protected |
Builder(GameServerClustersServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
GameServerClustersServiceSettings.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.
|
GameServerClustersServiceSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGameServerClusterRequest,GameServerCluster,Empty> |
createGameServerClusterOperationSettings()
Returns the builder for the settings used for calls to createGameServerCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateGameServerClusterRequest,com.google.longrunning.Operation> |
createGameServerClusterSettings()
Returns the builder for the settings used for calls to createGameServerCluster.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGameServerClusterRequest,Empty,Empty> |
deleteGameServerClusterOperationSettings()
Returns the builder for the settings used for calls to deleteGameServerCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGameServerClusterRequest,com.google.longrunning.Operation> |
deleteGameServerClusterSettings()
Returns the builder for the settings used for calls to deleteGameServerCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerClusterRequest,GameServerCluster> |
getGameServerClusterSettings()
Returns the builder for the settings used for calls to getGameServerCluster.
|
GameServerClustersServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGameServerClustersRequest,ListGameServerClustersResponse,GameServerClustersServiceClient.ListGameServerClustersPagedResponse> |
listGameServerClustersSettings()
Returns the builder for the settings used for calls to listGameServerClusters.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGameServerClusterRequest,GameServerCluster,Empty> |
updateGameServerClusterOperationSettings()
Returns the builder for the settings used for calls to updateGameServerCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGameServerClusterRequest,com.google.longrunning.Operation> |
updateGameServerClusterSettings()
Returns the builder for the settings used for calls to updateGameServerCluster.
|
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(GameServerClustersServiceSettings settings)
protected Builder(GameServerClustersServiceStubSettings.Builder stubSettings)
public GameServerClustersServiceStubSettings.Builder getStubSettingsBuilder()
public GameServerClustersServiceSettings.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<ListGameServerClustersRequest,ListGameServerClustersResponse,GameServerClustersServiceClient.ListGameServerClustersPagedResponse> listGameServerClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerClusterRequest,GameServerCluster> getGameServerClusterSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateGameServerClusterRequest,com.google.longrunning.Operation> createGameServerClusterSettings()
@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<CreateGameServerClusterRequest,GameServerCluster,Empty> createGameServerClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGameServerClusterRequest,com.google.longrunning.Operation> deleteGameServerClusterSettings()
@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<DeleteGameServerClusterRequest,Empty,Empty> deleteGameServerClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGameServerClusterRequest,com.google.longrunning.Operation> updateGameServerClusterSettings()
@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<UpdateGameServerClusterRequest,GameServerCluster,Empty> updateGameServerClusterOperationSettings()
public GameServerClustersServiceSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<GameServerClustersServiceSettings,GameServerClustersServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.