Uses of Interface
com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
Packages that use DescriptorProtos.OneofOptionsOrBuilder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.OneofOptionsOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.OneofOptionsOrBuilder Modifier and Type Class Description static class
DescriptorProtos.OneofOptions
Protobuf typegoogle.protobuf.OneofOptions
static class
DescriptorProtos.OneofOptions.Builder
Protobuf typegoogle.protobuf.OneofOptions
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofOptionsOrBuilder Modifier and Type Field Description private SingleFieldBuilderV3<DescriptorProtos.OneofOptions,DescriptorProtos.OneofOptions.Builder,DescriptorProtos.OneofOptionsOrBuilder>
DescriptorProtos.OneofDescriptorProto.Builder. optionsBuilder_
Methods in com.google.protobuf that return DescriptorProtos.OneofOptionsOrBuilder Modifier and Type Method Description DescriptorProtos.OneofOptionsOrBuilder
DescriptorProtos.OneofDescriptorProto.Builder. getOptionsOrBuilder()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptionsOrBuilder
DescriptorProtos.OneofDescriptorProto. getOptionsOrBuilder()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptionsOrBuilder
DescriptorProtos.OneofDescriptorProtoOrBuilder. getOptionsOrBuilder()
optional .google.protobuf.OneofOptions options = 2;
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofOptionsOrBuilder Modifier and Type Method Description private SingleFieldBuilderV3<DescriptorProtos.OneofOptions,DescriptorProtos.OneofOptions.Builder,DescriptorProtos.OneofOptionsOrBuilder>
DescriptorProtos.OneofDescriptorProto.Builder. getOptionsFieldBuilder()
optional .google.protobuf.OneofOptions options = 2;
-