Uses of Class
com.google.api.expr.v1alpha1.Expr.Select.Builder
Packages that use Expr.Select.Builder
-
Uses of Expr.Select.Builder in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 with type parameters of type Expr.Select.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Select, Expr.Select.Builder, Expr.SelectOrBuilder> Expr.Builder.selectExprBuilder_
Methods in com.google.api.expr.v1alpha1 that return Expr.Select.BuilderModifier and TypeMethodDescriptionExpr.Select.Builder.clear()
Expr.Select.Builder.clearField()
Required.Expr.Select.Builder.clearOperand()
Required.Expr.Select.Builder.clearTestOnly()
Whether the select is to be interpreted as a field presence test.Expr.Builder.getSelectExprBuilder()
A field selection expression, e.g.Expr.Select.Builder.mergeFrom
(Expr.Select other) Expr.Select.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.Select.Builder.mergeFrom
(com.google.protobuf.Message other) Expr.Select.Builder.mergeOperand
(Expr value) Required.static Expr.Select.Builder
Expr.Select.newBuilder()
static Expr.Select.Builder
Expr.Select.newBuilder
(Expr.Select prototype) Expr.Select.newBuilderForType()
protected Expr.Select.Builder
Expr.Select.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.Expr.Select.Builder.setFieldBytes
(com.google.protobuf.ByteString value) Required.Expr.Select.Builder.setOperand
(Expr value) Required.Expr.Select.Builder.setOperand
(Expr.Builder builderForValue) Required.Expr.Select.Builder.setTestOnly
(boolean value) Whether the select is to be interpreted as a field presence test.Expr.Select.toBuilder()
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr.Select.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Select, Expr.Select.Builder, Expr.SelectOrBuilder> Expr.Builder.internalGetSelectExprFieldBuilder()
A field selection expression, e.g.Methods in com.google.api.expr.v1alpha1 with parameters of type Expr.Select.BuilderModifier and TypeMethodDescriptionExpr.Builder.setSelectExpr
(Expr.Select.Builder builderForValue) A field selection expression, e.g.