Class DatastreamGrpc
- java.lang.Object
-
- com.google.cloud.datastream.v1alpha1.DatastreamGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datastream/v1alpha1/datastream.proto") public final class DatastreamGrpc extends Object
Datastream service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DatastreamGrpc.AsyncService
Datastream servicestatic class
DatastreamGrpc.DatastreamBlockingStub
A stub to allow clients to do synchronous rpc calls to service Datastream.static class
DatastreamGrpc.DatastreamFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Datastream.static class
DatastreamGrpc.DatastreamImplBase
Base class for the server implementation of the service Datastream.static class
DatastreamGrpc.DatastreamStub
A stub to allow clients to do asynchronous rpc calls to service Datastream.
-
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(DatastreamGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateConnectionProfileRequest,com.google.longrunning.Operation>
getCreateConnectionProfileMethod()
static io.grpc.MethodDescriptor<CreatePrivateConnectionRequest,com.google.longrunning.Operation>
getCreatePrivateConnectionMethod()
static io.grpc.MethodDescriptor<CreateRouteRequest,com.google.longrunning.Operation>
getCreateRouteMethod()
static io.grpc.MethodDescriptor<CreateStreamRequest,com.google.longrunning.Operation>
getCreateStreamMethod()
static io.grpc.MethodDescriptor<DeleteConnectionProfileRequest,com.google.longrunning.Operation>
getDeleteConnectionProfileMethod()
static io.grpc.MethodDescriptor<DeletePrivateConnectionRequest,com.google.longrunning.Operation>
getDeletePrivateConnectionMethod()
static io.grpc.MethodDescriptor<DeleteRouteRequest,com.google.longrunning.Operation>
getDeleteRouteMethod()
static io.grpc.MethodDescriptor<DeleteStreamRequest,com.google.longrunning.Operation>
getDeleteStreamMethod()
static io.grpc.MethodDescriptor<DiscoverConnectionProfileRequest,DiscoverConnectionProfileResponse>
getDiscoverConnectionProfileMethod()
static io.grpc.MethodDescriptor<FetchErrorsRequest,com.google.longrunning.Operation>
getFetchErrorsMethod()
static io.grpc.MethodDescriptor<FetchStaticIpsRequest,FetchStaticIpsResponse>
getFetchStaticIpsMethod()
static io.grpc.MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile>
getGetConnectionProfileMethod()
static io.grpc.MethodDescriptor<GetPrivateConnectionRequest,PrivateConnection>
getGetPrivateConnectionMethod()
static io.grpc.MethodDescriptor<GetRouteRequest,Route>
getGetRouteMethod()
static io.grpc.MethodDescriptor<GetStreamRequest,Stream>
getGetStreamMethod()
static io.grpc.MethodDescriptor<ListConnectionProfilesRequest,ListConnectionProfilesResponse>
getListConnectionProfilesMethod()
static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>
getListPrivateConnectionsMethod()
static io.grpc.MethodDescriptor<ListRoutesRequest,ListRoutesResponse>
getListRoutesMethod()
static io.grpc.MethodDescriptor<ListStreamsRequest,ListStreamsResponse>
getListStreamsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
getUpdateConnectionProfileMethod()
static io.grpc.MethodDescriptor<UpdateStreamRequest,com.google.longrunning.Operation>
getUpdateStreamMethod()
static DatastreamGrpc.DatastreamBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DatastreamGrpc.DatastreamFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DatastreamGrpc.DatastreamStub
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
-
getListConnectionProfilesMethod
public static io.grpc.MethodDescriptor<ListConnectionProfilesRequest,ListConnectionProfilesResponse> getListConnectionProfilesMethod()
-
getGetConnectionProfileMethod
public static io.grpc.MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile> getGetConnectionProfileMethod()
-
getCreateConnectionProfileMethod
public static io.grpc.MethodDescriptor<CreateConnectionProfileRequest,com.google.longrunning.Operation> getCreateConnectionProfileMethod()
-
getUpdateConnectionProfileMethod
public static io.grpc.MethodDescriptor<UpdateConnectionProfileRequest,com.google.longrunning.Operation> getUpdateConnectionProfileMethod()
-
getDeleteConnectionProfileMethod
public static io.grpc.MethodDescriptor<DeleteConnectionProfileRequest,com.google.longrunning.Operation> getDeleteConnectionProfileMethod()
-
getDiscoverConnectionProfileMethod
public static io.grpc.MethodDescriptor<DiscoverConnectionProfileRequest,DiscoverConnectionProfileResponse> getDiscoverConnectionProfileMethod()
-
getListStreamsMethod
public static io.grpc.MethodDescriptor<ListStreamsRequest,ListStreamsResponse> getListStreamsMethod()
-
getGetStreamMethod
public static io.grpc.MethodDescriptor<GetStreamRequest,Stream> getGetStreamMethod()
-
getCreateStreamMethod
public static io.grpc.MethodDescriptor<CreateStreamRequest,com.google.longrunning.Operation> getCreateStreamMethod()
-
getUpdateStreamMethod
public static io.grpc.MethodDescriptor<UpdateStreamRequest,com.google.longrunning.Operation> getUpdateStreamMethod()
-
getDeleteStreamMethod
public static io.grpc.MethodDescriptor<DeleteStreamRequest,com.google.longrunning.Operation> getDeleteStreamMethod()
-
getFetchErrorsMethod
public static io.grpc.MethodDescriptor<FetchErrorsRequest,com.google.longrunning.Operation> getFetchErrorsMethod()
-
getFetchStaticIpsMethod
public static io.grpc.MethodDescriptor<FetchStaticIpsRequest,FetchStaticIpsResponse> getFetchStaticIpsMethod()
-
getCreatePrivateConnectionMethod
public static io.grpc.MethodDescriptor<CreatePrivateConnectionRequest,com.google.longrunning.Operation> getCreatePrivateConnectionMethod()
-
getGetPrivateConnectionMethod
public static io.grpc.MethodDescriptor<GetPrivateConnectionRequest,PrivateConnection> getGetPrivateConnectionMethod()
-
getListPrivateConnectionsMethod
public static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse> getListPrivateConnectionsMethod()
-
getDeletePrivateConnectionMethod
public static io.grpc.MethodDescriptor<DeletePrivateConnectionRequest,com.google.longrunning.Operation> getDeletePrivateConnectionMethod()
-
getCreateRouteMethod
public static io.grpc.MethodDescriptor<CreateRouteRequest,com.google.longrunning.Operation> getCreateRouteMethod()
-
getGetRouteMethod
public static io.grpc.MethodDescriptor<GetRouteRequest,Route> getGetRouteMethod()
-
getListRoutesMethod
public static io.grpc.MethodDescriptor<ListRoutesRequest,ListRoutesResponse> getListRoutesMethod()
-
getDeleteRouteMethod
public static io.grpc.MethodDescriptor<DeleteRouteRequest,com.google.longrunning.Operation> getDeleteRouteMethod()
-
newStub
public static DatastreamGrpc.DatastreamStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DatastreamGrpc.DatastreamBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DatastreamGrpc.DatastreamFutureStub 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(DatastreamGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-