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 PropertyProperty.Builder. build()PropertyProperty.Builder. buildPartial()static PropertyProperty. getDefaultInstance()PropertyProperty.Builder. getDefaultInstanceForType()PropertyProperty. getDefaultInstanceForType()PropertyDocument.Builder. getProperties(int index)List of values that are user supplied metadata.PropertyDocument. getProperties(int index)List of values that are user supplied metadata.PropertyDocumentOrBuilder. getProperties(int index)List of values that are user supplied metadata.PropertyPropertyArray.Builder. getProperties(int index)List of property values.PropertyPropertyArray. getProperties(int index)List of property values.PropertyPropertyArrayOrBuilder. getProperties(int index)List of property values.static PropertyProperty. parseDelimitedFrom(InputStream input)static PropertyProperty. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(byte[] data)static PropertyProperty. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(com.google.protobuf.ByteString data)static PropertyProperty. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(com.google.protobuf.CodedInputStream input)static PropertyProperty. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(InputStream input)static PropertyProperty. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(ByteBuffer data)static PropertyProperty. 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.BuilderDocument.Builder. addProperties(int index, Property value)List of values that are user supplied metadata.Document.BuilderDocument.Builder. addProperties(Property value)List of values that are user supplied metadata.PropertyArray.BuilderPropertyArray.Builder. addProperties(int index, Property value)List of property values.PropertyArray.BuilderPropertyArray.Builder. addProperties(Property value)List of property values.Property.BuilderProperty.Builder. mergeFrom(Property other)static Property.BuilderProperty. newBuilder(Property prototype)Document.BuilderDocument.Builder. setProperties(int index, Property value)List of values that are user supplied metadata.PropertyArray.BuilderPropertyArray.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.BuilderDocument.Builder. addAllProperties(Iterable<? extends Property> values)List of values that are user supplied metadata.PropertyArray.BuilderPropertyArray.Builder. addAllProperties(Iterable<? extends Property> values)List of property values.
-