Uses of Class
com.google.api.expr.v1alpha1.Expr
-
Packages that use Expr Package Description com.google.api.expr.v1alpha1 io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Expr in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Expr Modifier and Type Field Description private Expr
Expr.Comprehension. accuInit_
private Expr
Expr.Comprehension.Builder. accuInit_
private static Expr
Expr. DEFAULT_INSTANCE
private Expr
CheckedExpr.Builder. expr_
private Expr
CheckedExpr. expr_
private Expr
ParsedExpr.Builder. expr_
private Expr
ParsedExpr. expr_
private Expr
Expr.Comprehension.Builder. iterRange_
private Expr
Expr.Comprehension. iterRange_
private Expr
Expr.Comprehension.Builder. loopCondition_
private Expr
Expr.Comprehension. loopCondition_
private Expr
Expr.Comprehension.Builder. loopStep_
private Expr
Expr.Comprehension. loopStep_
private Expr
Expr.Select.Builder. operand_
private Expr
Expr.Select. operand_
private Expr
Expr.Comprehension.Builder. result_
private Expr
Expr.Comprehension. result_
private Expr
Expr.Call.Builder. target_
private Expr
Expr.Call. target_
private Expr
Expr.CreateStruct.Entry.Builder. value_
private Expr
Expr.CreateStruct.Entry. value_
Fields in com.google.api.expr.v1alpha1 with type parameters of type Expr Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. accuInitBuilder_
private java.util.List<Expr>
Expr.Call. args_
private java.util.List<Expr>
Expr.Call.Builder. args_
private com.google.protobuf.RepeatedFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Call.Builder. argsBuilder_
(package private) static com.google.protobuf.MapEntry<java.lang.Long,Expr>
SourceInfo.MacroCallsDefaultEntryHolder. defaultEntry
private java.util.List<Expr>
Expr.CreateList.Builder. elements_
private java.util.List<Expr>
Expr.CreateList. elements_
private com.google.protobuf.RepeatedFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateList.Builder. elementsBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
CheckedExpr.Builder. exprBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
ParsedExpr.Builder. exprBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. iterRangeBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. loopConditionBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. loopStepBuilder_
private com.google.protobuf.MapFieldBuilder<java.lang.Long,ExprOrBuilder,Expr,Expr.Builder>
SourceInfo.Builder. macroCalls_
private com.google.protobuf.MapField<java.lang.Long,Expr>
SourceInfo. macroCalls_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateStruct.Entry.Builder. mapKeyBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Select.Builder. operandBuilder_
private static com.google.protobuf.Parser<Expr>
Expr. PARSER
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. resultBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Call.Builder. targetBuilder_
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateStruct.Entry.Builder. valueBuilder_
Methods in com.google.api.expr.v1alpha1 that return Expr Modifier and Type Method Description Expr
Expr.Builder. build()
Expr
SourceInfo.Builder.MacroCallsConverter. build(ExprOrBuilder val)
Expr
Expr.Builder. buildPartial()
Expr
Expr.Comprehension.Builder. getAccuInit()
The initial value of the accumulator.Expr
Expr.Comprehension. getAccuInit()
The initial value of the accumulator.Expr
Expr.ComprehensionOrBuilder. getAccuInit()
The initial value of the accumulator.Expr
Expr.Call.Builder. getArgs(int index)
The arguments.Expr
Expr.Call. getArgs(int index)
The arguments.Expr
Expr.CallOrBuilder. getArgs(int index)
The arguments.static Expr
Expr. getDefaultInstance()
Expr
Expr.Builder. getDefaultInstanceForType()
Expr
Expr. getDefaultInstanceForType()
Expr
Expr.CreateList.Builder. getElements(int index)
The elements part of the list.Expr
Expr.CreateList. getElements(int index)
The elements part of the list.Expr
Expr.CreateListOrBuilder. getElements(int index)
The elements part of the list.Expr
CheckedExpr.Builder. getExpr()
The checked expression.Expr
CheckedExpr. getExpr()
The checked expression.Expr
CheckedExprOrBuilder. getExpr()
The checked expression.Expr
ParsedExpr.Builder. getExpr()
The parsed expression.Expr
ParsedExpr. getExpr()
The parsed expression.Expr
ParsedExprOrBuilder. getExpr()
The parsed expression.Expr
Expr.Comprehension.Builder. getIterRange()
The range over which var iterates.Expr
Expr.Comprehension. getIterRange()
The range over which var iterates.Expr
Expr.ComprehensionOrBuilder. getIterRange()
The range over which var iterates.Expr
Expr.Comprehension.Builder. getLoopCondition()
An expression which can contain iter_var and accu_var.Expr
Expr.Comprehension. getLoopCondition()
An expression which can contain iter_var and accu_var.Expr
Expr.ComprehensionOrBuilder. getLoopCondition()
An expression which can contain iter_var and accu_var.Expr
Expr.Comprehension.Builder. getLoopStep()
An expression which can contain iter_var and accu_var.Expr
Expr.Comprehension. getLoopStep()
An expression which can contain iter_var and accu_var.Expr
Expr.ComprehensionOrBuilder. getLoopStep()
An expression which can contain iter_var and accu_var.Expr
SourceInfo.Builder. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfo. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfoOrBuilder. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfo.Builder. getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfo. getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfoOrBuilder. getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
Expr.CreateStruct.Entry.Builder. getMapKey()
The key expression for a map creation statement.Expr
Expr.CreateStruct.Entry. getMapKey()
The key expression for a map creation statement.Expr
Expr.CreateStruct.EntryOrBuilder. getMapKey()
The key expression for a map creation statement.Expr
Expr.Select.Builder. getOperand()
Required.Expr
Expr.Select. getOperand()
Required.Expr
Expr.SelectOrBuilder. getOperand()
Required.Expr
Expr.Comprehension.Builder. getResult()
An expression which can contain accu_var.Expr
Expr.Comprehension. getResult()
An expression which can contain accu_var.Expr
Expr.ComprehensionOrBuilder. getResult()
An expression which can contain accu_var.Expr
Expr.Call.Builder. getTarget()
The target of an method call-style expression.Expr
Expr.Call. getTarget()
The target of an method call-style expression.Expr
Expr.CallOrBuilder. getTarget()
The target of an method call-style expression.Expr
Expr.CreateStruct.Entry.Builder. getValue()
Required.Expr
Expr.CreateStruct.Entry. getValue()
Required.Expr
Expr.CreateStruct.EntryOrBuilder. getValue()
Required.static Expr
Expr. parseDelimitedFrom(java.io.InputStream input)
static Expr
Expr. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr
Expr. parseFrom(byte[] data)
static Expr
Expr. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr
Expr. parseFrom(com.google.protobuf.ByteString data)
static Expr
Expr. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr
Expr. parseFrom(com.google.protobuf.CodedInputStream input)
static Expr
Expr. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr
Expr. parseFrom(java.io.InputStream input)
static Expr
Expr. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr
Expr. parseFrom(java.nio.ByteBuffer data)
static Expr
Expr. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr Modifier and Type Method Description com.google.protobuf.MapEntry<java.lang.Long,Expr>
SourceInfo.Builder.MacroCallsConverter. defaultEntry()
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. getAccuInitFieldBuilder()
The initial value of the accumulator.private com.google.protobuf.RepeatedFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Call.Builder. getArgsFieldBuilder()
java.util.List<Expr>
Expr.Call.Builder. getArgsList()
The arguments.java.util.List<Expr>
Expr.Call. getArgsList()
The arguments.java.util.List<Expr>
Expr.CallOrBuilder. getArgsList()
The arguments.private com.google.protobuf.RepeatedFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateList.Builder. getElementsFieldBuilder()
java.util.List<Expr>
Expr.CreateList.Builder. getElementsList()
The elements part of the list.java.util.List<Expr>
Expr.CreateList. getElementsList()
The elements part of the list.java.util.List<Expr>
Expr.CreateListOrBuilder. getElementsList()
The elements part of the list.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
CheckedExpr.Builder. getExprFieldBuilder()
The checked expression.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
ParsedExpr.Builder. getExprFieldBuilder()
The parsed expression.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. getIterRangeFieldBuilder()
The range over which var iterates.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. getLoopConditionFieldBuilder()
An expression which can contain iter_var and accu_var.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. getLoopStepFieldBuilder()
An expression which can contain iter_var and accu_var.java.util.Map<java.lang.Long,Expr>
SourceInfo.Builder. getMacroCalls()
Deprecated.java.util.Map<java.lang.Long,Expr>
SourceInfo. getMacroCalls()
Deprecated.java.util.Map<java.lang.Long,Expr>
SourceInfoOrBuilder. getMacroCalls()
Deprecated.java.util.Map<java.lang.Long,Expr>
SourceInfo.Builder. getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.java.util.Map<java.lang.Long,Expr>
SourceInfo. getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.java.util.Map<java.lang.Long,Expr>
SourceInfoOrBuilder. getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateStruct.Entry.Builder. getMapKeyFieldBuilder()
The key expression for a map creation statement.java.util.Map<java.lang.Long,Expr>
SourceInfo.Builder. getMutableMacroCalls()
Deprecated.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Select.Builder. getOperandFieldBuilder()
Required.com.google.protobuf.Parser<Expr>
Expr. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Comprehension.Builder. getResultFieldBuilder()
An expression which can contain accu_var.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.Call.Builder. getTargetFieldBuilder()
The target of an method call-style expression.private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Expr.CreateStruct.Entry.Builder. getValueFieldBuilder()
Required.private com.google.protobuf.MapFieldBuilder<java.lang.Long,ExprOrBuilder,Expr,Expr.Builder>
SourceInfo.Builder. internalGetMacroCalls()
private com.google.protobuf.MapField<java.lang.Long,Expr>
SourceInfo. internalGetMacroCalls()
private com.google.protobuf.MapFieldBuilder<java.lang.Long,ExprOrBuilder,Expr,Expr.Builder>
SourceInfo.Builder. internalGetMutableMacroCalls()
static com.google.protobuf.Parser<Expr>
Expr. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Expr Modifier and Type Method Description Expr.Call.Builder
Expr.Call.Builder. addArgs(int index, Expr value)
The arguments.Expr.Call.Builder
Expr.Call.Builder. addArgs(Expr value)
The arguments.Expr.CreateList.Builder
Expr.CreateList.Builder. addElements(int index, Expr value)
The elements part of the list.Expr.CreateList.Builder
Expr.CreateList.Builder. addElements(Expr value)
The elements part of the list.private void
Expr.Builder. buildPartial0(Expr result)
private void
Expr.Builder. buildPartialOneofs(Expr result)
Expr
SourceInfo.Builder. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfo. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr
SourceInfoOrBuilder. getMacroCallsOrDefault(long key, Expr defaultValue)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr.Comprehension.Builder
Expr.Comprehension.Builder. mergeAccuInit(Expr value)
The initial value of the accumulator.CheckedExpr.Builder
CheckedExpr.Builder. mergeExpr(Expr value)
The checked expression.ParsedExpr.Builder
ParsedExpr.Builder. mergeExpr(Expr value)
The parsed expression.Expr.Builder
Expr.Builder. mergeFrom(Expr other)
Expr.Comprehension.Builder
Expr.Comprehension.Builder. mergeIterRange(Expr value)
The range over which var iterates.Expr.Comprehension.Builder
Expr.Comprehension.Builder. mergeLoopCondition(Expr value)
An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder
Expr.Comprehension.Builder. mergeLoopStep(Expr value)
An expression which can contain iter_var and accu_var.Expr.CreateStruct.Entry.Builder
Expr.CreateStruct.Entry.Builder. mergeMapKey(Expr value)
The key expression for a map creation statement.Expr.Select.Builder
Expr.Select.Builder. mergeOperand(Expr value)
Required.Expr.Comprehension.Builder
Expr.Comprehension.Builder. mergeResult(Expr value)
An expression which can contain accu_var.Expr.Call.Builder
Expr.Call.Builder. mergeTarget(Expr value)
The target of an method call-style expression.Expr.CreateStruct.Entry.Builder
Expr.CreateStruct.Entry.Builder. mergeValue(Expr value)
Required.static Expr.Builder
Expr. newBuilder(Expr prototype)
SourceInfo.Builder
SourceInfo.Builder. putMacroCalls(long key, Expr value)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.Expr.Comprehension.Builder
Expr.Comprehension.Builder. setAccuInit(Expr value)
The initial value of the accumulator.Expr.Call.Builder
Expr.Call.Builder. setArgs(int index, Expr value)
The arguments.Expr.CreateList.Builder
Expr.CreateList.Builder. setElements(int index, Expr value)
The elements part of the list.CheckedExpr.Builder
CheckedExpr.Builder. setExpr(Expr value)
The checked expression.ParsedExpr.Builder
ParsedExpr.Builder. setExpr(Expr value)
The parsed expression.Expr.Comprehension.Builder
Expr.Comprehension.Builder. setIterRange(Expr value)
The range over which var iterates.Expr.Comprehension.Builder
Expr.Comprehension.Builder. setLoopCondition(Expr value)
An expression which can contain iter_var and accu_var.Expr.Comprehension.Builder
Expr.Comprehension.Builder. setLoopStep(Expr value)
An expression which can contain iter_var and accu_var.Expr.CreateStruct.Entry.Builder
Expr.CreateStruct.Entry.Builder. setMapKey(Expr value)
The key expression for a map creation statement.Expr.Select.Builder
Expr.Select.Builder. setOperand(Expr value)
Required.Expr.Comprehension.Builder
Expr.Comprehension.Builder. setResult(Expr value)
An expression which can contain accu_var.Expr.Call.Builder
Expr.Call.Builder. setTarget(Expr value)
The target of an method call-style expression.Expr.CreateStruct.Entry.Builder
Expr.CreateStruct.Entry.Builder. setValue(Expr value)
Required.Method parameters in com.google.api.expr.v1alpha1 with type arguments of type Expr Modifier and Type Method Description Expr.Call.Builder
Expr.Call.Builder. addAllArgs(java.lang.Iterable<? extends Expr> values)
The arguments.Expr.CreateList.Builder
Expr.CreateList.Builder. addAllElements(java.lang.Iterable<? extends Expr> values)
The elements part of the list.SourceInfo.Builder
SourceInfo.Builder. putAllMacroCalls(java.util.Map<java.lang.Long,Expr> values)
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion. -
Uses of Expr in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as Expr Modifier and Type Field Description private Expr
Policy.Builder. condition_
private Expr
Policy. condition_
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Expr Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Policy.Builder. conditionBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Expr Modifier and Type Method Description Expr
Policy.Builder. getCondition()
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.Expr
Policy. getCondition()
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.Expr
PolicyOrBuilder. getCondition()
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Expr Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Expr,Expr.Builder,ExprOrBuilder>
Policy.Builder. getConditionFieldBuilder()
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type Expr Modifier and Type Method Description Policy.Builder
Policy.Builder. mergeCondition(Expr value)
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.Policy.Builder
Policy.Builder. setCondition(Expr value)
An optional symbolic expression specifying an access control :ref:`condition <arch_overview_condition>`.
-