Package com.google.cloud.apigateway.v1
Class ApiGatewayServiceGrpc
- java.lang.Object
-
- com.google.cloud.apigateway.v1.ApiGatewayServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/apigateway/v1/apigateway_service.proto") public final class ApiGatewayServiceGrpc extends Object
The API Gateway Service is the interface for managing API Gateways.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiGatewayServiceGrpc.ApiGatewayServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ApiGatewayService.static classApiGatewayServiceGrpc.ApiGatewayServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ApiGatewayService.static classApiGatewayServiceGrpc.ApiGatewayServiceImplBaseBase class for the server implementation of the service ApiGatewayService.static classApiGatewayServiceGrpc.ApiGatewayServiceStubA stub to allow clients to do asynchronous rpc calls to service ApiGatewayService.static interfaceApiGatewayServiceGrpc.AsyncServiceThe API Gateway Service is the interface for managing API Gateways.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ApiGatewayServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateApiConfigRequest,com.google.longrunning.Operation>getCreateApiConfigMethod()static io.grpc.MethodDescriptor<CreateApiRequest,com.google.longrunning.Operation>getCreateApiMethod()static io.grpc.MethodDescriptor<CreateGatewayRequest,com.google.longrunning.Operation>getCreateGatewayMethod()static io.grpc.MethodDescriptor<DeleteApiConfigRequest,com.google.longrunning.Operation>getDeleteApiConfigMethod()static io.grpc.MethodDescriptor<DeleteApiRequest,com.google.longrunning.Operation>getDeleteApiMethod()static io.grpc.MethodDescriptor<DeleteGatewayRequest,com.google.longrunning.Operation>getDeleteGatewayMethod()static io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig>getGetApiConfigMethod()static io.grpc.MethodDescriptor<GetApiRequest,Api>getGetApiMethod()static io.grpc.MethodDescriptor<GetGatewayRequest,Gateway>getGetGatewayMethod()static io.grpc.MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse>getListApiConfigsMethod()static io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse>getListApisMethod()static io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse>getListGatewaysMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateApiConfigRequest,com.google.longrunning.Operation>getUpdateApiConfigMethod()static io.grpc.MethodDescriptor<UpdateApiRequest,com.google.longrunning.Operation>getUpdateApiMethod()static io.grpc.MethodDescriptor<UpdateGatewayRequest,com.google.longrunning.Operation>getUpdateGatewayMethod()static ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ApiGatewayServiceGrpc.ApiGatewayServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ApiGatewayServiceGrpc.ApiGatewayServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListGatewaysMethod
public static io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> getListGatewaysMethod()
-
getGetGatewayMethod
public static io.grpc.MethodDescriptor<GetGatewayRequest,Gateway> getGetGatewayMethod()
-
getCreateGatewayMethod
public static io.grpc.MethodDescriptor<CreateGatewayRequest,com.google.longrunning.Operation> getCreateGatewayMethod()
-
getUpdateGatewayMethod
public static io.grpc.MethodDescriptor<UpdateGatewayRequest,com.google.longrunning.Operation> getUpdateGatewayMethod()
-
getDeleteGatewayMethod
public static io.grpc.MethodDescriptor<DeleteGatewayRequest,com.google.longrunning.Operation> getDeleteGatewayMethod()
-
getListApisMethod
public static io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse> getListApisMethod()
-
getGetApiMethod
public static io.grpc.MethodDescriptor<GetApiRequest,Api> getGetApiMethod()
-
getCreateApiMethod
public static io.grpc.MethodDescriptor<CreateApiRequest,com.google.longrunning.Operation> getCreateApiMethod()
-
getUpdateApiMethod
public static io.grpc.MethodDescriptor<UpdateApiRequest,com.google.longrunning.Operation> getUpdateApiMethod()
-
getDeleteApiMethod
public static io.grpc.MethodDescriptor<DeleteApiRequest,com.google.longrunning.Operation> getDeleteApiMethod()
-
getListApiConfigsMethod
public static io.grpc.MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse> getListApiConfigsMethod()
-
getGetApiConfigMethod
public static io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig> getGetApiConfigMethod()
-
getCreateApiConfigMethod
public static io.grpc.MethodDescriptor<CreateApiConfigRequest,com.google.longrunning.Operation> getCreateApiConfigMethod()
-
getUpdateApiConfigMethod
public static io.grpc.MethodDescriptor<UpdateApiConfigRequest,com.google.longrunning.Operation> getUpdateApiConfigMethod()
-
getDeleteApiConfigMethod
public static io.grpc.MethodDescriptor<DeleteApiConfigRequest,com.google.longrunning.Operation> getDeleteApiConfigMethod()
-
newStub
public static ApiGatewayServiceGrpc.ApiGatewayServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ApiGatewayServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-