Uses of Class
com.google.api.expr.v1alpha1.Decl.Builder
Packages that use Decl.Builder
-
Uses of Decl.Builder in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return Decl.BuilderModifier and TypeMethodDescriptionDecl.Builder.clear()
Decl.Builder.clearDeclKind()
Decl.Builder.clearFunction()
Function declaration.Decl.Builder.clearIdent()
Identifier declaration.Decl.Builder.clearName()
The fully qualified name of the declaration.Decl.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Decl.Builder.mergeFrom
(com.google.protobuf.Message other) Decl.Builder.mergeFunction
(Decl.FunctionDecl value) Function declaration.Decl.Builder.mergeIdent
(Decl.IdentDecl value) Identifier declaration.static Decl.Builder
Decl.newBuilder()
static Decl.Builder
Decl.newBuilder
(Decl prototype) Decl.newBuilderForType()
protected Decl.Builder
Decl.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Decl.Builder.setFunction
(Decl.FunctionDecl value) Function declaration.Decl.Builder.setFunction
(Decl.FunctionDecl.Builder builderForValue) Function declaration.Decl.Builder.setIdent
(Decl.IdentDecl value) Identifier declaration.Decl.Builder.setIdent
(Decl.IdentDecl.Builder builderForValue) Identifier declaration.The fully qualified name of the declaration.Decl.Builder.setNameBytes
(com.google.protobuf.ByteString value) The fully qualified name of the declaration.Decl.toBuilder()