| Package | Description |
|---|---|
| com.google.api.expr.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
Constant.Builder |
Constant.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constant.Builder |
Constant.Builder.clear() |
Constant.Builder |
Constant.Builder.clearBoolValue()
boolean value.
|
Constant.Builder |
Constant.Builder.clearBytesValue()
bytes value.
|
Constant.Builder |
Constant.Builder.clearConstantKind() |
Constant.Builder |
Constant.Builder.clearDoubleValue()
double value.
|
Constant.Builder |
Constant.Builder.clearDurationValue()
Deprecated.
|
Constant.Builder |
Constant.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Constant.Builder |
Constant.Builder.clearInt64Value()
int64 value.
|
Constant.Builder |
Constant.Builder.clearNullValue()
null value.
|
Constant.Builder |
Constant.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Constant.Builder |
Constant.Builder.clearStringValue()
string value.
|
Constant.Builder |
Constant.Builder.clearTimestampValue()
Deprecated.
|
Constant.Builder |
Constant.Builder.clearUint64Value()
uint64 value.
|
Constant.Builder |
Constant.Builder.clone() |
Constant.Builder |
Expr.Builder.getConstExprBuilder()
A literal expression.
|
Constant.Builder |
Reference.Builder.getValueBuilder()
For references to constants, this may contain the value of the
constant if known at compile time.
|
Constant.Builder |
Decl.IdentDecl.Builder.getValueBuilder()
The constant value of the identifier.
|
Constant.Builder |
Constant.Builder.mergeDurationValue(com.google.protobuf.Duration value)
Deprecated.
|
Constant.Builder |
Constant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Constant.Builder |
Constant.Builder.mergeFrom(Constant other) |
Constant.Builder |
Constant.Builder.mergeFrom(com.google.protobuf.Message other) |
Constant.Builder |
Constant.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value)
Deprecated.
|
Constant.Builder |
Constant.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Constant.Builder |
Constant.newBuilder() |
static Constant.Builder |
Constant.newBuilder(Constant prototype) |
Constant.Builder |
Constant.newBuilderForType() |
protected Constant.Builder |
Constant.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Constant.Builder |
Constant.Builder.setBoolValue(boolean value)
boolean value.
|
Constant.Builder |
Constant.Builder.setBytesValue(com.google.protobuf.ByteString value)
bytes value.
|
Constant.Builder |
Constant.Builder.setDoubleValue(double value)
double value.
|
Constant.Builder |
Constant.Builder.setDurationValue(com.google.protobuf.Duration.Builder builderForValue)
Deprecated.
|
Constant.Builder |
Constant.Builder.setDurationValue(com.google.protobuf.Duration value)
Deprecated.
|
Constant.Builder |
Constant.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constant.Builder |
Constant.Builder.setInt64Value(long value)
int64 value.
|
Constant.Builder |
Constant.Builder.setNullValue(com.google.protobuf.NullValue value)
null value.
|
Constant.Builder |
Constant.Builder.setNullValueValue(int value)
null value.
|
Constant.Builder |
Constant.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Constant.Builder |
Constant.Builder.setStringValue(String value)
string value.
|
Constant.Builder |
Constant.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
string value.
|
Constant.Builder |
Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Deprecated.
|
Constant.Builder |
Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp value)
Deprecated.
|
Constant.Builder |
Constant.Builder.setUint64Value(long value)
uint64 value.
|
Constant.Builder |
Constant.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Constant.Builder |
Constant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Expr.Builder |
Expr.Builder.setConstExpr(Constant.Builder builderForValue)
A literal expression.
|
Reference.Builder |
Reference.Builder.setValue(Constant.Builder builderForValue)
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.Builder builderForValue)
The constant value of the identifier.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.