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