Class AppGatewaysServiceGrpc
- java.lang.Object
-
- com.google.cloud.beyondcorp.appgateways.v1.AppGatewaysServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/beyondcorp/appgateways/v1/app_gateways_service.proto") public final class AppGatewaysServiceGrpc extends Object
API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The AppGatewaysService exposes the following resources: * AppGateways, named as follows: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`. The AppGatewaysService service provides methods to manage (create/read/update/delete) BeyondCorp AppGateways.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service AppGatewaysService.static class
AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AppGatewaysService.static class
AppGatewaysServiceGrpc.AppGatewaysServiceImplBase
Base class for the server implementation of the service AppGatewaysService.static class
AppGatewaysServiceGrpc.AppGatewaysServiceStub
A stub to allow clients to do asynchronous rpc calls to service AppGatewaysService.static interface
AppGatewaysServiceGrpc.AsyncService
API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(AppGatewaysServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateAppGatewayRequest,com.google.longrunning.Operation>
getCreateAppGatewayMethod()
static io.grpc.MethodDescriptor<DeleteAppGatewayRequest,com.google.longrunning.Operation>
getDeleteAppGatewayMethod()
static io.grpc.MethodDescriptor<GetAppGatewayRequest,AppGateway>
getGetAppGatewayMethod()
static io.grpc.MethodDescriptor<ListAppGatewaysRequest,ListAppGatewaysResponse>
getListAppGatewaysMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AppGatewaysServiceGrpc.AppGatewaysServiceStub
newStub(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
-
getListAppGatewaysMethod
public static io.grpc.MethodDescriptor<ListAppGatewaysRequest,ListAppGatewaysResponse> getListAppGatewaysMethod()
-
getGetAppGatewayMethod
public static io.grpc.MethodDescriptor<GetAppGatewayRequest,AppGateway> getGetAppGatewayMethod()
-
getCreateAppGatewayMethod
public static io.grpc.MethodDescriptor<CreateAppGatewayRequest,com.google.longrunning.Operation> getCreateAppGatewayMethod()
-
getDeleteAppGatewayMethod
public static io.grpc.MethodDescriptor<DeleteAppGatewayRequest,com.google.longrunning.Operation> getDeleteAppGatewayMethod()
-
newStub
public static AppGatewaysServiceGrpc.AppGatewaysServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub 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(AppGatewaysServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-