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