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.ApiGatewayServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.longrunning.OperationcreateApi(CreateApiRequest request)Creates a new Api in a given project and location.com.google.longrunning.OperationcreateApiConfig(CreateApiConfigRequest request)Creates a new ApiConfig in a given project and location.com.google.longrunning.OperationcreateGateway(CreateGatewayRequest request)Creates a new Gateway in a given project and location.com.google.longrunning.OperationdeleteApi(DeleteApiRequest request)Deletes a single Api.com.google.longrunning.OperationdeleteApiConfig(DeleteApiConfigRequest request)Deletes a single ApiConfig.com.google.longrunning.OperationdeleteGateway(DeleteGatewayRequest request)Deletes a single Gateway.ApigetApi(GetApiRequest request)Gets details of a single Api.ApiConfiggetApiConfig(GetApiConfigRequest request)Gets details of a single ApiConfig.GatewaygetGateway(GetGatewayRequest request)Gets details of a single Gateway.ListApiConfigsResponselistApiConfigs(ListApiConfigsRequest request)Lists ApiConfigs in a given project and location.ListApisResponselistApis(ListApisRequest request)Lists Apis in a given project and location.ListGatewaysResponselistGateways(ListGatewaysRequest request)Lists Gateways in a given project and location.com.google.longrunning.OperationupdateApi(UpdateApiRequest request)Updates the parameters of a single Api.com.google.longrunning.OperationupdateApiConfig(UpdateApiConfigRequest request)Updates the parameters of a single ApiConfig.com.google.longrunning.OperationupdateGateway(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:
buildin 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.
-
-