Package xds.annotations.v3
Class Migrate
- java.lang.Object
-
- xds.annotations.v3.Migrate
-
public final class Migrate extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMigrate.FieldMigrateAnnotationProtobuf typexds.annotations.v3.FieldMigrateAnnotationstatic interfaceMigrate.FieldMigrateAnnotationOrBuilderstatic classMigrate.FileMigrateAnnotationProtobuf typexds.annotations.v3.FileMigrateAnnotationstatic interfaceMigrate.FileMigrateAnnotationOrBuilderstatic classMigrate.MigrateAnnotationProtobuf typexds.annotations.v3.MigrateAnnotationstatic interfaceMigrate.MigrateAnnotationOrBuilder
-
Field Summary
Fields Modifier and Type Field Description static intENUM_MIGRATE_FIELD_NUMBERstatic intENUM_VALUE_MIGRATE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumOptions,Migrate.MigrateAnnotation>enumMigrateextend .google.protobuf.EnumOptions { ... }static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,Migrate.MigrateAnnotation>enumValueMigrateextend .google.protobuf.EnumValueOptions { ... }static intFIELD_MIGRATE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Migrate.FieldMigrateAnnotation>fieldMigrateextend .google.protobuf.FieldOptions { ... }static intFILE_MIGRATE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Migrate.FileMigrateAnnotation>fileMigrateextend .google.protobuf.FileOptions { ... }static intMESSAGE_MIGRATE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Migrate.MigrateAnnotation>messageMigrateextend .google.protobuf.MessageOptions { ... }
-
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
-
MESSAGE_MIGRATE_FIELD_NUMBER
public static final int MESSAGE_MIGRATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
messageMigrate
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Migrate.MigrateAnnotation> messageMigrate
extend .google.protobuf.MessageOptions { ... }
-
FIELD_MIGRATE_FIELD_NUMBER
public static final int FIELD_MIGRATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
fieldMigrate
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Migrate.FieldMigrateAnnotation> fieldMigrate
extend .google.protobuf.FieldOptions { ... }
-
ENUM_MIGRATE_FIELD_NUMBER
public static final int ENUM_MIGRATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
enumMigrate
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumOptions,Migrate.MigrateAnnotation> enumMigrate
extend .google.protobuf.EnumOptions { ... }
-
ENUM_VALUE_MIGRATE_FIELD_NUMBER
public static final int ENUM_VALUE_MIGRATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
enumValueMigrate
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,Migrate.MigrateAnnotation> enumValueMigrate
extend .google.protobuf.EnumValueOptions { ... }
-
FILE_MIGRATE_FIELD_NUMBER
public static final int FILE_MIGRATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
fileMigrate
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Migrate.FileMigrateAnnotation> fileMigrate
extend .google.protobuf.FileOptions { ... }
-
-
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()
-
-