Uses of Class
com.google.cloud.contentwarehouse.v1.Value
-
Packages that use Value Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Value in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Value Modifier and Type Method Description Value
Value.Builder. build()
Value
Value.Builder. buildPartial()
static Value
Value. getDefaultInstance()
Value
Value.Builder. getDefaultInstanceForType()
Value
Value. getDefaultInstanceForType()
Value
MapProperty.Builder. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value
MapProperty. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value
MapPropertyOrBuilder. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value
MapProperty.Builder. getFieldsOrThrow(String key)
Unordered map of dynamically typed values.Value
MapProperty. getFieldsOrThrow(String key)
Unordered map of dynamically typed values.Value
MapPropertyOrBuilder. getFieldsOrThrow(String key)
Unordered map of dynamically typed values.static Value
Value. parseDelimitedFrom(InputStream input)
static Value
Value. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(byte[] data)
static Value
Value. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.ByteString data)
static Value
Value. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(InputStream input)
static Value
Value. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(ByteBuffer data)
static Value
Value. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>
MapProperty.Builder. getFields()
Deprecated.Map<String,Value>
MapProperty. getFields()
Deprecated.Map<String,Value>
MapPropertyOrBuilder. getFields()
Deprecated.Map<String,Value>
MapProperty.Builder. getFieldsMap()
Unordered map of dynamically typed values.Map<String,Value>
MapProperty. getFieldsMap()
Unordered map of dynamically typed values.Map<String,Value>
MapPropertyOrBuilder. getFieldsMap()
Unordered map of dynamically typed values.Map<String,Value>
MapProperty.Builder. getMutableFields()
Deprecated.com.google.protobuf.Parser<Value>
Value. getParserForType()
static com.google.protobuf.Parser<Value>
Value. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type Value Modifier and Type Method Description Value
MapProperty.Builder. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value
MapProperty. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value
MapPropertyOrBuilder. getFieldsOrDefault(String key, Value defaultValue)
Unordered map of dynamically typed values.Value.Builder
Value.Builder. mergeFrom(Value other)
static Value.Builder
Value. newBuilder(Value prototype)
MapProperty.Builder
MapProperty.Builder. putFields(String key, Value value)
Unordered map of dynamically typed values.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type Value Modifier and Type Method Description MapProperty.Builder
MapProperty.Builder. putAllFields(Map<String,Value> values)
Unordered map of dynamically typed values.
-