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