Uses of Class
com.google.type.Date
-
Packages that use Date Package Description com.google.type -
-
Uses of Date in com.google.type
Methods in com.google.type that return Date Modifier and Type Method Description Date
Date.Builder. build()
Date
Date.Builder. buildPartial()
static Date
Date. getDefaultInstance()
Date
Date.Builder. getDefaultInstanceForType()
Date
Date. getDefaultInstanceForType()
static Date
Date. parseDelimitedFrom(java.io.InputStream input)
static Date
Date. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Date
Date. parseFrom(byte[] data)
static Date
Date. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Date
Date. parseFrom(com.google.protobuf.ByteString data)
static Date
Date. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Date
Date. parseFrom(com.google.protobuf.CodedInputStream input)
static Date
Date. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Date
Date. parseFrom(java.io.InputStream input)
static Date
Date. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Date
Date. parseFrom(java.nio.ByteBuffer data)
static Date
Date. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.type that return types with arguments of type Date Modifier and Type Method Description com.google.protobuf.Parser<Date>
Date. getParserForType()
static com.google.protobuf.Parser<Date>
Date. parser()
Methods in com.google.type with parameters of type Date Modifier and Type Method Description Date.Builder
Date.Builder. mergeFrom(Date other)
static Date.Builder
Date. newBuilder(Date prototype)
-