Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static TextFormatParseLocation |
TextFormatParseLocation.EMPTY
The empty location.
|
Modifier and Type | Method and Description |
---|---|
TextFormatParseLocation |
TextFormatParseInfoTree.getLocation(Descriptors.FieldDescriptor fieldDescriptor,
int index)
Get the location in the source of a field's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextFormatParseLocation> |
TextFormatParseInfoTree.getLocations(Descriptors.FieldDescriptor fieldDescriptor)
Retrieve all the locations of a field.
|
Modifier and Type | Method and Description |
---|---|
TextFormatParseInfoTree.Builder |
TextFormatParseInfoTree.Builder.setLocation(Descriptors.FieldDescriptor fieldDescriptor,
TextFormatParseLocation location)
Record the starting location of a single value for a field.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.