Package com.google.cloud.apigateway.v1
Class ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub>
-
- com.google.cloud.apigateway.v1.ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub
-
- Enclosing class:
- ApiGatewayServiceGrpc
public static final class ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub extends io.grpc.stub.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createApi(CreateApiRequest request)
Creates a new Api in a given project and location.com.google.longrunning.Operation
createApiConfig(CreateApiConfigRequest request)
Creates a new ApiConfig in a given project and location.com.google.longrunning.Operation
createGateway(CreateGatewayRequest request)
Creates a new Gateway in a given project and location.com.google.longrunning.Operation
deleteApi(DeleteApiRequest request)
Deletes a single Api.com.google.longrunning.Operation
deleteApiConfig(DeleteApiConfigRequest request)
Deletes a single ApiConfig.com.google.longrunning.Operation
deleteGateway(DeleteGatewayRequest request)
Deletes a single Gateway.Api
getApi(GetApiRequest request)
Gets details of a single Api.ApiConfig
getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.Gateway
getGateway(GetGatewayRequest request)
Gets details of a single Gateway.ListApiConfigsResponse
listApiConfigs(ListApiConfigsRequest request)
Lists ApiConfigs in a given project and location.ListApisResponse
listApis(ListApisRequest request)
Lists Apis in a given project and location.ListGatewaysResponse
listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.com.google.longrunning.Operation
updateApi(UpdateApiRequest request)
Updates the parameters of a single Api.com.google.longrunning.Operation
updateApiConfig(UpdateApiConfigRequest request)
Updates the parameters of a single ApiConfig.com.google.longrunning.Operation
updateGateway(UpdateGatewayRequest request)
Updates the parameters of a single Gateway.
-
-
-
Method Detail
-
build
protected ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub>
-
listGateways
public ListGatewaysResponse listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.
-
getGateway
public Gateway getGateway(GetGatewayRequest request)
Gets details of a single Gateway.
-
createGateway
public com.google.longrunning.Operation createGateway(CreateGatewayRequest request)
Creates a new Gateway in a given project and location.
-
updateGateway
public com.google.longrunning.Operation updateGateway(UpdateGatewayRequest request)
Updates the parameters of a single Gateway.
-
deleteGateway
public com.google.longrunning.Operation deleteGateway(DeleteGatewayRequest request)
Deletes a single Gateway.
-
listApis
public ListApisResponse listApis(ListApisRequest request)
Lists Apis in a given project and location.
-
getApi
public Api getApi(GetApiRequest request)
Gets details of a single Api.
-
createApi
public com.google.longrunning.Operation createApi(CreateApiRequest request)
Creates a new Api in a given project and location.
-
updateApi
public com.google.longrunning.Operation updateApi(UpdateApiRequest request)
Updates the parameters of a single Api.
-
deleteApi
public com.google.longrunning.Operation deleteApi(DeleteApiRequest request)
Deletes a single Api.
-
listApiConfigs
public ListApiConfigsResponse listApiConfigs(ListApiConfigsRequest request)
Lists ApiConfigs in a given project and location.
-
getApiConfig
public ApiConfig getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.
-
createApiConfig
public com.google.longrunning.Operation createApiConfig(CreateApiConfigRequest request)
Creates a new ApiConfig in a given project and location.
-
updateApiConfig
public com.google.longrunning.Operation updateApiConfig(UpdateApiConfigRequest request)
Updates the parameters of a single ApiConfig.
-
deleteApiConfig
public com.google.longrunning.Operation deleteApiConfig(DeleteApiConfigRequest request)
Deletes a single ApiConfig.
-
-