Package udpa.annotations
Interface Migrate.FileMigrateAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Migrate.FileMigrateAnnotation,Migrate.FileMigrateAnnotation.Builder
- Enclosing class:
- Migrate
public static interface Migrate.FileMigrateAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMoveToPackage()Move all types in the file to another package, this implies changing proto file path.com.google.protobuf.ByteStringgetMoveToPackageBytes()Move all types in the file to another package, this implies changing proto file path.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMoveToPackage
String getMoveToPackage()
Move all types in the file to another package, this implies changing proto file path.
string move_to_package = 2;
-
getMoveToPackageBytes
com.google.protobuf.ByteString getMoveToPackageBytes()
Move all types in the file to another package, this implies changing proto file path.
string move_to_package = 2;
-
-