Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.Location.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.Builder.build() |
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.Builder.buildPartial() |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.getDefaultInstance() |
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.getDefaultInstanceForType() |
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.Builder.getDefaultInstanceForType() |
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfoOrBuilder.getLocation(int index)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.getLocation(int index)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Builder.getLocation(int index)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseDelimitedFrom(java.io.InputStream input) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(byte[] data) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(java.nio.ByteBuffer data) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(ByteString data) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(CodedInputStream input) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(java.io.InputStream input) |
static DescriptorProtos.SourceCodeInfo.Location |
DescriptorProtos.SourceCodeInfo.Location.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfoOrBuilder.getLocationList()
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
java.util.List<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.getLocationList()
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
java.util.List<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.Builder.getLocationList()
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
Parser<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.Location.getParserForType() |
static Parser<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.Location.parser() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo.Location other) |
static DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype) |
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.