Uses of Class
com.google.cloud.contentwarehouse.v1.TimestampValue
-
Packages that use TimestampValue Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of TimestampValue in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return TimestampValue Modifier and Type Method Description TimestampValue
TimestampValue.Builder. build()
TimestampValue
TimestampValue.Builder. buildPartial()
static TimestampValue
TimestampValue. getDefaultInstance()
TimestampValue
TimestampValue.Builder. getDefaultInstanceForType()
TimestampValue
TimestampValue. getDefaultInstanceForType()
TimestampValue
Value.Builder. getTimestampValue()
Represents a timestamp value.TimestampValue
Value. getTimestampValue()
Represents a timestamp value.TimestampValue
ValueOrBuilder. getTimestampValue()
Represents a timestamp value.TimestampValue
TimestampArray.Builder. getValues(int index)
List of timestamp values.TimestampValue
TimestampArray. getValues(int index)
List of timestamp values.TimestampValue
TimestampArrayOrBuilder. getValues(int index)
List of timestamp values.static TimestampValue
TimestampValue. parseDelimitedFrom(InputStream input)
static TimestampValue
TimestampValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampValue
TimestampValue. parseFrom(byte[] data)
static TimestampValue
TimestampValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampValue
TimestampValue. parseFrom(com.google.protobuf.ByteString data)
static TimestampValue
TimestampValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampValue
TimestampValue. parseFrom(com.google.protobuf.CodedInputStream input)
static TimestampValue
TimestampValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampValue
TimestampValue. parseFrom(InputStream input)
static TimestampValue
TimestampValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampValue
TimestampValue. parseFrom(ByteBuffer data)
static TimestampValue
TimestampValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type TimestampValue Modifier and Type Method Description com.google.protobuf.Parser<TimestampValue>
TimestampValue. getParserForType()
List<TimestampValue>
TimestampArray.Builder. getValuesList()
List of timestamp values.List<TimestampValue>
TimestampArray. getValuesList()
List of timestamp values.List<TimestampValue>
TimestampArrayOrBuilder. getValuesList()
List of timestamp values.static com.google.protobuf.Parser<TimestampValue>
TimestampValue. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type TimestampValue Modifier and Type Method Description TimestampArray.Builder
TimestampArray.Builder. addValues(int index, TimestampValue value)
List of timestamp values.TimestampArray.Builder
TimestampArray.Builder. addValues(TimestampValue value)
List of timestamp values.TimestampValue.Builder
TimestampValue.Builder. mergeFrom(TimestampValue other)
Value.Builder
Value.Builder. mergeTimestampValue(TimestampValue value)
Represents a timestamp value.static TimestampValue.Builder
TimestampValue. newBuilder(TimestampValue prototype)
Value.Builder
Value.Builder. setTimestampValue(TimestampValue value)
Represents a timestamp value.TimestampArray.Builder
TimestampArray.Builder. setValues(int index, TimestampValue value)
List of timestamp values.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type TimestampValue Modifier and Type Method Description TimestampArray.Builder
TimestampArray.Builder. addAllValues(Iterable<? extends TimestampValue> values)
List of timestamp values.
-