Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.OneofDescriptorProto.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.Builder.build() |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.Builder.buildPartial() |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.getDefaultInstance() |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.getDefaultInstanceForType() |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.Builder.getDefaultInstanceForType() |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.DescriptorProtoOrBuilder.getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.DescriptorProto.getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.DescriptorProto.Builder.getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom(java.io.InputStream input) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(byte[] data) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(java.nio.ByteBuffer data) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(ByteString data) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(CodedInputStream input) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(java.io.InputStream input) |
static DescriptorProtos.OneofDescriptorProto |
DescriptorProtos.OneofDescriptorProto.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.DescriptorProtoOrBuilder.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
java.util.List<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.DescriptorProto.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
java.util.List<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.DescriptorProto.Builder.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
Parser<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.OneofDescriptorProto.getParserForType() |
static Parser<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.OneofDescriptorProto.parser() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addOneofDecl(DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addOneofDecl(int index,
DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(DescriptorProtos.OneofDescriptorProto other) |
static DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setOneofDecl(int index,
DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addAllOneofDecl(java.lang.Iterable<? extends DescriptorProtos.OneofDescriptorProto> values)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.