@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/gaming/v1alpha/game_server_configs_service.proto") public final class GameServerConfigsServiceGrpc extends Object
The game server config is used to configure the set of game servers in Agones Fleets.
Modifier and Type | Class and Description |
---|---|
static class |
GameServerConfigsServiceGrpc.GameServerConfigsServiceBlockingStub
The game server config is used to configure the set of game
servers in Agones Fleets.
|
static class |
GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub
The game server config is used to configure the set of game
servers in Agones Fleets.
|
static class |
GameServerConfigsServiceGrpc.GameServerConfigsServiceImplBase
The game server config is used to configure the set of game
servers in Agones Fleets.
|
static class |
GameServerConfigsServiceGrpc.GameServerConfigsServiceStub
The game server config is used to configure the set of game
servers in Agones Fleets.
|
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<CreateGameServerConfigRequest,Operation> |
METHOD_CREATE_GAME_SERVER_CONFIG
Deprecated.
|
static MethodDescriptor<DeleteGameServerConfigRequest,Operation> |
METHOD_DELETE_GAME_SERVER_CONFIG
Deprecated.
|
static MethodDescriptor<GetGameServerConfigRequest,GameServerConfig> |
METHOD_GET_GAME_SERVER_CONFIG
Deprecated.
|
static MethodDescriptor<ListGameServerConfigsRequest,ListGameServerConfigsResponse> |
METHOD_LIST_GAME_SERVER_CONFIGS
Deprecated.
|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<ListGameServerConfigsRequest,ListGameServerConfigsResponse> METHOD_LIST_GAME_SERVER_CONFIGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<GetGameServerConfigRequest,GameServerConfig> METHOD_GET_GAME_SERVER_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<CreateGameServerConfigRequest,Operation> METHOD_CREATE_GAME_SERVER_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<DeleteGameServerConfigRequest,Operation> METHOD_DELETE_GAME_SERVER_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<ListGameServerConfigsRequest,ListGameServerConfigsResponse> getListGameServerConfigsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<GetGameServerConfigRequest,GameServerConfig> getGetGameServerConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<CreateGameServerConfigRequest,Operation> getCreateGameServerConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<DeleteGameServerConfigRequest,Operation> getDeleteGameServerConfigMethod()
public static GameServerConfigsServiceGrpc.GameServerConfigsServiceStub newStub(Channel channel)
public static GameServerConfigsServiceGrpc.GameServerConfigsServiceBlockingStub newBlockingStub(Channel channel)
public static GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.