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 LookupStreamObjectRequestLookupStreamObjectRequest.Builder. build()LookupStreamObjectRequestLookupStreamObjectRequest.Builder. buildPartial()static LookupStreamObjectRequestLookupStreamObjectRequest. getDefaultInstance()LookupStreamObjectRequestLookupStreamObjectRequest.Builder. getDefaultInstanceForType()LookupStreamObjectRequestLookupStreamObjectRequest. getDefaultInstanceForType()static LookupStreamObjectRequestLookupStreamObjectRequest. parseDelimitedFrom(InputStream input)static LookupStreamObjectRequestLookupStreamObjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(byte[] data)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(com.google.protobuf.ByteString data)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(InputStream input)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupStreamObjectRequestLookupStreamObjectRequest. parseFrom(ByteBuffer data)static LookupStreamObjectRequestLookupStreamObjectRequest. 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 StreamObjectDatastreamClient. lookupStreamObject(LookupStreamObjectRequest request)Use this method to look up a stream object by its source object identifier.default voidDatastreamGrpc.AsyncService. lookupStreamObject(LookupStreamObjectRequest request, io.grpc.stub.StreamObserver<StreamObject> responseObserver)Use this method to look up a stream object by its source object identifier.StreamObjectDatastreamGrpc.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.voidDatastreamGrpc.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.BuilderLookupStreamObjectRequest.Builder. mergeFrom(LookupStreamObjectRequest other)static LookupStreamObjectRequest.BuilderLookupStreamObjectRequest. 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.
-