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 UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest.Builder. build()
UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest.Builder. buildPartial()
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. getDefaultInstance()
UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest.Builder. getDefaultInstanceForType()
UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. getDefaultInstanceForType()
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseDelimitedFrom(InputStream input)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(byte[] data)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(InputStream input)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. parseFrom(ByteBuffer data)
static UpdateDocumentSchemaRequest
UpdateDocumentSchemaRequest. 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.Builder
UpdateDocumentSchemaRequest.Builder. mergeFrom(UpdateDocumentSchemaRequest other)
static UpdateDocumentSchemaRequest.Builder
UpdateDocumentSchemaRequest. newBuilder(UpdateDocumentSchemaRequest prototype)
DocumentSchema
DocumentSchemaServiceClient. updateDocumentSchema(UpdateDocumentSchemaRequest request)
Updates a Document Schema.default void
DocumentSchemaServiceGrpc.AsyncService. updateDocumentSchema(UpdateDocumentSchemaRequest request, io.grpc.stub.StreamObserver<DocumentSchema> responseObserver)
Updates a Document Schema.DocumentSchema
DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub. updateDocumentSchema(UpdateDocumentSchemaRequest request)
Updates a Document Schema.com.google.common.util.concurrent.ListenableFuture<DocumentSchema>
DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub. updateDocumentSchema(UpdateDocumentSchemaRequest request)
Updates a Document Schema.void
DocumentSchemaServiceGrpc.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.
-