| Modifier and Type | Method and Description |
|---|---|
NumericValue |
NumericValue.Builder.build() |
NumericValue |
NumericValue.Builder.buildPartial() |
static NumericValue |
NumericValue.getDefaultInstance() |
NumericValue |
NumericValue.getDefaultInstanceForType() |
NumericValue |
NumericValue.Builder.getDefaultInstanceForType() |
NumericValue |
BetweenFilter.getFromValue()
Begins with this number.
|
NumericValue |
BetweenFilter.Builder.getFromValue()
Begins with this number.
|
NumericValue |
BetweenFilterOrBuilder.getFromValue()
Begins with this number.
|
NumericValue |
BetweenFilter.getToValue()
Ends with this number.
|
NumericValue |
BetweenFilter.Builder.getToValue()
Ends with this number.
|
NumericValue |
BetweenFilterOrBuilder.getToValue()
Ends with this number.
|
NumericValue |
NumericFilter.getValue()
A numeric value or a date value.
|
NumericValue |
NumericFilter.Builder.getValue()
A numeric value or a date value.
|
NumericValue |
NumericFilterOrBuilder.getValue()
A numeric value or a date value.
|
static NumericValue |
NumericValue.parseDelimitedFrom(InputStream input) |
static NumericValue |
NumericValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NumericValue |
NumericValue.parseFrom(byte[] data) |
static NumericValue |
NumericValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NumericValue |
NumericValue.parseFrom(ByteBuffer data) |
static NumericValue |
NumericValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NumericValue |
NumericValue.parseFrom(com.google.protobuf.ByteString data) |
static NumericValue |
NumericValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NumericValue |
NumericValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static NumericValue |
NumericValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NumericValue |
NumericValue.parseFrom(InputStream input) |
static NumericValue |
NumericValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<NumericValue> |
NumericValue.getParserForType() |
static com.google.protobuf.Parser<NumericValue> |
NumericValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
NumericValue.Builder |
NumericValue.Builder.mergeFrom(NumericValue other) |
BetweenFilter.Builder |
BetweenFilter.Builder.mergeFromValue(NumericValue value)
Begins with this number.
|
BetweenFilter.Builder |
BetweenFilter.Builder.mergeToValue(NumericValue value)
Ends with this number.
|
NumericFilter.Builder |
NumericFilter.Builder.mergeValue(NumericValue value)
A numeric value or a date value.
|
static NumericValue.Builder |
NumericValue.newBuilder(NumericValue prototype) |
BetweenFilter.Builder |
BetweenFilter.Builder.setFromValue(NumericValue value)
Begins with this number.
|
BetweenFilter.Builder |
BetweenFilter.Builder.setToValue(NumericValue value)
Ends with this number.
|
NumericFilter.Builder |
NumericFilter.Builder.setValue(NumericValue value)
A numeric value or a date value.
|
Copyright © 2023 Google LLC. All rights reserved.