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