Uses of Class
com.google.cloud.contentwarehouse.v1.Property
-
Packages that use Property Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Property in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Property Modifier and Type Method Description Property
Property.Builder. build()
Property
Property.Builder. buildPartial()
static Property
Property. getDefaultInstance()
Property
Property.Builder. getDefaultInstanceForType()
Property
Property. getDefaultInstanceForType()
Property
Document.Builder. getProperties(int index)
List of values that are user supplied metadata.Property
Document. getProperties(int index)
List of values that are user supplied metadata.Property
DocumentOrBuilder. getProperties(int index)
List of values that are user supplied metadata.Property
PropertyArray.Builder. getProperties(int index)
List of property values.Property
PropertyArray. getProperties(int index)
List of property values.Property
PropertyArrayOrBuilder. getProperties(int index)
List of property values.static Property
Property. parseDelimitedFrom(InputStream input)
static Property
Property. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(byte[] data)
static Property
Property. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(com.google.protobuf.ByteString data)
static Property
Property. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(com.google.protobuf.CodedInputStream input)
static Property
Property. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(InputStream input)
static Property
Property. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(ByteBuffer data)
static Property
Property. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type Property Modifier and Type Method Description com.google.protobuf.Parser<Property>
Property. getParserForType()
List<Property>
Document.Builder. getPropertiesList()
List of values that are user supplied metadata.List<Property>
Document. getPropertiesList()
List of values that are user supplied metadata.List<Property>
DocumentOrBuilder. getPropertiesList()
List of values that are user supplied metadata.List<Property>
PropertyArray.Builder. getPropertiesList()
List of property values.List<Property>
PropertyArray. getPropertiesList()
List of property values.List<Property>
PropertyArrayOrBuilder. getPropertiesList()
List of property values.static com.google.protobuf.Parser<Property>
Property. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type Property Modifier and Type Method Description Document.Builder
Document.Builder. addProperties(int index, Property value)
List of values that are user supplied metadata.Document.Builder
Document.Builder. addProperties(Property value)
List of values that are user supplied metadata.PropertyArray.Builder
PropertyArray.Builder. addProperties(int index, Property value)
List of property values.PropertyArray.Builder
PropertyArray.Builder. addProperties(Property value)
List of property values.Property.Builder
Property.Builder. mergeFrom(Property other)
static Property.Builder
Property. newBuilder(Property prototype)
Document.Builder
Document.Builder. setProperties(int index, Property value)
List of values that are user supplied metadata.PropertyArray.Builder
PropertyArray.Builder. setProperties(int index, Property value)
List of property values.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type Property Modifier and Type Method Description Document.Builder
Document.Builder. addAllProperties(Iterable<? extends Property> values)
List of values that are user supplied metadata.PropertyArray.Builder
PropertyArray.Builder. addAllProperties(Iterable<? extends Property> values)
List of property values.
-