public static interface Expr.CreateStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Expr.CreateStruct.Entry |
getEntries(int index)
The entries in the creation expression.
|
int |
getEntriesCount()
The entries in the creation expression.
|
List<Expr.CreateStruct.Entry> |
getEntriesList()
The entries in the creation expression.
|
Expr.CreateStruct.EntryOrBuilder |
getEntriesOrBuilder(int index)
The entries in the creation expression.
|
List<? extends Expr.CreateStruct.EntryOrBuilder> |
getEntriesOrBuilderList()
The entries in the creation expression.
|
String |
getMessageName()
The type name of the message to be created, empty when creating map
literals.
|
com.google.protobuf.ByteString |
getMessageNameBytes()
The type name of the message to be created, empty when creating map
literals.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessageName()
The type name of the message to be created, empty when creating map literals.
string message_name = 1;com.google.protobuf.ByteString getMessageNameBytes()
The type name of the message to be created, empty when creating map literals.
string message_name = 1;List<Expr.CreateStruct.Entry> getEntriesList()
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2;Expr.CreateStruct.Entry getEntries(int index)
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2;int getEntriesCount()
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2;List<? extends Expr.CreateStruct.EntryOrBuilder> getEntriesOrBuilderList()
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2;Expr.CreateStruct.EntryOrBuilder getEntriesOrBuilder(int index)
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.