Class ClientGatewaysServiceGrpc
- java.lang.Object
-
- com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/beyondcorp/clientgateways/v1/client_gateways_service.proto") public final class ClientGatewaysServiceGrpc extends Object
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}`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClientGatewaysServiceGrpc.AsyncService
API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API.static class
ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ClientGatewaysService.static class
ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ClientGatewaysService.static class
ClientGatewaysServiceGrpc.ClientGatewaysServiceImplBase
Base class for the server implementation of the service ClientGatewaysService.static class
ClientGatewaysServiceGrpc.ClientGatewaysServiceStub
A stub to allow clients to do asynchronous rpc calls to service ClientGatewaysService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ClientGatewaysServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateClientGatewayRequest,com.google.longrunning.Operation>
getCreateClientGatewayMethod()
static io.grpc.MethodDescriptor<DeleteClientGatewayRequest,com.google.longrunning.Operation>
getDeleteClientGatewayMethod()
static io.grpc.MethodDescriptor<GetClientGatewayRequest,ClientGateway>
getGetClientGatewayMethod()
static io.grpc.MethodDescriptor<ListClientGatewaysRequest,ListClientGatewaysResponse>
getListClientGatewaysMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ClientGatewaysServiceGrpc.ClientGatewaysServiceStub
newStub(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
-
getListClientGatewaysMethod
public static io.grpc.MethodDescriptor<ListClientGatewaysRequest,ListClientGatewaysResponse> getListClientGatewaysMethod()
-
getGetClientGatewayMethod
public static io.grpc.MethodDescriptor<GetClientGatewayRequest,ClientGateway> getGetClientGatewayMethod()
-
getCreateClientGatewayMethod
public static io.grpc.MethodDescriptor<CreateClientGatewayRequest,com.google.longrunning.Operation> getCreateClientGatewayMethod()
-
getDeleteClientGatewayMethod
public static io.grpc.MethodDescriptor<DeleteClientGatewayRequest,com.google.longrunning.Operation> getDeleteClientGatewayMethod()
-
newStub
public static ClientGatewaysServiceGrpc.ClientGatewaysServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub 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(ClientGatewaysServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-