| Package | Description |
|---|---|
| com.google.type |
| Modifier and Type | Method and Description |
|---|---|
Expr.Builder |
Expr.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Expr.Builder |
Expr.Builder.clear() |
Expr.Builder |
Expr.Builder.clearDescription()
An optional description of the expression.
|
Expr.Builder |
Expr.Builder.clearExpression()
Textual representation of an expression in
Common Expression Language syntax.
|
Expr.Builder |
Expr.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Expr.Builder |
Expr.Builder.clearLocation()
An optional string indicating the location of the expression for error
reporting, e.g.
|
Expr.Builder |
Expr.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Expr.Builder |
Expr.Builder.clearTitle()
An optional title for the expression, i.e.
|
Expr.Builder |
Expr.Builder.clone() |
Expr.Builder |
Expr.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Expr.Builder |
Expr.Builder.mergeFrom(Expr other) |
Expr.Builder |
Expr.Builder.mergeFrom(com.google.protobuf.Message other) |
Expr.Builder |
Expr.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Expr.Builder |
Expr.newBuilder() |
static Expr.Builder |
Expr.newBuilder(Expr prototype) |
Expr.Builder |
Expr.newBuilderForType() |
protected Expr.Builder |
Expr.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Expr.Builder |
Expr.Builder.setDescription(String value)
An optional description of the expression.
|
Expr.Builder |
Expr.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
An optional description of the expression.
|
Expr.Builder |
Expr.Builder.setExpression(String value)
Textual representation of an expression in
Common Expression Language syntax.
|
Expr.Builder |
Expr.Builder.setExpressionBytes(com.google.protobuf.ByteString value)
Textual representation of an expression in
Common Expression Language syntax.
|
Expr.Builder |
Expr.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Expr.Builder |
Expr.Builder.setLocation(String value)
An optional string indicating the location of the expression for error
reporting, e.g.
|
Expr.Builder |
Expr.Builder.setLocationBytes(com.google.protobuf.ByteString value)
An optional string indicating the location of the expression for error
reporting, e.g.
|
Expr.Builder |
Expr.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Expr.Builder |
Expr.Builder.setTitle(String value)
An optional title for the expression, i.e.
|
Expr.Builder |
Expr.Builder.setTitleBytes(com.google.protobuf.ByteString value)
An optional title for the expression, i.e.
|
Expr.Builder |
Expr.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Expr.Builder |
Expr.toBuilder() |
Copyright © 2020 Google LLC. All rights reserved.