Uses of Class
com.google.api.expr.v1alpha1.Decl
-
Packages that use Decl Package Description com.google.api.expr.v1alpha1 -
-
Uses of Decl in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Decl Modifier and Type Field Description private static Decl
Decl. DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Decl Modifier and Type Field Description private static com.google.protobuf.Parser<Decl>
Decl. PARSER
Methods in com.google.api.expr.v1alpha1 that return Decl Modifier and Type Method Description Decl
Decl.Builder. build()
Decl
Decl.Builder. buildPartial()
static Decl
Decl. getDefaultInstance()
Decl
Decl.Builder. getDefaultInstanceForType()
Decl
Decl. getDefaultInstanceForType()
static Decl
Decl. parseDelimitedFrom(java.io.InputStream input)
static Decl
Decl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(byte[] data)
static Decl
Decl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(com.google.protobuf.ByteString data)
static Decl
Decl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(com.google.protobuf.CodedInputStream input)
static Decl
Decl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(java.io.InputStream input)
static Decl
Decl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(java.nio.ByteBuffer data)
static Decl
Decl. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Decl Modifier and Type Method Description com.google.protobuf.Parser<Decl>
Decl. getParserForType()
static com.google.protobuf.Parser<Decl>
Decl. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Decl Modifier and Type Method Description private void
Decl.Builder. buildPartial0(Decl result)
private void
Decl.Builder. buildPartialOneofs(Decl result)
Decl.Builder
Decl.Builder. mergeFrom(Decl other)
static Decl.Builder
Decl. newBuilder(Decl prototype)
-