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.interfacefinal classfinal classApi is a light-weight descriptor for an API Interface.interfacefinal classfinal classWrapper message for `bool`.interfacefinal classWrapper message for `bytes`.interfacefinal classfinal classWrapper message for `double`.interfacefinal classA Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.interfacefinal classfinal classA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.interfacefinal classfinal classEnum type definition.interfacefinal classEnum value definition.interfacefinal classA 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`.interfacefinal classinterfacefinal classWrapper message for `float`.interfacefinal classWrapper message for `int32`.interfacefinal classWrapper message for `int64`.interfacefinal classfinal class`ListValue` is a wrapper around a repeated field of values.interfacefinal classMethod represents a method of an API interface.interfacefinal classDeclares an API Interface to be included in this interface.interfaceenum`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.final classA protocol buffer option, which can be attached to a message, field, enumeration, etc.interfacefinal class`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.interfacefinal classfinal classWrapper message for `string`.interfacefinal class`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.interfacefinal classenumThe syntax in which a protocol buffer element is defined.final classA 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.interfacefinal classfinal classA protocol buffer message type.interfacefinal classfinal classWrapper message for `uint32`.interfacefinal classWrapper message for `uint64`.interfacefinal 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.interfacefinal class -
Uses of Generated in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler with annotations of type Generated