Package | Description |
---|---|
com.google.api.expr.v1alpha1 |
Modifier and Type | Method and Description |
---|---|
SourceInfo |
SourceInfo.Builder.build() |
SourceInfo |
SourceInfo.Builder.buildPartial() |
static SourceInfo |
SourceInfo.getDefaultInstance() |
SourceInfo |
SourceInfo.getDefaultInstanceForType() |
SourceInfo |
SourceInfo.Builder.getDefaultInstanceForType() |
SourceInfo |
ParsedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr`.
|
SourceInfo |
ParsedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.
|
SourceInfo |
CheckedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
SourceInfo |
ParsedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.
|
SourceInfo |
CheckedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
SourceInfo |
CheckedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
static SourceInfo |
SourceInfo.parseDelimitedFrom(InputStream input) |
static SourceInfo |
SourceInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SourceInfo |
SourceInfo.parseFrom(byte[] data) |
static SourceInfo |
SourceInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SourceInfo |
SourceInfo.parseFrom(ByteBuffer data) |
static SourceInfo |
SourceInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SourceInfo |
SourceInfo.parseFrom(com.google.protobuf.ByteString data) |
static SourceInfo |
SourceInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SourceInfo |
SourceInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static SourceInfo |
SourceInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SourceInfo |
SourceInfo.parseFrom(InputStream input) |
static SourceInfo |
SourceInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SourceInfo> |
SourceInfo.getParserForType() |
static com.google.protobuf.Parser<SourceInfo> |
SourceInfo.parser() |
Modifier and Type | Method and Description |
---|---|
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(SourceInfo other) |
ParsedExpr.Builder |
ParsedExpr.Builder.mergeSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr`.
|
CheckedExpr.Builder |
CheckedExpr.Builder.mergeSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
static SourceInfo.Builder |
SourceInfo.newBuilder(SourceInfo prototype) |
ParsedExpr.Builder |
ParsedExpr.Builder.setSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr`.
|
CheckedExpr.Builder |
CheckedExpr.Builder.setSourceInfo(SourceInfo value)
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.