public static interface Expr.CreateStruct.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldKey()
The field key for a message creator statement.
|
com.google.protobuf.ByteString |
getFieldKeyBytes()
The field key for a message creator statement.
|
long |
getId()
Required.
|
Expr.CreateStruct.Entry.KeyKindCase |
getKeyKindCase() |
Expr |
getMapKey()
The key expression for a map creation statement.
|
ExprOrBuilder |
getMapKeyOrBuilder()
The key expression for a map creation statement.
|
Expr |
getValue()
Required.
|
ExprOrBuilder |
getValueOrBuilder()
Required.
|
boolean |
hasMapKey()
The key expression for a map creation statement.
|
boolean |
hasValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getId()
Required. An id assigned to this node by the parser which is unique in a given expression tree. This is used to associate type information and other attributes to the node.
int64 id = 1;String getFieldKey()
The field key for a message creator statement.
string field_key = 2;com.google.protobuf.ByteString getFieldKeyBytes()
The field key for a message creator statement.
string field_key = 2;boolean hasMapKey()
The key expression for a map creation statement.
.google.api.expr.v1alpha1.Expr map_key = 3;Expr getMapKey()
The key expression for a map creation statement.
.google.api.expr.v1alpha1.Expr map_key = 3;ExprOrBuilder getMapKeyOrBuilder()
The key expression for a map creation statement.
.google.api.expr.v1alpha1.Expr map_key = 3;boolean hasValue()
Required. The value assigned to the key.
.google.api.expr.v1alpha1.Expr value = 4;Expr getValue()
Required. The value assigned to the key.
.google.api.expr.v1alpha1.Expr value = 4;ExprOrBuilder getValueOrBuilder()
Required. The value assigned to the key.
.google.api.expr.v1alpha1.Expr value = 4;Expr.CreateStruct.Entry.KeyKindCase getKeyKindCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.