Class ClientGatewaysServiceGrpc (0.25.0)

public final class ClientGatewaysServiceGrpc

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

  • Client Gateways, named as follows: projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}.

Inheritance

java.lang.Object > ClientGatewaysServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ClientGatewaysServiceGrpc.AsyncService service)

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

getCreateClientGatewayMethod()

public static MethodDescriptor<CreateClientGatewayRequest,Operation> getCreateClientGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateClientGatewayRequest,Operation>

getDeleteClientGatewayMethod()

public static MethodDescriptor<DeleteClientGatewayRequest,Operation> getDeleteClientGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteClientGatewayRequest,Operation>

getGetClientGatewayMethod()

public static MethodDescriptor<GetClientGatewayRequest,ClientGateway> getGetClientGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetClientGatewayRequest,ClientGateway>

getListClientGatewaysMethod()

public static MethodDescriptor<ListClientGatewaysRequest,ListClientGatewaysResponse> getListClientGatewaysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListClientGatewaysRequest,ListClientGatewaysResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub 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
ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub

newFutureStub(Channel channel)

public static ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub

newStub(Channel channel)

public static ClientGatewaysServiceGrpc.ClientGatewaysServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ClientGatewaysServiceGrpc.ClientGatewaysServiceStub