@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datastream/v1alpha1/datastream.proto") public final class DatastreamGrpc extends Object
Datastream service
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatastreamGrpc.AsyncService
Datastream service
|
static 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static DatastreamGrpc.DatastreamFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DatastreamGrpc.DatastreamStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListConnectionProfilesRequest,ListConnectionProfilesResponse> getListConnectionProfilesMethod()
public static io.grpc.MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile> getGetConnectionProfileMethod()
public static io.grpc.MethodDescriptor<CreateConnectionProfileRequest,com.google.longrunning.Operation> getCreateConnectionProfileMethod()
public static io.grpc.MethodDescriptor<UpdateConnectionProfileRequest,com.google.longrunning.Operation> getUpdateConnectionProfileMethod()
public static io.grpc.MethodDescriptor<DeleteConnectionProfileRequest,com.google.longrunning.Operation> getDeleteConnectionProfileMethod()
public static io.grpc.MethodDescriptor<DiscoverConnectionProfileRequest,DiscoverConnectionProfileResponse> getDiscoverConnectionProfileMethod()
public static io.grpc.MethodDescriptor<ListStreamsRequest,ListStreamsResponse> getListStreamsMethod()
public static io.grpc.MethodDescriptor<GetStreamRequest,Stream> getGetStreamMethod()
public static io.grpc.MethodDescriptor<CreateStreamRequest,com.google.longrunning.Operation> getCreateStreamMethod()
public static io.grpc.MethodDescriptor<UpdateStreamRequest,com.google.longrunning.Operation> getUpdateStreamMethod()
public static io.grpc.MethodDescriptor<DeleteStreamRequest,com.google.longrunning.Operation> getDeleteStreamMethod()
public static io.grpc.MethodDescriptor<FetchErrorsRequest,com.google.longrunning.Operation> getFetchErrorsMethod()
public static io.grpc.MethodDescriptor<FetchStaticIpsRequest,FetchStaticIpsResponse> getFetchStaticIpsMethod()
public static io.grpc.MethodDescriptor<CreatePrivateConnectionRequest,com.google.longrunning.Operation> getCreatePrivateConnectionMethod()
public static io.grpc.MethodDescriptor<GetPrivateConnectionRequest,PrivateConnection> getGetPrivateConnectionMethod()
public static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse> getListPrivateConnectionsMethod()
public static io.grpc.MethodDescriptor<DeletePrivateConnectionRequest,com.google.longrunning.Operation> getDeletePrivateConnectionMethod()
public static io.grpc.MethodDescriptor<CreateRouteRequest,com.google.longrunning.Operation> getCreateRouteMethod()
public static io.grpc.MethodDescriptor<GetRouteRequest,Route> getGetRouteMethod()
public static io.grpc.MethodDescriptor<ListRoutesRequest,ListRoutesResponse> getListRoutesMethod()
public static io.grpc.MethodDescriptor<DeleteRouteRequest,com.google.longrunning.Operation> getDeleteRouteMethod()
public static DatastreamGrpc.DatastreamStub newStub(io.grpc.Channel channel)
public static DatastreamGrpc.DatastreamBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DatastreamGrpc.DatastreamFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(DatastreamGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.