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 DeleteContentRequest
DeleteContentRequest.Builder. build()
DeleteContentRequest
DeleteContentRequest.Builder. buildPartial()
static DeleteContentRequest
DeleteContentRequest. getDefaultInstance()
DeleteContentRequest
DeleteContentRequest.Builder. getDefaultInstanceForType()
DeleteContentRequest
DeleteContentRequest. getDefaultInstanceForType()
static DeleteContentRequest
DeleteContentRequest. parseDelimitedFrom(InputStream input)
static DeleteContentRequest
DeleteContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContentRequest
DeleteContentRequest. parseFrom(byte[] data)
static DeleteContentRequest
DeleteContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContentRequest
DeleteContentRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteContentRequest
DeleteContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContentRequest
DeleteContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteContentRequest
DeleteContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContentRequest
DeleteContentRequest. parseFrom(InputStream input)
static DeleteContentRequest
DeleteContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContentRequest
DeleteContentRequest. parseFrom(ByteBuffer data)
static DeleteContentRequest
DeleteContentRequest. 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 void
ContentServiceClient. deleteContent(DeleteContentRequest request)
Delete a content.default void
ContentServiceGrpc.AsyncService. deleteContent(DeleteContentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a content.com.google.protobuf.Empty
ContentServiceGrpc.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.void
ContentServiceGrpc.ContentServiceStub. deleteContent(DeleteContentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a content.DeleteContentRequest.Builder
DeleteContentRequest.Builder. mergeFrom(DeleteContentRequest other)
static DeleteContentRequest.Builder
DeleteContentRequest. 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.
-