Uses of Class
com.google.cloud.datastream.v1.GetRouteRequest
-
Packages that use GetRouteRequest Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of GetRouteRequest in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return GetRouteRequest Modifier and Type Method Description GetRouteRequest
GetRouteRequest.Builder. build()
GetRouteRequest
GetRouteRequest.Builder. buildPartial()
static GetRouteRequest
GetRouteRequest. getDefaultInstance()
GetRouteRequest
GetRouteRequest.Builder. getDefaultInstanceForType()
GetRouteRequest
GetRouteRequest. getDefaultInstanceForType()
static GetRouteRequest
GetRouteRequest. parseDelimitedFrom(InputStream input)
static GetRouteRequest
GetRouteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(byte[] data)
static GetRouteRequest
GetRouteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRouteRequest
GetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(InputStream input)
static GetRouteRequest
GetRouteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRouteRequest
GetRouteRequest. parseFrom(ByteBuffer data)
static GetRouteRequest
GetRouteRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type GetRouteRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRouteRequest,Route>
DatastreamGrpc. getGetRouteMethod()
com.google.protobuf.Parser<GetRouteRequest>
GetRouteRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
DatastreamClient. getRouteCallable()
Use this method to get details about a route.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouteRequest,Route>
DatastreamSettings.Builder. getRouteSettings()
Returns the builder for the settings used for calls to getRoute.com.google.api.gax.rpc.UnaryCallSettings<GetRouteRequest,Route>
DatastreamSettings. getRouteSettings()
Returns the object with the settings used for calls to getRoute.static com.google.protobuf.Parser<GetRouteRequest>
GetRouteRequest. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type GetRouteRequest Modifier and Type Method Description Route
DatastreamClient. getRoute(GetRouteRequest request)
Use this method to get details about a route.default void
DatastreamGrpc.AsyncService. getRoute(GetRouteRequest request, io.grpc.stub.StreamObserver<Route> responseObserver)
Use this method to get details about a route.Route
DatastreamGrpc.DatastreamBlockingStub. getRoute(GetRouteRequest request)
Use this method to get details about a route.com.google.common.util.concurrent.ListenableFuture<Route>
DatastreamGrpc.DatastreamFutureStub. getRoute(GetRouteRequest request)
Use this method to get details about a route.void
DatastreamGrpc.DatastreamStub. getRoute(GetRouteRequest request, io.grpc.stub.StreamObserver<Route> responseObserver)
Use this method to get details about a route.GetRouteRequest.Builder
GetRouteRequest.Builder. mergeFrom(GetRouteRequest other)
static GetRouteRequest.Builder
GetRouteRequest. newBuilder(GetRouteRequest prototype)
-
Uses of GetRouteRequest in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type GetRouteRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
DatastreamStub. getRouteCallable()
com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
GrpcDatastreamStub. getRouteCallable()
com.google.api.gax.rpc.UnaryCallable<GetRouteRequest,Route>
HttpJsonDatastreamStub. getRouteCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouteRequest,Route>
DatastreamStubSettings.Builder. getRouteSettings()
Returns the builder for the settings used for calls to getRoute.com.google.api.gax.rpc.UnaryCallSettings<GetRouteRequest,Route>
DatastreamStubSettings. getRouteSettings()
Returns the object with the settings used for calls to getRoute.
-