Uses of Interface
com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Packages that use Decl.IdentDeclOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of Decl.IdentDeclOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement Decl.IdentDeclOrBuilder Modifier and Type Class Description static class
Decl.IdentDecl
Identifier declaration which specifies its type and optional `Expr` value.static class
Decl.IdentDecl.Builder
Identifier declaration which specifies its type and optional `Expr` value.Fields in com.google.api.expr.v1alpha1 with type parameters of type Decl.IdentDeclOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Decl.IdentDecl,Decl.IdentDecl.Builder,Decl.IdentDeclOrBuilder>
Decl.Builder. identBuilder_
Methods in com.google.api.expr.v1alpha1 that return Decl.IdentDeclOrBuilder Modifier and Type Method Description Decl.IdentDeclOrBuilder
Decl.Builder. getIdentOrBuilder()
Identifier declaration.Decl.IdentDeclOrBuilder
Decl. getIdentOrBuilder()
Identifier declaration.Decl.IdentDeclOrBuilder
DeclOrBuilder. getIdentOrBuilder()
Identifier declaration.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Decl.IdentDeclOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Decl.IdentDecl,Decl.IdentDecl.Builder,Decl.IdentDeclOrBuilder>
Decl.Builder. getIdentFieldBuilder()
Identifier declaration.
-