Uses of Class
com.google.cloud.contentwarehouse.v1.DeleteDocumentSchemaRequest
-
Packages that use DeleteDocumentSchemaRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DeleteDocumentSchemaRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DeleteDocumentSchemaRequest Modifier and Type Method Description DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest.Builder. build()DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest.Builder. buildPartial()static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. getDefaultInstance()DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest.Builder. getDefaultInstanceForType()DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. getDefaultInstanceForType()static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseDelimitedFrom(InputStream input)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(byte[] data)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(InputStream input)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(ByteBuffer data)static DeleteDocumentSchemaRequestDeleteDocumentSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DeleteDocumentSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceClient. deleteDocumentSchemaCallable()Deletes a document schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceSettings.Builder. deleteDocumentSchemaSettings()Returns the builder for the settings used for calls to deleteDocumentSchema.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceSettings. deleteDocumentSchemaSettings()Returns the object with the settings used for calls to deleteDocumentSchema.static io.grpc.MethodDescriptor<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceGrpc. getDeleteDocumentSchemaMethod()com.google.protobuf.Parser<DeleteDocumentSchemaRequest>DeleteDocumentSchemaRequest. getParserForType()static com.google.protobuf.Parser<DeleteDocumentSchemaRequest>DeleteDocumentSchemaRequest. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DeleteDocumentSchemaRequest Modifier and Type Method Description voidDocumentSchemaServiceClient. deleteDocumentSchema(DeleteDocumentSchemaRequest request)Deletes a document schema.default voidDocumentSchemaServiceGrpc.AsyncService. deleteDocumentSchema(DeleteDocumentSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a document schema.com.google.protobuf.EmptyDocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub. deleteDocumentSchema(DeleteDocumentSchemaRequest request)Deletes a document schema.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub. deleteDocumentSchema(DeleteDocumentSchemaRequest request)Deletes a document schema.voidDocumentSchemaServiceGrpc.DocumentSchemaServiceStub. deleteDocumentSchema(DeleteDocumentSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a document schema.DeleteDocumentSchemaRequest.BuilderDeleteDocumentSchemaRequest.Builder. mergeFrom(DeleteDocumentSchemaRequest other)static DeleteDocumentSchemaRequest.BuilderDeleteDocumentSchemaRequest. newBuilder(DeleteDocumentSchemaRequest prototype) -
Uses of DeleteDocumentSchemaRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DeleteDocumentSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceStub. deleteDocumentSchemaCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>GrpcDocumentSchemaServiceStub. deleteDocumentSchemaCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>HttpJsonDocumentSchemaServiceStub. deleteDocumentSchemaCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceStubSettings.Builder. deleteDocumentSchemaSettings()Returns the builder for the settings used for calls to deleteDocumentSchema.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentSchemaRequest,com.google.protobuf.Empty>DocumentSchemaServiceStubSettings. deleteDocumentSchemaSettings()Returns the object with the settings used for calls to deleteDocumentSchema.
-