Package com.google.cloud.datastream.v1
Class DatastreamGrpc
- java.lang.Object
-
- com.google.cloud.datastream.v1.DatastreamGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datastream/v1/datastream.proto") public final class DatastreamGrpc extends Object
Datastream service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatastreamGrpc.AsyncServiceDatastream servicestatic classDatastreamGrpc.DatastreamBlockingStubA stub to allow clients to do synchronous rpc calls to service Datastream.static classDatastreamGrpc.DatastreamFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Datastream.static classDatastreamGrpc.DatastreamImplBaseBase class for the server implementation of the service Datastream.static classDatastreamGrpc.DatastreamStubA stub to allow clients to do asynchronous rpc calls to service Datastream.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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<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<GetStreamObjectRequest,StreamObject>getGetStreamObjectMethod()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<ListStreamObjectsRequest,ListStreamObjectsResponse>getListStreamObjectsMethod()static io.grpc.MethodDescriptor<ListStreamsRequest,ListStreamsResponse>getListStreamsMethod()static io.grpc.MethodDescriptor<LookupStreamObjectRequest,StreamObject>getLookupStreamObjectMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<StartBackfillJobRequest,StartBackfillJobResponse>getStartBackfillJobMethod()static io.grpc.MethodDescriptor<StopBackfillJobRequest,StopBackfillJobResponse>getStopBackfillJobMethod()static io.grpc.MethodDescriptor<UpdateConnectionProfileRequest,com.google.longrunning.Operation>getUpdateConnectionProfileMethod()static io.grpc.MethodDescriptor<UpdateStreamRequest,com.google.longrunning.Operation>getUpdateStreamMethod()static DatastreamGrpc.DatastreamBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DatastreamGrpc.DatastreamFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DatastreamGrpc.DatastreamStubnewStub(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()
-
getGetStreamObjectMethod
public static io.grpc.MethodDescriptor<GetStreamObjectRequest,StreamObject> getGetStreamObjectMethod()
-
getLookupStreamObjectMethod
public static io.grpc.MethodDescriptor<LookupStreamObjectRequest,StreamObject> getLookupStreamObjectMethod()
-
getListStreamObjectsMethod
public static io.grpc.MethodDescriptor<ListStreamObjectsRequest,ListStreamObjectsResponse> getListStreamObjectsMethod()
-
getStartBackfillJobMethod
public static io.grpc.MethodDescriptor<StartBackfillJobRequest,StartBackfillJobResponse> getStartBackfillJobMethod()
-
getStopBackfillJobMethod
public static io.grpc.MethodDescriptor<StopBackfillJobRequest,StopBackfillJobResponse> getStopBackfillJobMethod()
-
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()
-
-