publicstaticfinalclass ApiGatewayServiceGrpc.ApiGatewayServiceFutureStubextendsAbstractFutureStub<ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ApiGatewayService.
The API Gateway Service is the interface for managing API Gateways.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protectedApiGatewayServiceGrpc.ApiGatewayServiceFutureStubbuild(Channelchannel,CallOptionscallOptions)
| Parameters |
| Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createApi(CreateApiRequest request)
publicListenableFuture<Operation>createApi(CreateApiRequestrequest)
Creates a new Api in a given project and location.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
createApiConfig(CreateApiConfigRequest request)
publicListenableFuture<Operation>createApiConfig(CreateApiConfigRequestrequest)
Creates a new ApiConfig in a given project and location.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
createGateway(CreateGatewayRequest request)
publicListenableFuture<Operation>createGateway(CreateGatewayRequestrequest)
Creates a new Gateway in a given project and location.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteApi(DeleteApiRequest request)
publicListenableFuture<Operation>deleteApi(DeleteApiRequestrequest)
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteApiConfig(DeleteApiConfigRequest request)
publicListenableFuture<Operation>deleteApiConfig(DeleteApiConfigRequestrequest)
Deletes a single ApiConfig.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteGateway(DeleteGatewayRequest request)
publicListenableFuture<Operation>deleteGateway(DeleteGatewayRequestrequest)
Deletes a single Gateway.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
getApi(GetApiRequest request)
publicListenableFuture<Api>getApi(GetApiRequestrequest)
Gets details of a single Api.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Api> |
getApiConfig(GetApiConfigRequest request)
publicListenableFuture<ApiConfig>getApiConfig(GetApiConfigRequestrequest)
Gets details of a single ApiConfig.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<ApiConfig> |
getGateway(GetGatewayRequest request)
publicListenableFuture<Gateway>getGateway(GetGatewayRequestrequest)
Gets details of a single Gateway.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Gateway> |
listApiConfigs(ListApiConfigsRequest request)
publicListenableFuture<ListApiConfigsResponse>listApiConfigs(ListApiConfigsRequestrequest)
Lists ApiConfigs in a given project and location.
listApis(ListApisRequest request)
publicListenableFuture<ListApisResponse>listApis(ListApisRequestrequest)
Lists Apis in a given project and location.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<ListApisResponse> |
listGateways(ListGatewaysRequest request)
publicListenableFuture<ListGatewaysResponse>listGateways(ListGatewaysRequestrequest)
Lists Gateways in a given project and location.
updateApi(UpdateApiRequest request)
publicListenableFuture<Operation>updateApi(UpdateApiRequestrequest)
Updates the parameters of a single Api.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateApiConfig(UpdateApiConfigRequest request)
publicListenableFuture<Operation>updateApiConfig(UpdateApiConfigRequestrequest)
Updates the parameters of a single ApiConfig.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateGateway(UpdateGatewayRequest request)
publicListenableFuture<Operation>updateGateway(UpdateGatewayRequestrequest)
Updates the parameters of a single Gateway.
| Returns |
| Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |