@Generated(value="by gapic-generator") @BetaApi public class GameServerDeploymentsServiceSettings extends com.google.api.gax.rpc.ClientSettings<GameServerDeploymentsServiceSettings>
GameServerDeploymentsServiceClient
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getGameServerDeployment to 30 seconds:
GameServerDeploymentsServiceSettings.Builder gameServerDeploymentsServiceSettingsBuilder =
GameServerDeploymentsServiceSettings.newBuilder();
gameServerDeploymentsServiceSettingsBuilder.getGameServerDeploymentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
GameServerDeploymentsServiceSettings gameServerDeploymentsServiceSettings = gameServerDeploymentsServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
GameServerDeploymentsServiceSettings.Builder
Builder for GameServerDeploymentsServiceSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
GameServerDeploymentsServiceSettings(GameServerDeploymentsServiceSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallSettings<CommitRolloutRequest,GameServerDeployment,Empty> |
commitRolloutOperationSettings()
Returns the object with the settings used for calls to commitRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<CommitRolloutRequest,com.google.longrunning.Operation> |
commitRolloutSettings()
Returns the object with the settings used for calls to commitRollout.
|
static GameServerDeploymentsServiceSettings |
create(GameServerDeploymentsServiceStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> |
createGameServerDeploymentOperationSettings()
Returns the object with the settings used for calls to createGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateGameServerDeploymentRequest,com.google.longrunning.Operation> |
createGameServerDeploymentSettings()
Returns the object with the settings used for calls to createGameServerDeployment.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteGameServerDeploymentRequest,Empty,Empty> |
deleteGameServerDeploymentOperationSettings()
Returns the object with the settings used for calls to deleteGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteGameServerDeploymentRequest,com.google.longrunning.Operation> |
deleteGameServerDeploymentSettings()
Returns the object with the settings used for calls to deleteGameServerDeployment.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentTargetRequest,DeploymentTarget> |
getDeploymentTargetSettings()
Returns the object with the settings used for calls to getDeploymentTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<GetGameServerDeploymentRequest,GameServerDeployment> |
getGameServerDeploymentSettings()
Returns the object with the settings used for calls to getGameServerDeployment.
|
com.google.api.gax.rpc.PagedCallSettings<ListGameServerDeploymentsRequest,ListGameServerDeploymentsResponse,GameServerDeploymentsServiceClient.ListGameServerDeploymentsPagedResponse> |
listGameServerDeploymentsSettings()
Returns the object with the settings used for calls to listGameServerDeployments.
|
static GameServerDeploymentsServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static GameServerDeploymentsServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<RevertRolloutRequest,GameServerDeployment,Empty> |
revertRolloutOperationSettings()
Returns the object with the settings used for calls to revertRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<RevertRolloutRequest,com.google.longrunning.Operation> |
revertRolloutSettings()
Returns the object with the settings used for calls to revertRollout.
|
com.google.api.gax.rpc.OperationCallSettings<SetRolloutTargetRequest,GameServerDeployment,Empty> |
setRolloutTargetOperationSettings()
Returns the object with the settings used for calls to setRolloutTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<SetRolloutTargetRequest,com.google.longrunning.Operation> |
setRolloutTargetSettings()
Returns the object with the settings used for calls to setRolloutTarget.
|
com.google.api.gax.rpc.OperationCallSettings<StartRolloutRequest,GameServerDeployment,Empty> |
startRolloutOperationSettings()
Returns the object with the settings used for calls to startRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<StartRolloutRequest,com.google.longrunning.Operation> |
startRolloutSettings()
Returns the object with the settings used for calls to startRollout.
|
GameServerDeploymentsServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateGameServerDeploymentRequest,GameServerDeployment,Empty> |
updateGameServerDeploymentOperationSettings()
Returns the object with the settings used for calls to updateGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateGameServerDeploymentRequest,com.google.longrunning.Operation> |
updateGameServerDeploymentSettings()
Returns the object with the settings used for calls to updateGameServerDeployment.
|
protected GameServerDeploymentsServiceSettings(GameServerDeploymentsServiceSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.PagedCallSettings<ListGameServerDeploymentsRequest,ListGameServerDeploymentsResponse,GameServerDeploymentsServiceClient.ListGameServerDeploymentsPagedResponse> listGameServerDeploymentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetGameServerDeploymentRequest,GameServerDeployment> getGameServerDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateGameServerDeploymentRequest,com.google.longrunning.Operation> createGameServerDeploymentSettings()
@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<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> createGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteGameServerDeploymentRequest,com.google.longrunning.Operation> deleteGameServerDeploymentSettings()
@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<DeleteGameServerDeploymentRequest,Empty,Empty> deleteGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateGameServerDeploymentRequest,com.google.longrunning.Operation> updateGameServerDeploymentSettings()
@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<UpdateGameServerDeploymentRequest,GameServerDeployment,Empty> updateGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartRolloutRequest,com.google.longrunning.Operation> startRolloutSettings()
@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<StartRolloutRequest,GameServerDeployment,Empty> startRolloutOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetRolloutTargetRequest,com.google.longrunning.Operation> setRolloutTargetSettings()
@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<SetRolloutTargetRequest,GameServerDeployment,Empty> setRolloutTargetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CommitRolloutRequest,com.google.longrunning.Operation> commitRolloutSettings()
@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<CommitRolloutRequest,GameServerDeployment,Empty> commitRolloutOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RevertRolloutRequest,com.google.longrunning.Operation> revertRolloutSettings()
@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<RevertRolloutRequest,GameServerDeployment,Empty> revertRolloutOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentTargetRequest,DeploymentTarget> getDeploymentTargetSettings()
public static final GameServerDeploymentsServiceSettings create(GameServerDeploymentsServiceStubSettings stub) throws IOException
IOException
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static GameServerDeploymentsServiceSettings.Builder newBuilder()
public static GameServerDeploymentsServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public GameServerDeploymentsServiceSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.ClientSettings<GameServerDeploymentsServiceSettings>
Copyright © 2019 Google LLC. All rights reserved.