@Generated(value="by gapic-generator") @BetaApi public class GameServerDeploymentsServiceStubSettings extends com.google.api.gax.rpc.StubSettings<GameServerDeploymentsServiceStubSettings>
GameServerDeploymentsServiceStub
.
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:
GameServerDeploymentsServiceStubSettings.Builder gameServerDeploymentsServiceSettingsBuilder =
GameServerDeploymentsServiceStubSettings.newBuilder();
gameServerDeploymentsServiceSettingsBuilder.getGameServerDeploymentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
GameServerDeploymentsServiceStubSettings gameServerDeploymentsServiceSettings = gameServerDeploymentsServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
GameServerDeploymentsServiceStubSettings.Builder
Builder for GameServerDeploymentsServiceStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
GameServerDeploymentsServiceStubSettings(GameServerDeploymentsServiceStubSettings.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.
|
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.
|
GameServerDeploymentsServiceStub |
createStub() |
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 GameServerDeploymentsServiceStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static GameServerDeploymentsServiceStubSettings.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.
|
GameServerDeploymentsServiceStubSettings.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 GameServerDeploymentsServiceStubSettings(GameServerDeploymentsServiceStubSettings.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 use by generated code 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 use by generated code 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 use by generated code 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 use by generated code 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 use by generated code 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 use by generated code 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 use by generated code 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()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public GameServerDeploymentsServiceStub createStub() 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 GameServerDeploymentsServiceStubSettings.Builder newBuilder()
public static GameServerDeploymentsServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public GameServerDeploymentsServiceStubSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.StubSettings<GameServerDeploymentsServiceStubSettings>
Copyright © 2019 Google LLC. All rights reserved.