Uses of Annotation Interface
com.google.protobuf.Generated
Packages that use Generated
-
Uses of Generated in com.google.protobuf
Classes in com.google.protobuf with annotations of type GeneratedModifier and TypeClassDescriptionfinal class
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.interface
final class
final class
Api is a light-weight descriptor for an API Interface.interface
final class
final class
Wrapper message for `bool`.interface
final class
Wrapper message for `bytes`.interface
final class
final class
Wrapper message for `double`.interface
final class
A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.interface
final class
final class
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.interface
final class
final class
Enum type definition.interface
final class
Enum value definition.interface
final class
A single field of a message type.final class
`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.interface
final class
interface
final class
Wrapper message for `float`.interface
final class
Wrapper message for `int32`.interface
final class
Wrapper message for `int64`.interface
final class
final class
`ListValue` is a wrapper around a repeated field of values.interface
final class
Method represents a method of an API interface.interface
final class
Declares an API Interface to be included in this interface.interface
enum
`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.final class
A protocol buffer option, which can be attached to a message, field, enumeration, etc.interface
final class
`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.interface
final class
final class
Wrapper message for `string`.interface
final class
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.interface
final class
enum
The syntax in which a protocol buffer element is defined.final class
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.interface
final class
final class
A protocol buffer message type.interface
final class
final class
Wrapper message for `uint32`.interface
final class
Wrapper message for `uint64`.interface
final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.interface
final class
-
Uses of Generated in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler with annotations of type Generated