Interface Migrate.FileMigrateAnnotationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMoveToPackage()
      Move all types in the file to another package, this implies changing proto file path.
      com.google.protobuf.ByteString getMoveToPackageBytes()
      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 Detail

      • getMoveToPackage

        java.lang.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.