public static class GameServerDeploymentsServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<GameServerDeploymentsServiceStubSettings,GameServerDeploymentsServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(GameServerDeploymentsServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
GameServerDeploymentsServiceStubSettings.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.
|
GameServerDeploymentsServiceStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGameServerDeploymentRequest,GameServerDeployment,OperationMetadata> |
createGameServerDeploymentOperationSettings()
Returns the builder for the settings used for calls to createGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateGameServerDeploymentRequest,com.google.longrunning.Operation> |
createGameServerDeploymentSettings()
Returns the builder for the settings used for calls to createGameServerDeployment.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGameServerDeploymentRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteGameServerDeploymentOperationSettings()
Returns the builder for the settings used for calls to deleteGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGameServerDeploymentRequest,com.google.longrunning.Operation> |
deleteGameServerDeploymentSettings()
Returns the builder for the settings used for calls to deleteGameServerDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchDeploymentStateRequest,FetchDeploymentStateResponse> |
fetchDeploymentStateSettings()
Returns the builder for the settings used for calls to fetchDeploymentState.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerDeploymentRolloutRequest,GameServerDeploymentRollout> |
getGameServerDeploymentRolloutSettings()
Returns the builder for the settings used for calls to getGameServerDeploymentRollout.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerDeploymentRequest,GameServerDeployment> |
getGameServerDeploymentSettings()
Returns the builder for the settings used for calls to getGameServerDeployment.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGameServerDeploymentsRequest,ListGameServerDeploymentsResponse,GameServerDeploymentsServiceClient.ListGameServerDeploymentsPagedResponse> |
listGameServerDeploymentsSettings()
Returns the builder for the settings used for calls to listGameServerDeployments.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PreviewGameServerDeploymentRolloutRequest,PreviewGameServerDeploymentRolloutResponse> |
previewGameServerDeploymentRolloutSettings()
Returns the builder for the settings used for calls to previewGameServerDeploymentRollout.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGameServerDeploymentRequest,GameServerDeployment,OperationMetadata> |
updateGameServerDeploymentOperationSettings()
Returns the builder for the settings used for calls to updateGameServerDeployment.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGameServerDeploymentRolloutRequest,GameServerDeployment,OperationMetadata> |
updateGameServerDeploymentRolloutOperationSettings()
Returns the builder for the settings used for calls to updateGameServerDeploymentRollout.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGameServerDeploymentRolloutRequest,com.google.longrunning.Operation> |
updateGameServerDeploymentRolloutSettings()
Returns the builder for the settings used for calls to updateGameServerDeploymentRollout.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGameServerDeploymentRequest,com.google.longrunning.Operation> |
updateGameServerDeploymentSettings()
Returns the builder for the settings used for calls to updateGameServerDeployment.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(GameServerDeploymentsServiceStubSettings settings)
public GameServerDeploymentsServiceStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListGameServerDeploymentsRequest,ListGameServerDeploymentsResponse,GameServerDeploymentsServiceClient.ListGameServerDeploymentsPagedResponse> listGameServerDeploymentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerDeploymentRequest,GameServerDeployment> getGameServerDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<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.Builder<CreateGameServerDeploymentRequest,GameServerDeployment,OperationMetadata> createGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<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.Builder<DeleteGameServerDeploymentRequest,com.google.protobuf.Empty,OperationMetadata> deleteGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<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.Builder<UpdateGameServerDeploymentRequest,GameServerDeployment,OperationMetadata> updateGameServerDeploymentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGameServerDeploymentRolloutRequest,GameServerDeploymentRollout> getGameServerDeploymentRolloutSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGameServerDeploymentRolloutRequest,com.google.longrunning.Operation> updateGameServerDeploymentRolloutSettings()
@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<UpdateGameServerDeploymentRolloutRequest,GameServerDeployment,OperationMetadata> updateGameServerDeploymentRolloutOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PreviewGameServerDeploymentRolloutRequest,PreviewGameServerDeploymentRolloutResponse> previewGameServerDeploymentRolloutSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchDeploymentStateRequest,FetchDeploymentStateResponse> fetchDeploymentStateSettings()
public GameServerDeploymentsServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<GameServerDeploymentsServiceStubSettings,GameServerDeploymentsServiceStubSettings.Builder>IOExceptionCopyright © 2023 Google LLC. All rights reserved.