Class AppConnectionsServiceGrpc
- java.lang.Object
-
- com.google.cloud.beyondcorp.appconnections.v1.AppConnectionsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/beyondcorp/appconnections/v1/app_connections_service.proto") public final class AppConnectionsServiceGrpc extends Object
API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The AppConnectionsService exposes the following resources: * AppConnections, named as follows: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`. The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service AppConnectionsService.static class
AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AppConnectionsService.static class
AppConnectionsServiceGrpc.AppConnectionsServiceImplBase
Base class for the server implementation of the service AppConnectionsService.static class
AppConnectionsServiceGrpc.AppConnectionsServiceStub
A stub to allow clients to do asynchronous rpc calls to service AppConnectionsService.static interface
AppConnectionsServiceGrpc.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(AppConnectionsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateAppConnectionRequest,com.google.longrunning.Operation>
getCreateAppConnectionMethod()
static io.grpc.MethodDescriptor<DeleteAppConnectionRequest,com.google.longrunning.Operation>
getDeleteAppConnectionMethod()
static io.grpc.MethodDescriptor<GetAppConnectionRequest,AppConnection>
getGetAppConnectionMethod()
static io.grpc.MethodDescriptor<ListAppConnectionsRequest,ListAppConnectionsResponse>
getListAppConnectionsMethod()
static io.grpc.MethodDescriptor<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse>
getResolveAppConnectionsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateAppConnectionRequest,com.google.longrunning.Operation>
getUpdateAppConnectionMethod()
static AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AppConnectionsServiceGrpc.AppConnectionsServiceStub
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
-
getListAppConnectionsMethod
public static io.grpc.MethodDescriptor<ListAppConnectionsRequest,ListAppConnectionsResponse> getListAppConnectionsMethod()
-
getGetAppConnectionMethod
public static io.grpc.MethodDescriptor<GetAppConnectionRequest,AppConnection> getGetAppConnectionMethod()
-
getCreateAppConnectionMethod
public static io.grpc.MethodDescriptor<CreateAppConnectionRequest,com.google.longrunning.Operation> getCreateAppConnectionMethod()
-
getUpdateAppConnectionMethod
public static io.grpc.MethodDescriptor<UpdateAppConnectionRequest,com.google.longrunning.Operation> getUpdateAppConnectionMethod()
-
getDeleteAppConnectionMethod
public static io.grpc.MethodDescriptor<DeleteAppConnectionRequest,com.google.longrunning.Operation> getDeleteAppConnectionMethod()
-
getResolveAppConnectionsMethod
public static io.grpc.MethodDescriptor<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse> getResolveAppConnectionsMethod()
-
newStub
public static AppConnectionsServiceGrpc.AppConnectionsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub 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(AppConnectionsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-