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 GetRouteRequestGetRouteRequest.Builder. build()GetRouteRequestGetRouteRequest.Builder. buildPartial()static GetRouteRequestGetRouteRequest. getDefaultInstance()GetRouteRequestGetRouteRequest.Builder. getDefaultInstanceForType()GetRouteRequestGetRouteRequest. getDefaultInstanceForType()static GetRouteRequestGetRouteRequest. parseDelimitedFrom(InputStream input)static GetRouteRequestGetRouteRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(byte[] data)static GetRouteRequestGetRouteRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.ByteString data)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRouteRequestGetRouteRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(InputStream input)static GetRouteRequestGetRouteRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRouteRequestGetRouteRequest. parseFrom(ByteBuffer data)static GetRouteRequestGetRouteRequest. 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 RouteDatastreamClient. getRoute(GetRouteRequest request)Use this method to get details about a route.default voidDatastreamGrpc.AsyncService. getRoute(GetRouteRequest request, io.grpc.stub.StreamObserver<Route> responseObserver)Use this method to get details about a route.RouteDatastreamGrpc.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.voidDatastreamGrpc.DatastreamStub. getRoute(GetRouteRequest request, io.grpc.stub.StreamObserver<Route> responseObserver)Use this method to get details about a route.GetRouteRequest.BuilderGetRouteRequest.Builder. mergeFrom(GetRouteRequest other)static GetRouteRequest.BuilderGetRouteRequest. 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.
-