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 DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest.Builder. build()
DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest.Builder. buildPartial()
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. getDefaultInstance()
DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest.Builder. getDefaultInstanceForType()
DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. getDefaultInstanceForType()
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseDelimitedFrom(InputStream input)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(byte[] data)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(InputStream input)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. parseFrom(ByteBuffer data)
static DeleteDocumentSchemaRequest
DeleteDocumentSchemaRequest. 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 void
DocumentSchemaServiceClient. deleteDocumentSchema(DeleteDocumentSchemaRequest request)
Deletes a document schema.default void
DocumentSchemaServiceGrpc.AsyncService. deleteDocumentSchema(DeleteDocumentSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a document schema.com.google.protobuf.Empty
DocumentSchemaServiceGrpc.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.void
DocumentSchemaServiceGrpc.DocumentSchemaServiceStub. deleteDocumentSchema(DeleteDocumentSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a document schema.DeleteDocumentSchemaRequest.Builder
DeleteDocumentSchemaRequest.Builder. mergeFrom(DeleteDocumentSchemaRequest other)
static DeleteDocumentSchemaRequest.Builder
DeleteDocumentSchemaRequest. 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.
-