Package com.google.cloud.vpcaccess.v1
Class VpcAccessServiceGrpc
- java.lang.Object
-
- com.google.cloud.vpcaccess.v1.VpcAccessServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vpcaccess/v1/vpc_access.proto") public final class VpcAccessServiceGrpc extends Object
Serverless VPC Access API allows users to create and manage connectors for App Engine, Cloud Functions and Cloud Run to have internal connections to Virtual Private Cloud networks.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VpcAccessServiceGrpc.AsyncService
Serverless VPC Access API allows users to create and manage connectors for App Engine, Cloud Functions and Cloud Run to have internal connections to Virtual Private Cloud networks.static class
VpcAccessServiceGrpc.VpcAccessServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service VpcAccessService.static class
VpcAccessServiceGrpc.VpcAccessServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service VpcAccessService.static class
VpcAccessServiceGrpc.VpcAccessServiceImplBase
Base class for the server implementation of the service VpcAccessService.static class
VpcAccessServiceGrpc.VpcAccessServiceStub
A stub to allow clients to do asynchronous rpc calls to service VpcAccessService.
-
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(VpcAccessServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateConnectorRequest,com.google.longrunning.Operation>
getCreateConnectorMethod()
static io.grpc.MethodDescriptor<DeleteConnectorRequest,com.google.longrunning.Operation>
getDeleteConnectorMethod()
static io.grpc.MethodDescriptor<GetConnectorRequest,Connector>
getGetConnectorMethod()
static io.grpc.MethodDescriptor<ListConnectorsRequest,ListConnectorsResponse>
getListConnectorsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static VpcAccessServiceGrpc.VpcAccessServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VpcAccessServiceGrpc.VpcAccessServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VpcAccessServiceGrpc.VpcAccessServiceStub
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
-
getCreateConnectorMethod
public static io.grpc.MethodDescriptor<CreateConnectorRequest,com.google.longrunning.Operation> getCreateConnectorMethod()
-
getGetConnectorMethod
public static io.grpc.MethodDescriptor<GetConnectorRequest,Connector> getGetConnectorMethod()
-
getListConnectorsMethod
public static io.grpc.MethodDescriptor<ListConnectorsRequest,ListConnectorsResponse> getListConnectorsMethod()
-
getDeleteConnectorMethod
public static io.grpc.MethodDescriptor<DeleteConnectorRequest,com.google.longrunning.Operation> getDeleteConnectorMethod()
-
newStub
public static VpcAccessServiceGrpc.VpcAccessServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static VpcAccessServiceGrpc.VpcAccessServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static VpcAccessServiceGrpc.VpcAccessServiceFutureStub 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(VpcAccessServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-