Uses of Class
dev.cel.expr.Expr.CreateStruct.Entry
Packages that use Expr.CreateStruct.Entry
-
Uses of Expr.CreateStruct.Entry in dev.cel.expr
Fields in dev.cel.expr declared as Expr.CreateStruct.EntryModifier and TypeFieldDescriptionprivate static final Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.DEFAULT_INSTANCE
Fields in dev.cel.expr with type parameters of type Expr.CreateStruct.EntryModifier and TypeFieldDescriptionprivate List
<Expr.CreateStruct.Entry> Expr.CreateStruct.Builder.entries_
private List
<Expr.CreateStruct.Entry> Expr.CreateStruct.entries_
private com.google.protobuf.RepeatedFieldBuilder
<Expr.CreateStruct.Entry, Expr.CreateStruct.Entry.Builder, Expr.CreateStruct.EntryOrBuilder> Expr.CreateStruct.Builder.entriesBuilder_
private static final com.google.protobuf.Parser
<Expr.CreateStruct.Entry> Expr.CreateStruct.Entry.PARSER
Methods in dev.cel.expr that return Expr.CreateStruct.EntryModifier and TypeMethodDescriptionExpr.CreateStruct.Entry.Builder.build()
Expr.CreateStruct.Entry.Builder.buildPartial()
static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.getDefaultInstance()
Expr.CreateStruct.Entry.Builder.getDefaultInstanceForType()
Expr.CreateStruct.Entry.getDefaultInstanceForType()
Expr.CreateStruct.Builder.getEntries
(int index) The entries in the creation expression.Expr.CreateStruct.getEntries
(int index) The entries in the creation expression.Expr.CreateStructOrBuilder.getEntries
(int index) The entries in the creation expression.static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseDelimitedFrom
(InputStream input) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(byte[] data) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(com.google.protobuf.ByteString data) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(com.google.protobuf.CodedInputStream input) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(InputStream input) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(ByteBuffer data) static Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type Expr.CreateStruct.EntryModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Expr.CreateStruct.Entry, Expr.CreateStruct.Entry.Builder, Expr.CreateStruct.EntryOrBuilder> Expr.CreateStruct.Builder.getEntriesFieldBuilder()
Expr.CreateStruct.Builder.getEntriesList()
The entries in the creation expression.Expr.CreateStruct.getEntriesList()
The entries in the creation expression.Expr.CreateStructOrBuilder.getEntriesList()
The entries in the creation expression.com.google.protobuf.Parser
<Expr.CreateStruct.Entry> Expr.CreateStruct.Entry.getParserForType()
static com.google.protobuf.Parser
<Expr.CreateStruct.Entry> Expr.CreateStruct.Entry.parser()
Methods in dev.cel.expr with parameters of type Expr.CreateStruct.EntryModifier and TypeMethodDescriptionExpr.CreateStruct.Builder.addEntries
(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries
(Expr.CreateStruct.Entry value) The entries in the creation expression.private void
Expr.CreateStruct.Entry.Builder.buildPartial0
(Expr.CreateStruct.Entry result) private void
Expr.CreateStruct.Entry.Builder.buildPartialOneofs
(Expr.CreateStruct.Entry result) Expr.CreateStruct.Entry.Builder.mergeFrom
(Expr.CreateStruct.Entry other) Expr.CreateStruct.Entry.newBuilder
(Expr.CreateStruct.Entry prototype) Expr.CreateStruct.Builder.setEntries
(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Method parameters in dev.cel.expr with type arguments of type Expr.CreateStruct.EntryModifier and TypeMethodDescriptionExpr.CreateStruct.Builder.addAllEntries
(Iterable<? extends Expr.CreateStruct.Entry> values) The entries in the creation expression.