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