Uses of Class
com.google.cloud.dataplex.v1.DeleteContentRequest
-
Packages that use DeleteContentRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DeleteContentRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DeleteContentRequest Modifier and Type Method Description DeleteContentRequestDeleteContentRequest.Builder. build()DeleteContentRequestDeleteContentRequest.Builder. buildPartial()static DeleteContentRequestDeleteContentRequest. getDefaultInstance()DeleteContentRequestDeleteContentRequest.Builder. getDefaultInstanceForType()DeleteContentRequestDeleteContentRequest. getDefaultInstanceForType()static DeleteContentRequestDeleteContentRequest. parseDelimitedFrom(InputStream input)static DeleteContentRequestDeleteContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteContentRequestDeleteContentRequest. parseFrom(byte[] data)static DeleteContentRequestDeleteContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteContentRequestDeleteContentRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteContentRequestDeleteContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteContentRequestDeleteContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteContentRequestDeleteContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteContentRequestDeleteContentRequest. parseFrom(InputStream input)static DeleteContentRequestDeleteContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteContentRequestDeleteContentRequest. parseFrom(ByteBuffer data)static DeleteContentRequestDeleteContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DeleteContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceClient. deleteContentCallable()Delete a content.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceSettings.Builder. deleteContentSettings()Returns the builder for the settings used for calls to deleteContent.com.google.api.gax.rpc.UnaryCallSettings<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceSettings. deleteContentSettings()Returns the object with the settings used for calls to deleteContent.static io.grpc.MethodDescriptor<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceGrpc. getDeleteContentMethod()com.google.protobuf.Parser<DeleteContentRequest>DeleteContentRequest. getParserForType()static com.google.protobuf.Parser<DeleteContentRequest>DeleteContentRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type DeleteContentRequest Modifier and Type Method Description voidContentServiceClient. deleteContent(DeleteContentRequest request)Delete a content.default voidContentServiceGrpc.AsyncService. deleteContent(DeleteContentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete a content.com.google.protobuf.EmptyContentServiceGrpc.ContentServiceBlockingStub. deleteContent(DeleteContentRequest request)Delete a content.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>ContentServiceGrpc.ContentServiceFutureStub. deleteContent(DeleteContentRequest request)Delete a content.voidContentServiceGrpc.ContentServiceStub. deleteContent(DeleteContentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete a content.DeleteContentRequest.BuilderDeleteContentRequest.Builder. mergeFrom(DeleteContentRequest other)static DeleteContentRequest.BuilderDeleteContentRequest. newBuilder(DeleteContentRequest prototype) -
Uses of DeleteContentRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DeleteContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceStub. deleteContentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteContentRequest,com.google.protobuf.Empty>GrpcContentServiceStub. deleteContentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteContentRequest,com.google.protobuf.Empty>HttpJsonContentServiceStub. deleteContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceStubSettings.Builder. deleteContentSettings()Returns the builder for the settings used for calls to deleteContent.com.google.api.gax.rpc.UnaryCallSettings<DeleteContentRequest,com.google.protobuf.Empty>ContentServiceStubSettings. deleteContentSettings()Returns the object with the settings used for calls to deleteContent.
-