Package xds.annotations.v3
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
Modifier and TypeMethodDescriptionMove all types in the file to another package, this implies changing proto file path.com.google.protobuf.ByteString
Move all types in the file to another package, this implies changing proto file path.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMoveToPackage
String getMoveToPackage()Move all types in the file to another package, this implies changing proto file path.
string move_to_package = 2;
- Returns:
- The moveToPackage.
-
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;
- Returns:
- The bytes for moveToPackage.
-