public static final class ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub extends AbstractBlockingStub<ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub>
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
|
Returns
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.
Parameter
Returns
createApiConfig(CreateApiConfigRequest request)
public Operation createApiConfig(CreateApiConfigRequest request)
Creates a new ApiConfig in a given project and location.
Parameter
Returns
createGateway(CreateGatewayRequest request)
public Operation createGateway(CreateGatewayRequest request)
Creates a new Gateway in a given project and location.
Parameter
Returns
deleteApi(DeleteApiRequest request)
public Operation deleteApi(DeleteApiRequest request)
Parameter
Returns
deleteApiConfig(DeleteApiConfigRequest request)
public Operation deleteApiConfig(DeleteApiConfigRequest request)
Deletes a single ApiConfig.
Parameter
Returns
deleteGateway(DeleteGatewayRequest request)
public Operation deleteGateway(DeleteGatewayRequest request)
Deletes a single Gateway.
Parameter
Returns
getApi(GetApiRequest request)
public Api getApi(GetApiRequest request)
Gets details of a single Api.
Parameter
Returns
getApiConfig(GetApiConfigRequest request)
public ApiConfig getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.
Parameter
Returns
getGateway(GetGatewayRequest request)
public Gateway getGateway(GetGatewayRequest request)
Gets details of a single Gateway.
Parameter
Returns
listApiConfigs(ListApiConfigsRequest request)
public ListApiConfigsResponse listApiConfigs(ListApiConfigsRequest request)
Lists ApiConfigs in a given project and location.
Parameter
Returns
listApis(ListApisRequest request)
public ListApisResponse listApis(ListApisRequest request)
Lists Apis in a given project and location.
Parameter
Returns
listGateways(ListGatewaysRequest request)
public ListGatewaysResponse listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.
Parameter
Returns
updateApi(UpdateApiRequest request)
public Operation updateApi(UpdateApiRequest request)
Updates the parameters of a single Api.
Parameter
Returns
updateApiConfig(UpdateApiConfigRequest request)
public Operation updateApiConfig(UpdateApiConfigRequest request)
Updates the parameters of a single ApiConfig.
Parameter
Returns
updateGateway(UpdateGatewayRequest request)
public Operation updateGateway(UpdateGatewayRequest request)
Updates the parameters of a single Gateway.
Parameter
Returns