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 classAppConnectionsServiceGrpc.AppConnectionsServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service AppConnectionsService.static classAppConnectionsServiceGrpc.AppConnectionsServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AppConnectionsService.static classAppConnectionsServiceGrpc.AppConnectionsServiceImplBaseBase class for the server implementation of the service AppConnectionsService.static classAppConnectionsServiceGrpc.AppConnectionsServiceStubA stub to allow clients to do asynchronous rpc calls to service AppConnectionsService.static interfaceAppConnectionsServiceGrpc.AsyncServiceAPI Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.
-
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(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateAppConnectionRequest,com.google.longrunning.Operation>getUpdateAppConnectionMethod()static AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AppConnectionsServiceGrpc.AppConnectionsServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AppConnectionsServiceGrpc.AppConnectionsServiceStubnewStub(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()
-
-