Uses of Class
com.google.cloud.contentwarehouse.v1.UpdateOptions
-
Packages that use UpdateOptions Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of UpdateOptions in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return UpdateOptions Modifier and Type Method Description UpdateOptions
UpdateOptions.Builder. build()
UpdateOptions
UpdateOptions.Builder. buildPartial()
static UpdateOptions
UpdateOptions. getDefaultInstance()
UpdateOptions
UpdateOptions.Builder. getDefaultInstanceForType()
UpdateOptions
UpdateOptions. getDefaultInstanceForType()
UpdateOptions
UpdateDocumentRequest.Builder. getUpdateOptions()
Options for the update operation.UpdateOptions
UpdateDocumentRequest. getUpdateOptions()
Options for the update operation.UpdateOptions
UpdateDocumentRequestOrBuilder. getUpdateOptions()
Options for the update operation.static UpdateOptions
UpdateOptions. parseDelimitedFrom(InputStream input)
static UpdateOptions
UpdateOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOptions
UpdateOptions. parseFrom(byte[] data)
static UpdateOptions
UpdateOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOptions
UpdateOptions. parseFrom(com.google.protobuf.ByteString data)
static UpdateOptions
UpdateOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOptions
UpdateOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateOptions
UpdateOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOptions
UpdateOptions. parseFrom(InputStream input)
static UpdateOptions
UpdateOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOptions
UpdateOptions. parseFrom(ByteBuffer data)
static UpdateOptions
UpdateOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type UpdateOptions Modifier and Type Method Description com.google.protobuf.Parser<UpdateOptions>
UpdateOptions. getParserForType()
static com.google.protobuf.Parser<UpdateOptions>
UpdateOptions. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type UpdateOptions Modifier and Type Method Description UpdateOptions.Builder
UpdateOptions.Builder. mergeFrom(UpdateOptions other)
UpdateDocumentRequest.Builder
UpdateDocumentRequest.Builder. mergeUpdateOptions(UpdateOptions value)
Options for the update operation.static UpdateOptions.Builder
UpdateOptions. newBuilder(UpdateOptions prototype)
UpdateDocumentRequest.Builder
UpdateDocumentRequest.Builder. setUpdateOptions(UpdateOptions value)
Options for the update operation.
-