| Package | Description |
|---|---|
| com.google.api.expr.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo.Builder |
SourceInfo.Builder.addAllLineOffsets(Iterable<? extends Integer> values)
Monotonically increasing list of character offsets where newlines appear.
|
SourceInfo.Builder |
SourceInfo.Builder.addLineOffsets(int value)
Monotonically increasing list of character offsets where newlines appear.
|
SourceInfo.Builder |
SourceInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SourceInfo.Builder |
SourceInfo.Builder.clear() |
SourceInfo.Builder |
SourceInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SourceInfo.Builder |
SourceInfo.Builder.clearLineOffsets()
Monotonically increasing list of character offsets where newlines appear.
|
SourceInfo.Builder |
SourceInfo.Builder.clearLocation()
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.clearMacroCalls() |
SourceInfo.Builder |
SourceInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SourceInfo.Builder |
SourceInfo.Builder.clearPositions() |
SourceInfo.Builder |
SourceInfo.Builder.clearSyntaxVersion()
The syntax version of the source, e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.clone() |
SourceInfo.Builder |
ParsedExpr.Builder.getSourceInfoBuilder()
The source info derived from input that generated the parsed `expr`.
|
SourceInfo.Builder |
CheckedExpr.Builder.getSourceInfoBuilder()
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(SourceInfo other) |
SourceInfo.Builder |
SourceInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SourceInfo.Builder |
SourceInfo.newBuilder() |
static SourceInfo.Builder |
SourceInfo.newBuilder(SourceInfo prototype) |
SourceInfo.Builder |
SourceInfo.newBuilderForType() |
protected SourceInfo.Builder |
SourceInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SourceInfo.Builder |
SourceInfo.Builder.putAllMacroCalls(Map<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.
|
SourceInfo.Builder |
SourceInfo.Builder.putAllPositions(Map<Long,Integer> values)
A map from the parse node id (e.g.
|
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.
|
SourceInfo.Builder |
SourceInfo.Builder.putPositions(long key,
int value)
A map from the parse node id (e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.removeMacroCalls(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.
|
SourceInfo.Builder |
SourceInfo.Builder.removePositions(long key)
A map from the parse node id (e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SourceInfo.Builder |
SourceInfo.Builder.setLineOffsets(int index,
int value)
Monotonically increasing list of character offsets where newlines appear.
|
SourceInfo.Builder |
SourceInfo.Builder.setLocation(String value)
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.setLocationBytes(com.google.protobuf.ByteString value)
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SourceInfo.Builder |
SourceInfo.Builder.setSyntaxVersion(String value)
The syntax version of the source, e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.setSyntaxVersionBytes(com.google.protobuf.ByteString value)
The syntax version of the source, e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SourceInfo.Builder |
SourceInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ParsedExpr.Builder |
ParsedExpr.Builder.setSourceInfo(SourceInfo.Builder builderForValue)
The source info derived from input that generated the parsed `expr`.
|
CheckedExpr.Builder |
CheckedExpr.Builder.setSourceInfo(SourceInfo.Builder builderForValue)
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.