Uses of Class
com.google.cloud.contentwarehouse.v1.PropertyDefinition.SchemaSource
-
Packages that use PropertyDefinition.SchemaSource Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of PropertyDefinition.SchemaSource in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return PropertyDefinition.SchemaSource Modifier and Type Method Description PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource.Builder. build()
PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource.Builder. buildPartial()
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. getDefaultInstance()
PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource.Builder. getDefaultInstanceForType()
PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. getDefaultInstanceForType()
PropertyDefinition.SchemaSource
PropertyDefinition.Builder. getSchemaSources(int index)
The mapping information between this property to another schema source.PropertyDefinition.SchemaSource
PropertyDefinition. getSchemaSources(int index)
The mapping information between this property to another schema source.PropertyDefinition.SchemaSource
PropertyDefinitionOrBuilder. getSchemaSources(int index)
The mapping information between this property to another schema source.static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseDelimitedFrom(InputStream input)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(byte[] data)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(com.google.protobuf.ByteString data)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(com.google.protobuf.CodedInputStream input)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(InputStream input)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(ByteBuffer data)
static PropertyDefinition.SchemaSource
PropertyDefinition.SchemaSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type PropertyDefinition.SchemaSource Modifier and Type Method Description com.google.protobuf.Parser<PropertyDefinition.SchemaSource>
PropertyDefinition.SchemaSource. getParserForType()
List<PropertyDefinition.SchemaSource>
PropertyDefinition.Builder. getSchemaSourcesList()
The mapping information between this property to another schema source.List<PropertyDefinition.SchemaSource>
PropertyDefinition. getSchemaSourcesList()
The mapping information between this property to another schema source.List<PropertyDefinition.SchemaSource>
PropertyDefinitionOrBuilder. getSchemaSourcesList()
The mapping information between this property to another schema source.static com.google.protobuf.Parser<PropertyDefinition.SchemaSource>
PropertyDefinition.SchemaSource. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type PropertyDefinition.SchemaSource Modifier and Type Method Description PropertyDefinition.Builder
PropertyDefinition.Builder. addSchemaSources(int index, PropertyDefinition.SchemaSource value)
The mapping information between this property to another schema source.PropertyDefinition.Builder
PropertyDefinition.Builder. addSchemaSources(PropertyDefinition.SchemaSource value)
The mapping information between this property to another schema source.PropertyDefinition.SchemaSource.Builder
PropertyDefinition.SchemaSource.Builder. mergeFrom(PropertyDefinition.SchemaSource other)
static PropertyDefinition.SchemaSource.Builder
PropertyDefinition.SchemaSource. newBuilder(PropertyDefinition.SchemaSource prototype)
PropertyDefinition.Builder
PropertyDefinition.Builder. setSchemaSources(int index, PropertyDefinition.SchemaSource value)
The mapping information between this property to another schema source.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type PropertyDefinition.SchemaSource Modifier and Type Method Description PropertyDefinition.Builder
PropertyDefinition.Builder. addAllSchemaSources(Iterable<? extends PropertyDefinition.SchemaSource> values)
The mapping information between this property to another schema source.
-