Uses of Interface
com.google.protobuf.OptionOrBuilder
Packages that use OptionOrBuilder
-
Uses of OptionOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement OptionOrBuilderModifier and TypeClassDescriptionfinal class
A protocol buffer option, which can be attached to a message, field, enumeration, etc.static final class
A protocol buffer option, which can be attached to a message, field, enumeration, etc.Methods in com.google.protobuf that return OptionOrBuilderModifier and TypeMethodDescriptionApi.getOptionsOrBuilder
(int index) Any metadata attached to the interface.Enum.getOptionsOrBuilder
(int index) Protocol buffer options.EnumValue.getOptionsOrBuilder
(int index) Protocol buffer options.Field.getOptionsOrBuilder
(int index) The protocol buffer options.Method.getOptionsOrBuilder
(int index) Any metadata attached to the method.Type.getOptionsOrBuilder
(int index) The protocol buffer options.Methods in com.google.protobuf that return types with arguments of type OptionOrBuilderModifier and TypeMethodDescriptionList
<? extends OptionOrBuilder> Api.getOptionsOrBuilderList()
Any metadata attached to the interface.List
<? extends OptionOrBuilder> Enum.getOptionsOrBuilderList()
Protocol buffer options.List
<? extends OptionOrBuilder> EnumValue.getOptionsOrBuilderList()
Protocol buffer options.List
<? extends OptionOrBuilder> Field.getOptionsOrBuilderList()
The protocol buffer options.List
<? extends OptionOrBuilder> Method.getOptionsOrBuilderList()
Any metadata attached to the method.List
<? extends OptionOrBuilder> Type.getOptionsOrBuilderList()
The protocol buffer options.