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