Class AppGatewaysServiceGrpc (0.37.0)

public final class AppGatewaysServiceGrpc

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.

Inheritance

java.lang.Object > AppGatewaysServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AppGatewaysServiceGrpc.AsyncService service)

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

getCreateAppGatewayMethod()

public static MethodDescriptor<CreateAppGatewayRequest,Operation> getCreateAppGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAppGatewayRequest,Operation>

getDeleteAppGatewayMethod()

public static MethodDescriptor<DeleteAppGatewayRequest,Operation> getDeleteAppGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAppGatewayRequest,Operation>

getGetAppGatewayMethod()

public static MethodDescriptor<GetAppGatewayRequest,AppGateway> getGetAppGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAppGatewayRequest,AppGateway>

getListAppGatewaysMethod()

public static MethodDescriptor<ListAppGatewaysRequest,ListAppGatewaysResponse> getListAppGatewaysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAppGatewaysRequest,ListAppGatewaysResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub 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
AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub

newFutureStub(Channel channel)

public static AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub

newStub(Channel channel)

public static AppGatewaysServiceGrpc.AppGatewaysServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppGatewaysServiceGrpc.AppGatewaysServiceStub