Uses of Class
com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Packages that use Expr.CreateStruct.Entry
-
Uses of Expr.CreateStruct.Entry in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Expr.CreateStruct.EntryModifier and TypeFieldDescriptionprivate static final Expr.CreateStruct.Entry
Expr.CreateStruct.Entry.DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 that return types with arguments of type Expr.CreateStruct.EntryModifier and TypeMethodDescriptionExpr.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()
private com.google.protobuf.RepeatedFieldBuilder
<Expr.CreateStruct.Entry, Expr.CreateStruct.Entry.Builder, Expr.CreateStruct.EntryOrBuilder> Expr.CreateStruct.Builder.internalGetEntriesFieldBuilder()
static com.google.protobuf.Parser
<Expr.CreateStruct.Entry> Expr.CreateStruct.Entry.parser()
Methods in com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 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.