Uses of Class
com.google.cloud.contentwarehouse.v1.PropertyArray
-
Packages that use PropertyArray Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of PropertyArray in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return PropertyArray Modifier and Type Method Description PropertyArray
PropertyArray.Builder. build()
PropertyArray
PropertyArray.Builder. buildPartial()
static PropertyArray
PropertyArray. getDefaultInstance()
PropertyArray
PropertyArray.Builder. getDefaultInstanceForType()
PropertyArray
PropertyArray. getDefaultInstanceForType()
PropertyArray
Property.Builder. getPropertyValues()
Nested structured data property values.PropertyArray
Property. getPropertyValues()
Nested structured data property values.PropertyArray
PropertyOrBuilder. getPropertyValues()
Nested structured data property values.static PropertyArray
PropertyArray. parseDelimitedFrom(InputStream input)
static PropertyArray
PropertyArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyArray
PropertyArray. parseFrom(byte[] data)
static PropertyArray
PropertyArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyArray
PropertyArray. parseFrom(com.google.protobuf.ByteString data)
static PropertyArray
PropertyArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyArray
PropertyArray. parseFrom(com.google.protobuf.CodedInputStream input)
static PropertyArray
PropertyArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyArray
PropertyArray. parseFrom(InputStream input)
static PropertyArray
PropertyArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyArray
PropertyArray. parseFrom(ByteBuffer data)
static PropertyArray
PropertyArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type PropertyArray Modifier and Type Method Description com.google.protobuf.Parser<PropertyArray>
PropertyArray. getParserForType()
static com.google.protobuf.Parser<PropertyArray>
PropertyArray. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type PropertyArray Modifier and Type Method Description PropertyArray.Builder
PropertyArray.Builder. mergeFrom(PropertyArray other)
Property.Builder
Property.Builder. mergePropertyValues(PropertyArray value)
Nested structured data property values.static PropertyArray.Builder
PropertyArray. newBuilder(PropertyArray prototype)
Property.Builder
Property.Builder. setPropertyValues(PropertyArray value)
Nested structured data property values.
-