| Package | Description |
|---|---|
| com.google.api.expr.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
Constant |
Constant.Builder.build() |
Constant |
Constant.Builder.buildPartial() |
Constant |
Expr.getConstExpr()
A literal expression.
|
Constant |
Expr.Builder.getConstExpr()
A literal expression.
|
Constant |
ExprOrBuilder.getConstExpr()
A literal expression.
|
static Constant |
Constant.getDefaultInstance() |
Constant |
Constant.getDefaultInstanceForType() |
Constant |
Constant.Builder.getDefaultInstanceForType() |
Constant |
Reference.getValue()
For references to constants, this may contain the value of the
constant if known at compile time.
|
Constant |
Reference.Builder.getValue()
For references to constants, this may contain the value of the
constant if known at compile time.
|
Constant |
ReferenceOrBuilder.getValue()
For references to constants, this may contain the value of the
constant if known at compile time.
|
Constant |
Decl.IdentDeclOrBuilder.getValue()
The constant value of the identifier.
|
Constant |
Decl.IdentDecl.getValue()
The constant value of the identifier.
|
Constant |
Decl.IdentDecl.Builder.getValue()
The constant value of the identifier.
|
static Constant |
Constant.parseDelimitedFrom(InputStream input) |
static Constant |
Constant.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constant |
Constant.parseFrom(byte[] data) |
static Constant |
Constant.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constant |
Constant.parseFrom(ByteBuffer data) |
static Constant |
Constant.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constant |
Constant.parseFrom(com.google.protobuf.ByteString data) |
static Constant |
Constant.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constant |
Constant.parseFrom(com.google.protobuf.CodedInputStream input) |
static Constant |
Constant.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constant |
Constant.parseFrom(InputStream input) |
static Constant |
Constant.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Constant> |
Constant.getParserForType() |
static com.google.protobuf.Parser<Constant> |
Constant.parser() |
| Modifier and Type | Method and Description |
|---|---|
Expr.Builder |
Expr.Builder.mergeConstExpr(Constant value)
A literal expression.
|
Constant.Builder |
Constant.Builder.mergeFrom(Constant other) |
Reference.Builder |
Reference.Builder.mergeValue(Constant value)
For references to constants, this may contain the value of the
constant if known at compile time.
|
Decl.IdentDecl.Builder |
Decl.IdentDecl.Builder.mergeValue(Constant value)
The constant value of the identifier.
|
static Constant.Builder |
Constant.newBuilder(Constant prototype) |
Expr.Builder |
Expr.Builder.setConstExpr(Constant value)
A literal expression.
|
Reference.Builder |
Reference.Builder.setValue(Constant value)
For references to constants, this may contain the value of the
constant if known at compile time.
|
Decl.IdentDecl.Builder |
Decl.IdentDecl.Builder.setValue(Constant value)
The constant value of the identifier.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.