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