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