Class AppConnectorsServiceGrpc (0.39.0)

public final class AppConnectorsServiceGrpc

API Overview: The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API. Data Model: The AppConnectorsService exposes the following resource:

  • AppConnectors, named as follows: projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}. The AppConnectorsService provides methods to manage (create/read/update/delete) BeyondCorp AppConnectors.

Inheritance

java.lang.Object > AppConnectorsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AppConnectorsServiceGrpc.AsyncService service)

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

getCreateAppConnectorMethod()

public static MethodDescriptor<CreateAppConnectorRequest,Operation> getCreateAppConnectorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAppConnectorRequest,Operation>

getDeleteAppConnectorMethod()

public static MethodDescriptor<DeleteAppConnectorRequest,Operation> getDeleteAppConnectorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAppConnectorRequest,Operation>

getGetAppConnectorMethod()

public static MethodDescriptor<GetAppConnectorRequest,AppConnector> getGetAppConnectorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAppConnectorRequest,AppConnector>

getListAppConnectorsMethod()

public static MethodDescriptor<ListAppConnectorsRequest,ListAppConnectorsResponse> getListAppConnectorsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAppConnectorsRequest,ListAppConnectorsResponse>

getReportStatusMethod()

public static MethodDescriptor<ReportStatusRequest,Operation> getReportStatusMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReportStatusRequest,Operation>

getServiceDescriptor()

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

getUpdateAppConnectorMethod()

public static MethodDescriptor<UpdateAppConnectorRequest,Operation> getUpdateAppConnectorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAppConnectorRequest,Operation>

newBlockingStub(Channel channel)

public static AppConnectorsServiceGrpc.AppConnectorsServiceBlockingStub 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
AppConnectorsServiceGrpc.AppConnectorsServiceBlockingStub

newFutureStub(Channel channel)

public static AppConnectorsServiceGrpc.AppConnectorsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppConnectorsServiceGrpc.AppConnectorsServiceFutureStub

newStub(Channel channel)

public static AppConnectorsServiceGrpc.AppConnectorsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AppConnectorsServiceGrpc.AppConnectorsServiceStub