public static final class ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub extends AbstractBlockingStub<ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub>
A stub to allow clients to do synchronous 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.AbstractBlockingStub >
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<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)
protected ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub build(Channel channel, CallOptions callOptions)
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)
public Operation createApi(CreateApiRequest request)
Creates a new Api in a given project and location.
createApiConfig(CreateApiConfigRequest request)
public Operation createApiConfig(CreateApiConfigRequest request)
Creates a new ApiConfig in a given project and location.
createGateway(CreateGatewayRequest request)
public Operation createGateway(CreateGatewayRequest request)
Creates a new Gateway in a given project and location.
deleteApi(DeleteApiRequest request)
public Operation deleteApi(DeleteApiRequest request)
deleteApiConfig(DeleteApiConfigRequest request)
public Operation deleteApiConfig(DeleteApiConfigRequest request)
Deletes a single ApiConfig.
deleteGateway(DeleteGatewayRequest request)
public Operation deleteGateway(DeleteGatewayRequest request)
Deletes a single Gateway.
getApi(GetApiRequest request)
public Api getApi(GetApiRequest request)
Gets details of a single Api.
Returns |
---|
Type | Description |
Api | |
getApiConfig(GetApiConfigRequest request)
public ApiConfig getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.
getGateway(GetGatewayRequest request)
public Gateway getGateway(GetGatewayRequest request)
Gets details of a single Gateway.
listApiConfigs(ListApiConfigsRequest request)
public ListApiConfigsResponse listApiConfigs(ListApiConfigsRequest request)
Lists ApiConfigs in a given project and location.
listApis(ListApisRequest request)
public ListApisResponse listApis(ListApisRequest request)
Lists Apis in a given project and location.
listGateways(ListGatewaysRequest request)
public ListGatewaysResponse listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.
updateApi(UpdateApiRequest request)
public Operation updateApi(UpdateApiRequest request)
Updates the parameters of a single Api.
updateApiConfig(UpdateApiConfigRequest request)
public Operation updateApiConfig(UpdateApiConfigRequest request)
Updates the parameters of a single ApiConfig.
updateGateway(UpdateGatewayRequest request)
public Operation updateGateway(UpdateGatewayRequest request)
Updates the parameters of a single Gateway.