Class AppConnectionsServiceGrpc (0.33.0)

public final class AppConnectionsServiceGrpc

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.

Inheritance

java.lang.Object > AppConnectionsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AppConnectionsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AppConnectionsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceAppConnectionsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateAppConnectionMethod()

public static MethodDescriptor<CreateAppConnectionRequest,Operation> getCreateAppConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAppConnectionRequest,Operation>

getDeleteAppConnectionMethod()

public static MethodDescriptor<DeleteAppConnectionRequest,Operation> getDeleteAppConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAppConnectionRequest,Operation>

getGetAppConnectionMethod()

public static MethodDescriptor<GetAppConnectionRequest,AppConnection> getGetAppConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAppConnectionRequest,AppConnection>

getListAppConnectionsMethod()

public static MethodDescriptor<ListAppConnectionsRequest,ListAppConnectionsResponse> getListAppConnectionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAppConnectionsRequest,ListAppConnectionsResponse>

getResolveAppConnectionsMethod()

public static MethodDescriptor<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse> getResolveAppConnectionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAppConnectionMethod()

public static MethodDescriptor<UpdateAppConnectionRequest,Operation> getUpdateAppConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAppConnectionRequest,Operation>

newBlockingStub(Channel channel)

public static AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub

newFutureStub(Channel channel)

public static AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub

newStub(Channel channel)

public static AppConnectionsServiceGrpc.AppConnectionsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppConnectionsServiceGrpc.AppConnectionsServiceStub