Package udpa.annotations
Class Versioning
- java.lang.Object
-
- udpa.annotations.Versioning
-
public final class Versioning extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersioning.VersioningAnnotationProtobuf typeudpa.annotations.VersioningAnnotationstatic interfaceVersioning.VersioningAnnotationOrBuilder
-
Field Summary
Fields Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Versioning.VersioningAnnotation>versioningMagic number derived from 0x78 ('x') 0x44 ('D') 0x53 ('S')static intVERSIONING_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
VERSIONING_FIELD_NUMBER
public static final int VERSIONING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
versioning
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Versioning.VersioningAnnotation> versioning
Magic number derived from 0x78 ('x') 0x44 ('D') 0x53 ('S')extend .google.protobuf.MessageOptions { ... }
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-