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