Uses of Class
com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
Packages that use Expr.CreateStruct.Builder
-
Uses of Expr.CreateStruct.Builder in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 with type parameters of type Expr.CreateStruct.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Expr.CreateStruct, Expr.CreateStruct.Builder, Expr.CreateStructOrBuilder> Expr.Builder.structExprBuilder_Methods in com.google.api.expr.v1alpha1 that return Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionExpr.CreateStruct.Builder.addAllEntries(Iterable<? extends Expr.CreateStruct.Entry> values) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(int index, Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.clear()Expr.CreateStruct.Builder.clearEntries()The entries in the creation expression.Expr.CreateStruct.Builder.clearMessageName()The type name of the message to be created, empty when creating map literals.Expr.Builder.getStructExprBuilder()A map or message creation expression.Expr.CreateStruct.Builder.mergeFrom(Expr.CreateStruct other) Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.Message other) static Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilder()static Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilder(Expr.CreateStruct prototype) Expr.CreateStruct.newBuilderForType()protected Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Expr.CreateStruct.Builder.removeEntries(int index) The entries in the creation expression.Expr.CreateStruct.Builder.setEntries(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.setEntries(int index, Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.setMessageName(String value) The type name of the message to be created, empty when creating map literals.Expr.CreateStruct.Builder.setMessageNameBytes(com.google.protobuf.ByteString value) The type name of the message to be created, empty when creating map literals.Expr.CreateStruct.toBuilder()Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Expr.CreateStruct, Expr.CreateStruct.Builder, Expr.CreateStructOrBuilder> Expr.Builder.getStructExprFieldBuilder()A map or message creation expression.Methods in com.google.api.expr.v1alpha1 with parameters of type Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionExpr.Builder.setStructExpr(Expr.CreateStruct.Builder builderForValue) A map or message creation expression.