Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.addAllEntries(java.lang.Iterable<? extends Expr.CreateStruct.Entry> values) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.addEntries(int index,
Expr.CreateStruct.Entry value) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.addEntries(int index,
Expr.CreateStruct.Entry.Builder builderForValue) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry value) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry.Builder builderForValue) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.clear() |
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.clearEntries() |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.clearMessageName() |
The type name of the message to be created, empty when creating map
literals.
|
Expr.CreateStruct.Builder |
Expr.Builder.getStructExprBuilder() |
A map or message creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.mergeFrom(Expr.CreateStruct other) |
|
static Expr.CreateStruct.Builder |
Expr.CreateStruct.newBuilder() |
|
static Expr.CreateStruct.Builder |
Expr.CreateStruct.newBuilder(Expr.CreateStruct prototype) |
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.newBuilderForType() |
|
protected Expr.CreateStruct.Builder |
Expr.CreateStruct.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.removeEntries(int index) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.setEntries(int index,
Expr.CreateStruct.Entry value) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.setEntries(int index,
Expr.CreateStruct.Entry.Builder builderForValue) |
The entries in the creation expression.
|
Expr.CreateStruct.Builder |
Expr.CreateStruct.Builder.setMessageName(java.lang.String value) |
The type name of the message to be created, empty when creating map
literals.
|
Expr.CreateStruct.Builder |
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.Builder |
Expr.CreateStruct.toBuilder() |
|