Uses of Class
com.google.cloud.datastream.v1alpha1.UpdateStreamRequest
-
Packages that use UpdateStreamRequest Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of UpdateStreamRequest in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return UpdateStreamRequest Modifier and Type Method Description UpdateStreamRequestUpdateStreamRequest.Builder. build()UpdateStreamRequestUpdateStreamRequest.Builder. buildPartial()static UpdateStreamRequestUpdateStreamRequest. getDefaultInstance()UpdateStreamRequestUpdateStreamRequest.Builder. getDefaultInstanceForType()UpdateStreamRequestUpdateStreamRequest. getDefaultInstanceForType()static UpdateStreamRequestUpdateStreamRequest. parseDelimitedFrom(InputStream input)static UpdateStreamRequestUpdateStreamRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateStreamRequestUpdateStreamRequest. parseFrom(byte[] data)static UpdateStreamRequestUpdateStreamRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateStreamRequestUpdateStreamRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateStreamRequestUpdateStreamRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateStreamRequestUpdateStreamRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateStreamRequestUpdateStreamRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateStreamRequestUpdateStreamRequest. parseFrom(InputStream input)static UpdateStreamRequestUpdateStreamRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateStreamRequestUpdateStreamRequest. parseFrom(ByteBuffer data)static UpdateStreamRequestUpdateStreamRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 with parameters of type UpdateStreamRequest Modifier and Type Method Description UpdateStreamRequest.BuilderUpdateStreamRequest.Builder. mergeFrom(UpdateStreamRequest other)static UpdateStreamRequest.BuilderUpdateStreamRequest. newBuilder(UpdateStreamRequest prototype)default voidDatastreamGrpc.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.OperationDatastreamGrpc.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.voidDatastreamGrpc.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.v1alpha1.stub
Methods in com.google.cloud.datastream.v1alpha1.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.
-