public static class GameServerClustersServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<GameServerClustersServiceStubSettings,GameServerClustersServiceStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(GameServerClustersServiceStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
GameServerClustersServiceStubSettings.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.
|
GameServerClustersServiceStubSettings |
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.
|
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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(GameServerClustersServiceStubSettings settings)
public GameServerClustersServiceStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 use by generated code 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 use by generated code 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 use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGameServerClusterRequest,GameServerCluster,Empty> updateGameServerClusterOperationSettings()
public GameServerClustersServiceStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<GameServerClustersServiceStubSettings,GameServerClustersServiceStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.