Send feedback
Class CloudAIDocumentOption (0.72.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class CloudAIDocumentOption extends GeneratedMessageV3 implements CloudAIDocumentOptionOrBuilder
Request Option for processing Cloud AI Document in CW Document.
Protobuf type google.cloud.contentwarehouse.v1.CloudAIDocumentOption
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CUSTOMIZED_ENTITIES_PROPERTIES_CONVERSIONS_FIELD_NUMBER
public static final int CUSTOMIZED_ENTITIES_PROPERTIES_CONVERSIONS_FIELD_NUMBER
Field Value
Type
Description
int
ENABLE_ENTITIES_CONVERSIONS_FIELD_NUMBER
public static final int ENABLE_ENTITIES_CONVERSIONS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CloudAIDocumentOption getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CloudAIDocumentOption . Builder newBuilder ()
newBuilder(CloudAIDocumentOption prototype)
public static CloudAIDocumentOption . Builder newBuilder ( CloudAIDocumentOption prototype )
parseDelimitedFrom(InputStream input)
public static CloudAIDocumentOption parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CloudAIDocumentOption parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CloudAIDocumentOption parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static CloudAIDocumentOption parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static CloudAIDocumentOption parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CloudAIDocumentOption parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudAIDocumentOption parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CloudAIDocumentOption> parser ()
Methods
containsCustomizedEntitiesPropertiesConversions(String key)
public boolean containsCustomizedEntitiesPropertiesConversions ( String key )
If set, only selected entities will be converted to properties.
map<string, string> customized_entities_properties_conversions = 2;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCustomizedEntitiesPropertiesConversions() (deprecated)
public Map<String , String > getCustomizedEntitiesPropertiesConversions ()
getCustomizedEntitiesPropertiesConversionsCount()
public int getCustomizedEntitiesPropertiesConversionsCount ()
If set, only selected entities will be converted to properties.
map<string, string> customized_entities_properties_conversions = 2;
Returns
Type
Description
int
getCustomizedEntitiesPropertiesConversionsMap()
public Map<String , String > getCustomizedEntitiesPropertiesConversionsMap ()
If set, only selected entities will be converted to properties.
map<string, string> customized_entities_properties_conversions = 2;
getCustomizedEntitiesPropertiesConversionsOrDefault(String key, String defaultValue)
public String getCustomizedEntitiesPropertiesConversionsOrDefault ( String key , String defaultValue )
If set, only selected entities will be converted to properties.
map<string, string> customized_entities_properties_conversions = 2;
Returns
Type
Description
String
getCustomizedEntitiesPropertiesConversionsOrThrow(String key)
public String getCustomizedEntitiesPropertiesConversionsOrThrow ( String key )
If set, only selected entities will be converted to properties.
map<string, string> customized_entities_properties_conversions = 2;
Parameter
Name
Description
key
String
Returns
Type
Description
String
getDefaultInstanceForType()
public CloudAIDocumentOption getDefaultInstanceForType ()
getEnableEntitiesConversions()
public boolean getEnableEntitiesConversions ()
Whether to convert all the entities to properties.
bool enable_entities_conversions = 1;
Returns
Type
Description
boolean
The enableEntitiesConversions.
getParserForType()
public Parser<CloudAIDocumentOption> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CloudAIDocumentOption . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudAIDocumentOption . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CloudAIDocumentOption . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]